Shades of Heather #A7B9C0
Tints of Heather #A7B9C0
RGB
CMYK
RGB Variations
Color information
#A7B9C0 (or 0xA7B9C0) is known color: Heather. HEX triplet: A7, B9 and C0. RGB value is (167,185,192). Sum of RGB (Red+Green+Blue) = 167+185+192=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 192 - color contains mainly: blue. Hex color #A7B9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7B9C0 is #58463F. Grayscale: #B4B4B4. Windows color (decimal): -5785152 or 12630439. OLE color: 12630439.
HSL color Cylindrical-coordinate representation of color #A7B9C0: hue angle of 196.8º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7B9C0 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 167 | 185 | 192 | - |
CMYK | 0.13 | 0.04 | 0 | 0.25 |
HSL | 196.8º | 0.17% | 0.7% | - |
HSV(B) | 196.8º | 0.13% | 0.75% | - |
XYZ | 42.8 | 46.72 | 56.63 | - |
YUV | 180.42 | 134.54 | 118.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 167 | 185 | 192 | 0.13 | 0.04 | 0 | 0.25 | 196.8 | 0.17 | 0.7 |
Hex | A7 | B9 | C0 | D | 4 | 0 | 19 | C5 | 11 | 46 |
Octal | 247 | 271 | 300 | 15 | 4 | 0 | 31 | 305 | 21 | 106 |
Binary | 10100111 | 10111001 | 11000000 | 1101 | 100 | 0 | 11001 | 11000101 | 10001 | 1000110 |
Color Harmonies of #A7B9C0
Complementary color
Monochromatic Colors of #A7B9C0
Black with #A7B9C0
Text Example
Text Example
White with #A7B9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B9C0; }
p { color: rgb(167,185,192); }
H1.HeaderClassName
{
color: #A7B9C0;
}
.AnyTagClassName
{
color: #A7B9C0;
}
</style>
background-color css
<style>
a { background-color: #A7B9C0; }
a { background-color: rgb(167,185,192); }
div.DivClassName
{
background-color: #A7B9C0;
}
.BgClassName
{
background-color: #A7B9C0;
}
</style>
border-color css
<style>
span { border-color: #A7B9C0; }
span { border-color: rgb(167,185,192); }
td.TdClassName
{
border-color: #A7B9C0;
}
.TagClassName
{
border-color: #A7B9C0;
}
</style>