Shades of Heather #A4C0C7
Tints of Heather #A4C0C7
RGB
CMYK
RGB Variations
Color information
#A4C0C7 (or 0xA4C0C7) is known color: Heather. HEX triplet: A4, C0 and C7. RGB value is (164,192,199). Sum of RGB (Red+Green+Blue) = 164+192+199=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 199 - color contains mainly: blue. Hex color #A4C0C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C0C7 is #5B3F38. Grayscale: #B8B8B8. Windows color (decimal): -5979961 or 13090980. OLE color: 13090980.
HSL color Cylindrical-coordinate representation of color #A4C0C7: hue angle of 192º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4C0C7 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 192 | 199 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.22 |
| HSL | 192º | 0.24% | 0.71% | - |
| HSV(B) | 192º | 0.18% | 0.78% | - |
| XYZ | 44.47 | 49.72 | 61.29 | - |
| YUV | 184.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 199 | 0.18 | 0.04 | 0 | 0.22 | 192 | 0.24 | 0.71 |
| Hex | A4 | C0 | C7 | 12 | 4 | 0 | 16 | C0 | 18 | 47 |
| Octal | 244 | 300 | 307 | 22 | 4 | 0 | 26 | 300 | 30 | 107 |
| Binary | 10100100 | 11000000 | 11000111 | 10010 | 100 | 0 | 10110 | 11000000 | 11000 | 1000111 |
Color Harmonies of #A4C0C7
Complementary color
Monochromatic Colors of #A4C0C7
Black with #A4C0C7
Text Example
Text Example
White with #A4C0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C0C7; }
p { color: rgb(164,192,199); }
H1.HeaderClassName
{
color: #A4C0C7;
}
.AnyTagClassName
{
color: #A4C0C7;
}
</style>
background-color css
<style>
a { background-color: #A4C0C7; }
a { background-color: rgb(164,192,199); }
div.DivClassName
{
background-color: #A4C0C7;
}
.BgClassName
{
background-color: #A4C0C7;
}
</style>
border-color css
<style>
span { border-color: #A4C0C7; }
span { border-color: rgb(164,192,199); }
td.TdClassName
{
border-color: #A4C0C7;
}
.TagClassName
{
border-color: #A4C0C7;
}
</style>