Shades of Heather #A9C0CC
Tints of Heather #A9C0CC
RGB
CMYK
RGB Variations
Color information
#A9C0CC (or 0xA9C0CC) is known color: Heather. HEX triplet: A9, C0 and CC. RGB value is (169,192,204). Sum of RGB (Red+Green+Blue) = 169+192+204=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #A9C0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C0CC is #563F33. Grayscale: #BABABA. Windows color (decimal): -5652276 or 13418665. OLE color: 13418665.
HSL color Cylindrical-coordinate representation of color #A9C0CC: hue angle of 200.57º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9C0CC is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 192 | 204 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.2 |
| HSL | 200.57º | 0.26% | 0.73% | - |
| HSV(B) | 200.57º | 0.17% | 0.8% | - |
| XYZ | 46.11 | 50.49 | 64.44 | - |
| YUV | 186.49 | 137.88 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 192 | 204 | 0.17 | 0.06 | 0 | 0.2 | 200.57 | 0.26 | 0.73 |
| Hex | A9 | C0 | CC | 11 | 6 | 0 | 14 | C9 | 1A | 49 |
| Octal | 251 | 300 | 314 | 21 | 6 | 0 | 24 | 311 | 32 | 111 |
| Binary | 10101001 | 11000000 | 11001100 | 10001 | 110 | 0 | 10100 | 11001001 | 11010 | 1001001 |
Color Harmonies of #A9C0CC
Complementary color
Monochromatic Colors of #A9C0CC
Black with #A9C0CC
Text Example
Text Example
White with #A9C0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C0CC; }
p { color: rgb(169,192,204); }
H1.HeaderClassName
{
color: #A9C0CC;
}
.AnyTagClassName
{
color: #A9C0CC;
}
</style>
background-color css
<style>
a { background-color: #A9C0CC; }
a { background-color: rgb(169,192,204); }
div.DivClassName
{
background-color: #A9C0CC;
}
.BgClassName
{
background-color: #A9C0CC;
}
</style>
border-color css
<style>
span { border-color: #A9C0CC; }
span { border-color: rgb(169,192,204); }
td.TdClassName
{
border-color: #A9C0CC;
}
.TagClassName
{
border-color: #A9C0CC;
}
</style>