Shades of Heather #A9C3CF
Tints of Heather #A9C3CF
RGB
CMYK
RGB Variations
Color information
#A9C3CF (or 0xA9C3CF) is known color: Heather. HEX triplet: A9, C3 and CF. RGB value is (169,195,207). Sum of RGB (Red+Green+Blue) = 169+195+207=571 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.60% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9C3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C3CF is #563C30. Grayscale: #BCBCBC. Windows color (decimal): -5651505 or 13616041. OLE color: 13616041.
HSL color Cylindrical-coordinate representation of color #A9C3CF: hue angle of 198.95º 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 #A9C3CF is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 195 | 207 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.19 |
| HSL | 198.95º | 0.28% | 0.74% | - |
| HSV(B) | 198.95º | 0.18% | 0.81% | - |
| XYZ | 47.14 | 51.97 | 66.58 | - |
| YUV | 188.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 195 | 207 | 0.18 | 0.06 | 0 | 0.19 | 198.95 | 0.28 | 0.74 |
| Hex | A9 | C3 | CF | 12 | 6 | 0 | 13 | C7 | 1C | 4A |
| Octal | 251 | 303 | 317 | 22 | 6 | 0 | 23 | 307 | 34 | 112 |
| Binary | 10101001 | 11000011 | 11001111 | 10010 | 110 | 0 | 10011 | 11000111 | 11100 | 1001010 |
Color Harmonies of #A9C3CF
Complementary color
Monochromatic Colors of #A9C3CF
Black with #A9C3CF
Text Example
Text Example
White with #A9C3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C3CF; }
p { color: rgb(169,195,207); }
H1.HeaderClassName
{
color: #A9C3CF;
}
.AnyTagClassName
{
color: #A9C3CF;
}
</style>
background-color css
<style>
a { background-color: #A9C3CF; }
a { background-color: rgb(169,195,207); }
div.DivClassName
{
background-color: #A9C3CF;
}
.BgClassName
{
background-color: #A9C3CF;
}
</style>
border-color css
<style>
span { border-color: #A9C3CF; }
span { border-color: rgb(169,195,207); }
td.TdClassName
{
border-color: #A9C3CF;
}
.TagClassName
{
border-color: #A9C3CF;
}
</style>