Shades of Heather #A9C0CF
Tints of Heather #A9C0CF
RGB
CMYK
RGB Variations
Color information
#A9C0CF (or 0xA9C0CF) is known color: Heather. HEX triplet: A9, C0 and CF. RGB value is (169,192,207). Sum of RGB (Red+Green+Blue) = 169+192+207=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9C0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C0CF is #563F30. Grayscale: #BABABA. Windows color (decimal): -5652273 or 13615273. OLE color: 13615273.
HSL color Cylindrical-coordinate representation of color #A9C0CF: hue angle of 203.68º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9C0CF is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 192 | 207 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.19 |
| HSL | 203.68º | 0.28% | 0.74% | - |
| HSV(B) | 203.68º | 0.18% | 0.81% | - |
| XYZ | 46.47 | 50.64 | 66.36 | - |
| YUV | 186.83 | 139.38 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 192 | 207 | 0.18 | 0.07 | 0 | 0.19 | 203.68 | 0.28 | 0.74 |
| Hex | A9 | C0 | CF | 12 | 7 | 0 | 13 | CC | 1C | 4A |
| Octal | 251 | 300 | 317 | 22 | 7 | 0 | 23 | 314 | 34 | 112 |
| Binary | 10101001 | 11000000 | 11001111 | 10010 | 111 | 0 | 10011 | 11001100 | 11100 | 1001010 |
Color Harmonies of #A9C0CF
Complementary color
Monochromatic Colors of #A9C0CF
Black with #A9C0CF
Text Example
Text Example
White with #A9C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C0CF; }
p { color: rgb(169,192,207); }
H1.HeaderClassName
{
color: #A9C0CF;
}
.AnyTagClassName
{
color: #A9C0CF;
}
</style>
background-color css
<style>
a { background-color: #A9C0CF; }
a { background-color: rgb(169,192,207); }
div.DivClassName
{
background-color: #A9C0CF;
}
.BgClassName
{
background-color: #A9C0CF;
}
</style>
border-color css
<style>
span { border-color: #A9C0CF; }
span { border-color: rgb(169,192,207); }
td.TdClassName
{
border-color: #A9C0CF;
}
.TagClassName
{
border-color: #A9C0CF;
}
</style>