Shades of Heather #A9B5C0
Tints of Heather #A9B5C0
RGB
CMYK
RGB Variations
Color information
#A9B5C0 (or 0xA9B5C0) is known color: Heather. HEX triplet: A9, B5 and C0. RGB value is (169,181,192). Sum of RGB (Red+Green+Blue) = 169+181+192=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 192 - color contains mainly: blue. Hex color #A9B5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B5C0 is #564A3F. Grayscale: #B2B2B2. Windows color (decimal): -5655104 or 12629417. OLE color: 12629417.
HSL color Cylindrical-coordinate representation of color #A9B5C0: hue angle of 208.7º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9B5C0 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 181 | 192 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.25 |
| HSL | 208.7º | 0.15% | 0.71% | - |
| HSV(B) | 208.7º | 0.12% | 0.75% | - |
| XYZ | 42.4 | 45.29 | 56.38 | - |
| YUV | 178.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 181 | 192 | 0.12 | 0.06 | 0 | 0.25 | 208.7 | 0.15 | 0.71 |
| Hex | A9 | B5 | C0 | C | 6 | 0 | 19 | D1 | F | 47 |
| Octal | 251 | 265 | 300 | 14 | 6 | 0 | 31 | 321 | 17 | 107 |
| Binary | 10101001 | 10110101 | 11000000 | 1100 | 110 | 0 | 11001 | 11010001 | 1111 | 1000111 |
Color Harmonies of #A9B5C0
Complementary color
Monochromatic Colors of #A9B5C0
Black with #A9B5C0
Text Example
Text Example
White with #A9B5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B5C0; }
p { color: rgb(169,181,192); }
H1.HeaderClassName
{
color: #A9B5C0;
}
.AnyTagClassName
{
color: #A9B5C0;
}
</style>
background-color css
<style>
a { background-color: #A9B5C0; }
a { background-color: rgb(169,181,192); }
div.DivClassName
{
background-color: #A9B5C0;
}
.BgClassName
{
background-color: #A9B5C0;
}
</style>
border-color css
<style>
span { border-color: #A9B5C0; }
span { border-color: rgb(169,181,192); }
td.TdClassName
{
border-color: #A9B5C0;
}
.TagClassName
{
border-color: #A9B5C0;
}
</style>