Shades of Heather #A9B8C0
Tints of Heather #A9B8C0
RGB
CMYK
RGB Variations
Color information
#A9B8C0 (or 0xA9B8C0) is known color: Heather. HEX triplet: A9, B8 and C0. RGB value is (169,184,192). Sum of RGB (Red+Green+Blue) = 169+184+192=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 192 - color contains mainly: blue. Hex color #A9B8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B8C0 is #56473F. Grayscale: #B4B4B4. Windows color (decimal): -5654336 or 12630185. OLE color: 12630185.
HSL color Cylindrical-coordinate representation of color #A9B8C0: hue angle of 200.87º 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 #A9B8C0 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 184 | 192 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.25 |
| HSL | 200.87º | 0.15% | 0.71% | - |
| HSV(B) | 200.87º | 0.12% | 0.75% | - |
| XYZ | 43.02 | 46.52 | 56.58 | - |
| YUV | 180.43 | 134.53 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 184 | 192 | 0.12 | 0.04 | 0 | 0.25 | 200.87 | 0.15 | 0.71 |
| Hex | A9 | B8 | C0 | C | 4 | 0 | 19 | C9 | F | 47 |
| Octal | 251 | 270 | 300 | 14 | 4 | 0 | 31 | 311 | 17 | 107 |
| Binary | 10101001 | 10111000 | 11000000 | 1100 | 100 | 0 | 11001 | 11001001 | 1111 | 1000111 |
Color Harmonies of #A9B8C0
Complementary color
Monochromatic Colors of #A9B8C0
Black with #A9B8C0
Text Example
Text Example
White with #A9B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B8C0; }
p { color: rgb(169,184,192); }
H1.HeaderClassName
{
color: #A9B8C0;
}
.AnyTagClassName
{
color: #A9B8C0;
}
</style>
background-color css
<style>
a { background-color: #A9B8C0; }
a { background-color: rgb(169,184,192); }
div.DivClassName
{
background-color: #A9B8C0;
}
.BgClassName
{
background-color: #A9B8C0;
}
</style>
border-color css
<style>
span { border-color: #A9B8C0; }
span { border-color: rgb(169,184,192); }
td.TdClassName
{
border-color: #A9B8C0;
}
.TagClassName
{
border-color: #A9B8C0;
}
</style>