Shades of Heather #ACB5C0
Tints of Heather #ACB5C0
RGB
CMYK
RGB Variations
Color information
#ACB5C0 (or 0xACB5C0) is known color: Heather. HEX triplet: AC, B5 and C0. RGB value is (172,181,192). Sum of RGB (Red+Green+Blue) = 172+181+192=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACB5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5C0 is #534A3F. Grayscale: #B3B3B3. Windows color (decimal): -5458496 or 12629420. OLE color: 12629420.
HSL color Cylindrical-coordinate representation of color #ACB5C0: hue angle of 213º 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 #ACB5C0 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 181 | 192 | - |
CMYK | 0.10 | 0.06 | 0 | 0.25 |
HSL | 213º | 0.14% | 0.71% | - |
HSV(B) | 213º | 0.1% | 0.75% | - |
XYZ | 43.05 | 45.62 | 56.41 | - |
YUV | 179.56 | 135.02 | 122.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 181 | 192 | 0.10 | 0.06 | 0 | 0.25 | 213 | 0.14 | 0.71 |
Hex | AC | B5 | C0 | A | 6 | 0 | 19 | D5 | E | 47 |
Octal | 254 | 265 | 300 | 12 | 6 | 0 | 31 | 325 | 16 | 107 |
Binary | 10101100 | 10110101 | 11000000 | 1010 | 110 | 0 | 11001 | 11010101 | 1110 | 1000111 |
Color Harmonies of #ACB5C0
Complementary color
Monochromatic Colors of #ACB5C0
Black with #ACB5C0
Text Example
Text Example
White with #ACB5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5C0; }
p { color: rgb(172,181,192); }
H1.HeaderClassName
{
color: #ACB5C0;
}
.AnyTagClassName
{
color: #ACB5C0;
}
</style>
background-color css
<style>
a { background-color: #ACB5C0; }
a { background-color: rgb(172,181,192); }
div.DivClassName
{
background-color: #ACB5C0;
}
.BgClassName
{
background-color: #ACB5C0;
}
</style>
border-color css
<style>
span { border-color: #ACB5C0; }
span { border-color: rgb(172,181,192); }
td.TdClassName
{
border-color: #ACB5C0;
}
.TagClassName
{
border-color: #ACB5C0;
}
</style>