Shades of Heather #ACB5BF
Tints of Heather #ACB5BF
RGB
CMYK
RGB Variations
Color information
#ACB5BF (or 0xACB5BF) is known color: Heather. HEX triplet: AC, B5 and BF. RGB value is (172,181,191). Sum of RGB (Red+Green+Blue) = 172+181+191=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACB5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB5BF is #534A40. Grayscale: #B3B3B3. Windows color (decimal): -5458497 or 12563884. OLE color: 12563884.
HSL color Cylindrical-coordinate representation of color #ACB5BF: hue angle of 211.58º degrees, saturation: 0.13, 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 #ACB5BF is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 172 | 181 | 191 | - |
CMYK | 0.10 | 0.05 | 0 | 0.25 |
HSL | 211.58º | 0.13% | 0.71% | - |
HSV(B) | 211.58º | 0.1% | 0.75% | - |
XYZ | 42.94 | 45.58 | 55.82 | - |
YUV | 179.45 | 134.52 | 122.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 181 | 191 | 0.10 | 0.05 | 0 | 0.25 | 211.58 | 0.13 | 0.71 |
Hex | AC | B5 | BF | A | 5 | 0 | 19 | D4 | D | 47 |
Octal | 254 | 265 | 277 | 12 | 5 | 0 | 31 | 324 | 15 | 107 |
Binary | 10101100 | 10110101 | 10111111 | 1010 | 101 | 0 | 11001 | 11010100 | 1101 | 1000111 |
Color Harmonies of #ACB5BF
Complementary color
Monochromatic Colors of #ACB5BF
Black with #ACB5BF
Text Example
Text Example
White with #ACB5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5BF; }
p { color: rgb(172,181,191); }
H1.HeaderClassName
{
color: #ACB5BF;
}
.AnyTagClassName
{
color: #ACB5BF;
}
</style>
background-color css
<style>
a { background-color: #ACB5BF; }
a { background-color: rgb(172,181,191); }
div.DivClassName
{
background-color: #ACB5BF;
}
.BgClassName
{
background-color: #ACB5BF;
}
</style>
border-color css
<style>
span { border-color: #ACB5BF; }
span { border-color: rgb(172,181,191); }
td.TdClassName
{
border-color: #ACB5BF;
}
.TagClassName
{
border-color: #ACB5BF;
}
</style>