Shades of Heather #ACB7C0
Tints of Heather #ACB7C0
RGB
CMYK
RGB Variations
Color information
#ACB7C0 (or 0xACB7C0) is known color: Heather. HEX triplet: AC, B7 and C0. RGB value is (172,183,192). Sum of RGB (Red+Green+Blue) = 172+183+192=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACB7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7C0 is #53483F. Grayscale: #B4B4B4. Windows color (decimal): -5457984 or 12629932. OLE color: 12629932.
HSL color Cylindrical-coordinate representation of color #ACB7C0: hue angle of 207º 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 #ACB7C0 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 183 | 192 | - |
CMYK | 0.10 | 0.05 | 0 | 0.25 |
HSL | 207º | 0.14% | 0.71% | - |
HSV(B) | 207º | 0.1% | 0.75% | - |
XYZ | 43.46 | 46.44 | 56.54 | - |
YUV | 180.74 | 134.36 | 121.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 183 | 192 | 0.10 | 0.05 | 0 | 0.25 | 207 | 0.14 | 0.71 |
Hex | AC | B7 | C0 | A | 5 | 0 | 19 | CF | E | 47 |
Octal | 254 | 267 | 300 | 12 | 5 | 0 | 31 | 317 | 16 | 107 |
Binary | 10101100 | 10110111 | 11000000 | 1010 | 101 | 0 | 11001 | 11001111 | 1110 | 1000111 |
Color Harmonies of #ACB7C0
Complementary color
Monochromatic Colors of #ACB7C0
Black with #ACB7C0
Text Example
Text Example
White with #ACB7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7C0; }
p { color: rgb(172,183,192); }
H1.HeaderClassName
{
color: #ACB7C0;
}
.AnyTagClassName
{
color: #ACB7C0;
}
</style>
background-color css
<style>
a { background-color: #ACB7C0; }
a { background-color: rgb(172,183,192); }
div.DivClassName
{
background-color: #ACB7C0;
}
.BgClassName
{
background-color: #ACB7C0;
}
</style>
border-color css
<style>
span { border-color: #ACB7C0; }
span { border-color: rgb(172,183,192); }
td.TdClassName
{
border-color: #ACB7C0;
}
.TagClassName
{
border-color: #ACB7C0;
}
</style>