Shades of Neutral Green #A9A487
Tints of Neutral Green #A9A487
RGB
CMYK
RGB Variations
Color information
#A9A487 (or 0xA9A487) is known color: Neutral Green. HEX triplet: A9, A4 and 87. RGB value is (169,164,135). Sum of RGB (Red+Green+Blue) = 169+164+135=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A487 is #565B78. Grayscale: #A2A2A2. Windows color (decimal): -5659513 or 8889513. OLE color: 8889513.
HSL color Cylindrical-coordinate representation of color #A9A487: hue angle of 51.18º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9A487 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 164 | 135 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.34 |
| HSL | 51.18º | 0.17% | 0.6% | - |
| HSV(B) | 51.18º | 0.2% | 0.66% | - |
| XYZ | 34.01 | 36.74 | 28.22 | - |
| YUV | 162.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 164 | 135 | 0 | 0.03 | 0.20 | 0.34 | 51.18 | 0.17 | 0.6 |
| Hex | A9 | A4 | 87 | 0 | 3 | 14 | 22 | 33 | 11 | 3C |
| Octal | 251 | 244 | 207 | 0 | 3 | 24 | 42 | 63 | 21 | 74 |
| Binary | 10101001 | 10100100 | 10000111 | 0 | 11 | 10100 | 100010 | 110011 | 10001 | 111100 |
Color Harmonies of #A9A487
Complementary color
Monochromatic Colors of #A9A487
Black with #A9A487
Text Example
Text Example
White with #A9A487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A487; }
p { color: rgb(169,164,135); }
H1.HeaderClassName
{
color: #A9A487;
}
.AnyTagClassName
{
color: #A9A487;
}
</style>
background-color css
<style>
a { background-color: #A9A487; }
a { background-color: rgb(169,164,135); }
div.DivClassName
{
background-color: #A9A487;
}
.BgClassName
{
background-color: #A9A487;
}
</style>
border-color css
<style>
span { border-color: #A9A487; }
span { border-color: rgb(169,164,135); }
td.TdClassName
{
border-color: #A9A487;
}
.TagClassName
{
border-color: #A9A487;
}
</style>