Shades of Neutral Green #ACA883
Tints of Neutral Green #ACA883
RGB
CMYK
RGB Variations
Color information
#ACA883 (or 0xACA883) is known color: Neutral Green. HEX triplet: AC, A8 and 83. RGB value is (172,168,131). Sum of RGB (Red+Green+Blue) = 172+168+131=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA883 is #53577C. Grayscale: #A5A5A5. Windows color (decimal): -5461885 or 8628396. OLE color: 8628396.
HSL color Cylindrical-coordinate representation of color #ACA883: hue angle of 54.15º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACA883 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 168 | 131 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.33 |
| HSL | 54.15º | 0.2% | 0.59% | - |
| HSV(B) | 54.15º | 0.24% | 0.67% | - |
| XYZ | 35.11 | 38.41 | 27.04 | - |
| YUV | 164.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 168 | 131 | 0 | 0.02 | 0.24 | 0.33 | 54.15 | 0.2 | 0.59 |
| Hex | AC | A8 | 83 | 0 | 2 | 18 | 21 | 36 | 14 | 3B |
| Octal | 254 | 250 | 203 | 0 | 2 | 30 | 41 | 66 | 24 | 73 |
| Binary | 10101100 | 10101000 | 10000011 | 0 | 10 | 11000 | 100001 | 110110 | 10100 | 111011 |
Color Harmonies of #ACA883
Complementary color
Monochromatic Colors of #ACA883
Black with #ACA883
Text Example
Text Example
White with #ACA883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACA883; }
p { color: rgb(172,168,131); }
H1.HeaderClassName
{
color: #ACA883;
}
.AnyTagClassName
{
color: #ACA883;
}
</style>
background-color css
<style>
a { background-color: #ACA883; }
a { background-color: rgb(172,168,131); }
div.DivClassName
{
background-color: #ACA883;
}
.BgClassName
{
background-color: #ACA883;
}
</style>
border-color css
<style>
span { border-color: #ACA883; }
span { border-color: rgb(172,168,131); }
td.TdClassName
{
border-color: #ACA883;
}
.TagClassName
{
border-color: #ACA883;
}
</style>