What is hex #A3C1AD color?

 
The hex code #A3C1AD is also know by an other name that is Cambridge Blue.
This color is composed of 163% red, 193% green and 173% blue. So we can say that the RGB value is (163,193,173)
You need to use it for a printer? The CMYK colors code equivalent of hex #A3C1AD is C:16 M:0 Y:10, K:24) .
In the HSV/HSB scale, #A3C1AD has a hue of 140°, 16% saturation and a brightness value of 76%.
If you want to know all about the hex #A3C1AD, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #A3C1AD (complementary, analogous, triadic, tetradic...).

Hex #A3C1AD Color Codes & Equivalents

Color Name [Cambridge Blue]
RGB Values (163,193,173)
CMYK Values (16%, 0%, 10%, 24%)
HSV/HSB Values (140°, 16%, 76%)
Closest Web Safe
#99CC99
Inverse Color
#5c3e52
Closest Pantone®
5585 C
Closest RAL
RAL 7038 [Agate grey]
Complementary Color
#c1a3b7

#A3C1AD Converted to Grayscale Codes

Average
#b0b0b0
Lightness (Desaturation)
#b2b2b2
Weighted (BT601)
#b6b6b6
Luma (BT709)
#b9b9b9

Hex #A3C1AD Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #A3C1AD is #c1a3b7. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #A3C1AD you will find #c1a3b7. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#A3C1AD #c1a3b7

Analogous Palette

The analogous color scheme of #A3C1AD is composed with colors #A8C1A3 and #A3C1BC. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #A3C1AD with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#A8C1A3 #A3C1AD #A3C1BC

Split-Complementary Palette

The split-complementary color scheme of #A3C1AD is composed with colors #C1A3A8 and #BCA3C1. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#A3C1AD #C1A3A8 #BCA3C1

Triadic Palette

The triadic color scheme of #A3C1AD is composed with colors #C1ADA3 and #ADA3C1. They are located to the right and left of your main color #A3C1AD with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#A3C1AD #C1ADA3 #ADA3C1

Tetradic Palette

The tetradic color scheme of #A3C1AD is composed with colors #ADA3C1, #C1A3B7 and #B7C1A3 A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#A3C1AD #ADA3C1 #C1A3B7 #B7C1A3

Square Palette

The square color scheme of #A3C1AD is composed with colors #A3A8C1, #C1A3B7 and #C1BCA3 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#A3C1AD #A3A8C1 #C1A3B7 #C1BCA3

Tints, Tones & Shades of Hex #A3C1AD

Tints

Tints are created by adding white, resulting in lighter shades of #A3C1AD.

#A3C1AD #AFC9B7 #BBD1C2 #C7D9CD #D3E1D8 #DFEAE3 #ECF2EE #F8FAF9

Tones

Tones are made by mixing with gray, softening the original color.

#A3C1AD #AAB9AF #B2B2B2 #B2B2B2 #B2B2B2 #B2B2B2 #B2B2B2 #B2B2B2

Shades

Shades result from adding black, creating darker variations.

#A3C1AD #96B8A2 #8AB097 #7EA88C #72A081 #669776 #5E8B6D #557F63

Hex #A3C1AD in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #A3C1AD
Java new Color(163,193,173);
Python Color(#A3C1AD)
.NET Color.FromArgb(255, 163,193,173);
Swift / iOS UIColor(red: 0.64, green: 0.76, blue: 0.68, alpha: 1)
Kotlin / Android Color.rgb(163, 193, 173)