Shades of Heather #ACBAC7
Tints of Heather #ACBAC7
RGB
CMYK
RGB Variations
Color information
#ACBAC7 (or 0xACBAC7) is known color: Heather. HEX triplet: AC, BA and C7. RGB value is (172,186,199). Sum of RGB (Red+Green+Blue) = 172+186+199=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 199 - color contains mainly: blue. Hex color #ACBAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBAC7 is #534538. Grayscale: #B7B7B7. Windows color (decimal): -5457209 or 13089452. OLE color: 13089452.
HSL color Cylindrical-coordinate representation of color #ACBAC7: hue angle of 208.89º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACBAC7 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 172 | 186 | 199 | - |
CMYK | 0.14 | 0.07 | 0 | 0.22 |
HSL | 208.89º | 0.19% | 0.73% | - |
HSV(B) | 208.89º | 0.14% | 0.78% | - |
XYZ | 44.88 | 48.01 | 60.93 | - |
YUV | 183.3 | 136.86 | 119.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 186 | 199 | 0.14 | 0.07 | 0 | 0.22 | 208.89 | 0.19 | 0.73 |
Hex | AC | BA | C7 | E | 7 | 0 | 16 | D1 | 13 | 49 |
Octal | 254 | 272 | 307 | 16 | 7 | 0 | 26 | 321 | 23 | 111 |
Binary | 10101100 | 10111010 | 11000111 | 1110 | 111 | 0 | 10110 | 11010001 | 10011 | 1001001 |
Color Harmonies of #ACBAC7
Complementary color
Monochromatic Colors of #ACBAC7
Black with #ACBAC7
Text Example
Text Example
White with #ACBAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBAC7; }
p { color: rgb(172,186,199); }
H1.HeaderClassName
{
color: #ACBAC7;
}
.AnyTagClassName
{
color: #ACBAC7;
}
</style>
background-color css
<style>
a { background-color: #ACBAC7; }
a { background-color: rgb(172,186,199); }
div.DivClassName
{
background-color: #ACBAC7;
}
.BgClassName
{
background-color: #ACBAC7;
}
</style>
border-color css
<style>
span { border-color: #ACBAC7; }
span { border-color: rgb(172,186,199); }
td.TdClassName
{
border-color: #ACBAC7;
}
.TagClassName
{
border-color: #ACBAC7;
}
</style>