Shades of Heather #A4C1C9
Tints of Heather #A4C1C9
RGB
CMYK
RGB Variations
Color information
#A4C1C9 (or 0xA4C1C9) is known color: Heather. HEX triplet: A4, C1 and C9. RGB value is (164,193,201). Sum of RGB (Red+Green+Blue) = 164+193+201=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 201 - color contains mainly: blue. Hex color #A4C1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C1C9 is #5B3E36. Grayscale: #B9B9B9. Windows color (decimal): -5979703 or 13222308. OLE color: 13222308.
HSL color Cylindrical-coordinate representation of color #A4C1C9: hue angle of 192.97º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4C1C9 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 193 | 201 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.21 |
| HSL | 192.97º | 0.26% | 0.72% | - |
| HSV(B) | 192.97º | 0.18% | 0.79% | - |
| XYZ | 44.92 | 50.25 | 62.59 | - |
| YUV | 185.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 193 | 201 | 0.18 | 0.04 | 0 | 0.21 | 192.97 | 0.26 | 0.72 |
| Hex | A4 | C1 | C9 | 12 | 4 | 0 | 15 | C1 | 1A | 48 |
| Octal | 244 | 301 | 311 | 22 | 4 | 0 | 25 | 301 | 32 | 110 |
| Binary | 10100100 | 11000001 | 11001001 | 10010 | 100 | 0 | 10101 | 11000001 | 11010 | 1001000 |
Color Harmonies of #A4C1C9
Complementary color
Monochromatic Colors of #A4C1C9
Black with #A4C1C9
Text Example
Text Example
White with #A4C1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C1C9; }
p { color: rgb(164,193,201); }
H1.HeaderClassName
{
color: #A4C1C9;
}
.AnyTagClassName
{
color: #A4C1C9;
}
</style>
background-color css
<style>
a { background-color: #A4C1C9; }
a { background-color: rgb(164,193,201); }
div.DivClassName
{
background-color: #A4C1C9;
}
.BgClassName
{
background-color: #A4C1C9;
}
</style>
border-color css
<style>
span { border-color: #A4C1C9; }
span { border-color: rgb(164,193,201); }
td.TdClassName
{
border-color: #A4C1C9;
}
.TagClassName
{
border-color: #A4C1C9;
}
</style>