Shades of Heather #A4C0D0
Tints of Heather #A4C0D0
RGB
CMYK
RGB Variations
Color information
#A4C0D0 (or 0xA4C0D0) is known color: Heather. HEX triplet: A4, C0 and D0. RGB value is (164,192,208). Sum of RGB (Red+Green+Blue) = 164+192+208=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #A4C0D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C0D0 is #5B3F2F. Grayscale: #B9B9B9. Windows color (decimal): -5979952 or 13680804. OLE color: 13680804.
HSL color Cylindrical-coordinate representation of color #A4C0D0: hue angle of 201.82º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4C0D0 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 192 | 208 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.18 |
| HSL | 201.82º | 0.32% | 0.73% | - |
| HSV(B) | 201.82º | 0.21% | 0.82% | - |
| XYZ | 45.54 | 50.15 | 66.95 | - |
| YUV | 185.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 192 | 208 | 0.21 | 0.08 | 0 | 0.18 | 201.82 | 0.32 | 0.73 |
| Hex | A4 | C0 | D0 | 15 | 8 | 0 | 12 | CA | 20 | 49 |
| Octal | 244 | 300 | 320 | 25 | 10 | 0 | 22 | 312 | 40 | 111 |
| Binary | 10100100 | 11000000 | 11010000 | 10101 | 1000 | 0 | 10010 | 11001010 | 100000 | 1001001 |
Color Harmonies of #A4C0D0
Complementary color
Monochromatic Colors of #A4C0D0
Black with #A4C0D0
Text Example
Text Example
White with #A4C0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C0D0; }
p { color: rgb(164,192,208); }
H1.HeaderClassName
{
color: #A4C0D0;
}
.AnyTagClassName
{
color: #A4C0D0;
}
</style>
background-color css
<style>
a { background-color: #A4C0D0; }
a { background-color: rgb(164,192,208); }
div.DivClassName
{
background-color: #A4C0D0;
}
.BgClassName
{
background-color: #A4C0D0;
}
</style>
border-color css
<style>
span { border-color: #A4C0D0; }
span { border-color: rgb(164,192,208); }
td.TdClassName
{
border-color: #A4C0D0;
}
.TagClassName
{
border-color: #A4C0D0;
}
</style>