Shades of Heather #ACB9C0
Tints of Heather #ACB9C0
RGB
CMYK
RGB Variations
Color information
#ACB9C0 (or 0xACB9C0) is known color: Heather. HEX triplet: AC, B9 and C0. RGB value is (172,185,192). Sum of RGB (Red+Green+Blue) = 172+185+192=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACB9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB9C0 is #53463F. Grayscale: #B5B5B5. Windows color (decimal): -5457472 or 12630444. OLE color: 12630444.
HSL color Cylindrical-coordinate representation of color #ACB9C0: hue angle of 201º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACB9C0 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 185 | 192 | - |
CMYK | 0.10 | 0.04 | 0 | 0.25 |
HSL | 201º | 0.14% | 0.71% | - |
HSV(B) | 201º | 0.1% | 0.75% | - |
XYZ | 43.88 | 47.27 | 56.68 | - |
YUV | 181.91 | 133.69 | 120.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 185 | 192 | 0.10 | 0.04 | 0 | 0.25 | 201 | 0.14 | 0.71 |
Hex | AC | B9 | C0 | A | 4 | 0 | 19 | C9 | E | 47 |
Octal | 254 | 271 | 300 | 12 | 4 | 0 | 31 | 311 | 16 | 107 |
Binary | 10101100 | 10111001 | 11000000 | 1010 | 100 | 0 | 11001 | 11001001 | 1110 | 1000111 |
Color Harmonies of #ACB9C0
Complementary color
Monochromatic Colors of #ACB9C0
Black with #ACB9C0
Text Example
Text Example
White with #ACB9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB9C0; }
p { color: rgb(172,185,192); }
H1.HeaderClassName
{
color: #ACB9C0;
}
.AnyTagClassName
{
color: #ACB9C0;
}
</style>
background-color css
<style>
a { background-color: #ACB9C0; }
a { background-color: rgb(172,185,192); }
div.DivClassName
{
background-color: #ACB9C0;
}
.BgClassName
{
background-color: #ACB9C0;
}
</style>
border-color css
<style>
span { border-color: #ACB9C0; }
span { border-color: rgb(172,185,192); }
td.TdClassName
{
border-color: #ACB9C0;
}
.TagClassName
{
border-color: #ACB9C0;
}
</style>