Shades of Heather #ACBAC0
Tints of Heather #ACBAC0
RGB
CMYK
RGB Variations
Color information
#ACBAC0 (or 0xACBAC0) is known color: Heather. HEX triplet: AC, BA and C0. RGB value is (172,186,192). Sum of RGB (Red+Green+Blue) = 172+186+192=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACBAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAC0 is #53453F. Grayscale: #B6B6B6. Windows color (decimal): -5457216 or 12630700. OLE color: 12630700.
HSL color Cylindrical-coordinate representation of color #ACBAC0: hue angle of 198º 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 #ACBAC0 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 186 | 192 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.25 |
| HSL | 198º | 0.14% | 0.71% | - |
| HSV(B) | 198º | 0.1% | 0.75% | - |
| XYZ | 44.09 | 47.69 | 56.75 | - |
| YUV | 182.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 192 | 0.10 | 0.03 | 0 | 0.25 | 198 | 0.14 | 0.71 |
| Hex | AC | BA | C0 | A | 3 | 0 | 19 | C6 | E | 47 |
| Octal | 254 | 272 | 300 | 12 | 3 | 0 | 31 | 306 | 16 | 107 |
| Binary | 10101100 | 10111010 | 11000000 | 1010 | 11 | 0 | 11001 | 11000110 | 1110 | 1000111 |
Color Harmonies of #ACBAC0
Complementary color
Monochromatic Colors of #ACBAC0
Black with #ACBAC0
Text Example
Text Example
White with #ACBAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBAC0; }
p { color: rgb(172,186,192); }
H1.HeaderClassName
{
color: #ACBAC0;
}
.AnyTagClassName
{
color: #ACBAC0;
}
</style>
background-color css
<style>
a { background-color: #ACBAC0; }
a { background-color: rgb(172,186,192); }
div.DivClassName
{
background-color: #ACBAC0;
}
.BgClassName
{
background-color: #ACBAC0;
}
</style>
border-color css
<style>
span { border-color: #ACBAC0; }
span { border-color: rgb(172,186,192); }
td.TdClassName
{
border-color: #ACBAC0;
}
.TagClassName
{
border-color: #ACBAC0;
}
</style>