Shades of Neutral Green #ACA885
Tints of Neutral Green #ACA885
RGB
CMYK
RGB Variations
Color information
#ACA885 (or 0xACA885) is known color: Neutral Green. HEX triplet: AC, A8 and 85. RGB value is (172,168,133). Sum of RGB (Red+Green+Blue) = 172+168+133=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA885 is #53577A. Grayscale: #A5A5A5. Windows color (decimal): -5461883 or 8759468. OLE color: 8759468.
HSL color Cylindrical-coordinate representation of color #ACA885: hue angle of 53.85º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACA885 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 168 | 133 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.33 |
| HSL | 53.85º | 0.19% | 0.6% | - |
| HSV(B) | 53.85º | 0.23% | 0.67% | - |
| XYZ | 35.25 | 38.47 | 27.76 | - |
| YUV | 165.21 | 109.83 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 168 | 133 | 0 | 0.02 | 0.23 | 0.33 | 53.85 | 0.19 | 0.6 |
| Hex | AC | A8 | 85 | 0 | 2 | 17 | 21 | 36 | 13 | 3C |
| Octal | 254 | 250 | 205 | 0 | 2 | 27 | 41 | 66 | 23 | 74 |
| Binary | 10101100 | 10101000 | 10000101 | 0 | 10 | 10111 | 100001 | 110110 | 10011 | 111100 |
Color Harmonies of #ACA885
Complementary color
Monochromatic Colors of #ACA885
Black with #ACA885
Text Example
Text Example
White with #ACA885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA885; }
p { color: rgb(172,168,133); }
H1.HeaderClassName
{
color: #ACA885;
}
.AnyTagClassName
{
color: #ACA885;
}
</style>
background-color css
<style>
a { background-color: #ACA885; }
a { background-color: rgb(172,168,133); }
div.DivClassName
{
background-color: #ACA885;
}
.BgClassName
{
background-color: #ACA885;
}
</style>
border-color css
<style>
span { border-color: #ACA885; }
span { border-color: rgb(172,168,133); }
td.TdClassName
{
border-color: #ACA885;
}
.TagClassName
{
border-color: #ACA885;
}
</style>