Shades of Neutral Green #ACAC86
Tints of Neutral Green #ACAC86
RGB
CMYK
RGB Variations
Color information
#ACAC86 (or 0xACAC86) is known color: Neutral Green. HEX triplet: AC, AC and 86. RGB value is (172,172,134). Sum of RGB (Red+Green+Blue) = 172+172+134=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC86 is #535379. Grayscale: #A7A7A7. Windows color (decimal): -5460858 or 8826028. OLE color: 8826028.
HSL color Cylindrical-coordinate representation of color #ACAC86: hue angle of 60º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACAC86 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 172 | 134 | - |
CMYK | 0 | 0 | 0.22 | 0.33 |
HSL | 60º | 0.19% | 0.6% | - |
HSV(B) | 60º | 0.22% | 0.67% | - |
XYZ | 36.07 | 40 | 28.37 | - |
YUV | 167.67 | 109 | 131.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 172 | 134 | 0 | 0 | 0.22 | 0.33 | 60 | 0.19 | 0.6 |
Hex | AC | AC | 86 | 0 | 0 | 16 | 21 | 3C | 13 | 3C |
Octal | 254 | 254 | 206 | 0 | 0 | 26 | 41 | 74 | 23 | 74 |
Binary | 10101100 | 10101100 | 10000110 | 0 | 0 | 10110 | 100001 | 111100 | 10011 | 111100 |
Color Harmonies of #ACAC86
Complementary color
Monochromatic Colors of #ACAC86
Black with #ACAC86
Text Example
Text Example
White with #ACAC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAC86; }
p { color: rgb(172,172,134); }
H1.HeaderClassName
{
color: #ACAC86;
}
.AnyTagClassName
{
color: #ACAC86;
}
</style>
background-color css
<style>
a { background-color: #ACAC86; }
a { background-color: rgb(172,172,134); }
div.DivClassName
{
background-color: #ACAC86;
}
.BgClassName
{
background-color: #ACAC86;
}
</style>
border-color css
<style>
span { border-color: #ACAC86; }
span { border-color: rgb(172,172,134); }
td.TdClassName
{
border-color: #ACAC86;
}
.TagClassName
{
border-color: #ACAC86;
}
</style>