Shades of Neutral Green #A8A487
Tints of Neutral Green #A8A487
RGB
CMYK
RGB Variations
Color information
#A8A487 (or 0xA8A487) is known color: Neutral Green. HEX triplet: A8, A4 and 87. RGB value is (168,164,135). Sum of RGB (Red+Green+Blue) = 168+164+135=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A487 is #575B78. Grayscale: #A2A2A2. Windows color (decimal): -5725049 or 8889512. OLE color: 8889512.
HSL color Cylindrical-coordinate representation of color #A8A487: hue angle of 52.73º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8A487 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 164 | 135 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.34 |
| HSL | 52.73º | 0.16% | 0.59% | - |
| HSV(B) | 52.73º | 0.2% | 0.66% | - |
| XYZ | 33.8 | 36.63 | 28.21 | - |
| YUV | 161.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 164 | 135 | 0 | 0.02 | 0.20 | 0.34 | 52.73 | 0.16 | 0.59 |
| Hex | A8 | A4 | 87 | 0 | 2 | 14 | 22 | 35 | 10 | 3B |
| Octal | 250 | 244 | 207 | 0 | 2 | 24 | 42 | 65 | 20 | 73 |
| Binary | 10101000 | 10100100 | 10000111 | 0 | 10 | 10100 | 100010 | 110101 | 10000 | 111011 |
Color Harmonies of #A8A487
Complementary color
Monochromatic Colors of #A8A487
Black with #A8A487
Text Example
Text Example
White with #A8A487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A487; }
p { color: rgb(168,164,135); }
H1.HeaderClassName
{
color: #A8A487;
}
.AnyTagClassName
{
color: #A8A487;
}
</style>
background-color css
<style>
a { background-color: #A8A487; }
a { background-color: rgb(168,164,135); }
div.DivClassName
{
background-color: #A8A487;
}
.BgClassName
{
background-color: #A8A487;
}
</style>
border-color css
<style>
span { border-color: #A8A487; }
span { border-color: rgb(168,164,135); }
td.TdClassName
{
border-color: #A8A487;
}
.TagClassName
{
border-color: #A8A487;
}
</style>