Shades of Heather #A9C0CD
Tints of Heather #A9C0CD
RGB
CMYK
RGB Variations
Color information
#A9C0CD (or 0xA9C0CD) is known color: Heather. HEX triplet: A9, C0 and CD. RGB value is (169,192,205). Sum of RGB (Red+Green+Blue) = 169+192+205=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9C0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C0CD is #563F32. Grayscale: #BABABA. Windows color (decimal): -5652275 or 13484201. OLE color: 13484201.
HSL color Cylindrical-coordinate representation of color #A9C0CD: hue angle of 201.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9C0CD is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 192 | 205 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.20 |
| HSL | 201.67º | 0.26% | 0.73% | - |
| HSV(B) | 201.67º | 0.18% | 0.8% | - |
| XYZ | 46.23 | 50.54 | 65.08 | - |
| YUV | 186.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 192 | 205 | 0.18 | 0.06 | 0 | 0.20 | 201.67 | 0.26 | 0.73 |
| Hex | A9 | C0 | CD | 12 | 6 | 0 | 14 | CA | 1A | 49 |
| Octal | 251 | 300 | 315 | 22 | 6 | 0 | 24 | 312 | 32 | 111 |
| Binary | 10101001 | 11000000 | 11001101 | 10010 | 110 | 0 | 10100 | 11001010 | 11010 | 1001001 |
Color Harmonies of #A9C0CD
Complementary color
Monochromatic Colors of #A9C0CD
Black with #A9C0CD
Text Example
Text Example
White with #A9C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C0CD; }
p { color: rgb(169,192,205); }
H1.HeaderClassName
{
color: #A9C0CD;
}
.AnyTagClassName
{
color: #A9C0CD;
}
</style>
background-color css
<style>
a { background-color: #A9C0CD; }
a { background-color: rgb(169,192,205); }
div.DivClassName
{
background-color: #A9C0CD;
}
.BgClassName
{
background-color: #A9C0CD;
}
</style>
border-color css
<style>
span { border-color: #A9C0CD; }
span { border-color: rgb(169,192,205); }
td.TdClassName
{
border-color: #A9C0CD;
}
.TagClassName
{
border-color: #A9C0CD;
}
</style>