Shades of Heather #A7C0C6
Tints of Heather #A7C0C6
RGB
CMYK
RGB Variations
Color information
#A7C0C6 (or 0xA7C0C6) is known color: Heather. HEX triplet: A7, C0 and C6. RGB value is (167,192,198). Sum of RGB (Red+Green+Blue) = 167+192+198=557 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.98% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 198 - color contains mainly: blue. Hex color #A7C0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C0C6 is #583F39. Grayscale: #B9B9B9. Windows color (decimal): -5783354 or 13025447. OLE color: 13025447.
HSL color Cylindrical-coordinate representation of color #A7C0C6: hue angle of 191.61º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A7C0C6 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 192 | 198 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.22 |
| HSL | 191.61º | 0.21% | 0.72% | - |
| HSV(B) | 191.61º | 0.16% | 0.78% | - |
| XYZ | 44.98 | 49.99 | 60.7 | - |
| YUV | 185.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 192 | 198 | 0.16 | 0.03 | 0 | 0.22 | 191.61 | 0.21 | 0.72 |
| Hex | A7 | C0 | C6 | 10 | 3 | 0 | 16 | C0 | 15 | 48 |
| Octal | 247 | 300 | 306 | 20 | 3 | 0 | 26 | 300 | 25 | 110 |
| Binary | 10100111 | 11000000 | 11000110 | 10000 | 11 | 0 | 10110 | 11000000 | 10101 | 1001000 |
Color Harmonies of #A7C0C6
Complementary color
Monochromatic Colors of #A7C0C6
Black with #A7C0C6
Text Example
Text Example
White with #A7C0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C0C6; }
p { color: rgb(167,192,198); }
H1.HeaderClassName
{
color: #A7C0C6;
}
.AnyTagClassName
{
color: #A7C0C6;
}
</style>
background-color css
<style>
a { background-color: #A7C0C6; }
a { background-color: rgb(167,192,198); }
div.DivClassName
{
background-color: #A7C0C6;
}
.BgClassName
{
background-color: #A7C0C6;
}
</style>
border-color css
<style>
span { border-color: #A7C0C6; }
span { border-color: rgb(167,192,198); }
td.TdClassName
{
border-color: #A7C0C6;
}
.TagClassName
{
border-color: #A7C0C6;
}
</style>