Shades of Heather #ACB7BF
Tints of Heather #ACB7BF
RGB
CMYK
RGB Variations
Color information
#ACB7BF (or 0xACB7BF) is known color: Heather. HEX triplet: AC, B7 and BF. RGB value is (172,183,191). Sum of RGB (Red+Green+Blue) = 172+183+191=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACB7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7BF is #534840. Grayscale: #B4B4B4. Windows color (decimal): -5457985 or 12564396. OLE color: 12564396.
HSL color Cylindrical-coordinate representation of color #ACB7BF: hue angle of 205.26º 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 #ACB7BF is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 183 | 191 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.25 |
| HSL | 205.26º | 0.13% | 0.71% | - |
| HSV(B) | 205.26º | 0.1% | 0.75% | - |
| XYZ | 43.35 | 46.4 | 55.96 | - |
| YUV | 180.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 191 | 0.10 | 0.04 | 0 | 0.25 | 205.26 | 0.13 | 0.71 |
| Hex | AC | B7 | BF | A | 4 | 0 | 19 | CD | D | 47 |
| Octal | 254 | 267 | 277 | 12 | 4 | 0 | 31 | 315 | 15 | 107 |
| Binary | 10101100 | 10110111 | 10111111 | 1010 | 100 | 0 | 11001 | 11001101 | 1101 | 1000111 |
Color Harmonies of #ACB7BF
Complementary color
Monochromatic Colors of #ACB7BF
Black with #ACB7BF
Text Example
Text Example
White with #ACB7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7BF; }
p { color: rgb(172,183,191); }
H1.HeaderClassName
{
color: #ACB7BF;
}
.AnyTagClassName
{
color: #ACB7BF;
}
</style>
background-color css
<style>
a { background-color: #ACB7BF; }
a { background-color: rgb(172,183,191); }
div.DivClassName
{
background-color: #ACB7BF;
}
.BgClassName
{
background-color: #ACB7BF;
}
</style>
border-color css
<style>
span { border-color: #ACB7BF; }
span { border-color: rgb(172,183,191); }
td.TdClassName
{
border-color: #ACB7BF;
}
.TagClassName
{
border-color: #ACB7BF;
}
</style>