Shades of Heather #A4C0CF
Tints of Heather #A4C0CF
RGB
CMYK
RGB Variations
Color information
#A4C0CF (or 0xA4C0CF) is known color: Heather. HEX triplet: A4, C0 and CF. RGB value is (164,192,207). Sum of RGB (Red+Green+Blue) = 164+192+207=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4C0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C0CF is #5B3F30. Grayscale: #B9B9B9. Windows color (decimal): -5979953 or 13615268. OLE color: 13615268.
HSL color Cylindrical-coordinate representation of color #A4C0CF: hue angle of 200.93º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4C0CF is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 192 | 207 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.19 |
| HSL | 200.93º | 0.31% | 0.73% | - |
| HSV(B) | 200.93º | 0.21% | 0.81% | - |
| XYZ | 45.42 | 50.1 | 66.31 | - |
| YUV | 185.34 | 140.22 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 207 | 0.21 | 0.07 | 0 | 0.19 | 200.93 | 0.31 | 0.73 |
| Hex | A4 | C0 | CF | 15 | 7 | 0 | 13 | C9 | 1F | 49 |
| Octal | 244 | 300 | 317 | 25 | 7 | 0 | 23 | 311 | 37 | 111 |
| Binary | 10100100 | 11000000 | 11001111 | 10101 | 111 | 0 | 10011 | 11001001 | 11111 | 1001001 |
Color Harmonies of #A4C0CF
Complementary color
Monochromatic Colors of #A4C0CF
Black with #A4C0CF
Text Example
Text Example
White with #A4C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C0CF; }
p { color: rgb(164,192,207); }
H1.HeaderClassName
{
color: #A4C0CF;
}
.AnyTagClassName
{
color: #A4C0CF;
}
</style>
background-color css
<style>
a { background-color: #A4C0CF; }
a { background-color: rgb(164,192,207); }
div.DivClassName
{
background-color: #A4C0CF;
}
.BgClassName
{
background-color: #A4C0CF;
}
</style>
border-color css
<style>
span { border-color: #A4C0CF; }
span { border-color: rgb(164,192,207); }
td.TdClassName
{
border-color: #A4C0CF;
}
.TagClassName
{
border-color: #A4C0CF;
}
</style>