Shades of Neutral Green #A9A88B
Tints of Neutral Green #A9A88B
RGB
CMYK
RGB Variations
Color information
#A9A88B (or 0xA9A88B) is known color: Neutral Green. HEX triplet: A9, A8 and 8B. RGB value is (169,168,139). Sum of RGB (Red+Green+Blue) = 169+168+139=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A88B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A88B is #565774. Grayscale: #A5A5A5. Windows color (decimal): -5658485 or 9152681. OLE color: 9152681.
HSL color Cylindrical-coordinate representation of color #A9A88B: hue angle of 58º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9A88B is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 168 | 139 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.34 |
| HSL | 58º | 0.15% | 0.6% | - |
| HSV(B) | 58º | 0.18% | 0.66% | - |
| XYZ | 35.03 | 38.3 | 29.97 | - |
| YUV | 164.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 139 | 0 | 0.01 | 0.18 | 0.34 | 58 | 0.15 | 0.6 |
| Hex | A9 | A8 | 8B | 0 | 1 | 12 | 22 | 3A | F | 3C |
| Octal | 251 | 250 | 213 | 0 | 1 | 22 | 42 | 72 | 17 | 74 |
| Binary | 10101001 | 10101000 | 10001011 | 0 | 1 | 10010 | 100010 | 111010 | 1111 | 111100 |
Color Harmonies of #A9A88B
Complementary color
Monochromatic Colors of #A9A88B
Black with #A9A88B
Text Example
Text Example
White with #A9A88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A88B; }
p { color: rgb(169,168,139); }
H1.HeaderClassName
{
color: #A9A88B;
}
.AnyTagClassName
{
color: #A9A88B;
}
</style>
background-color css
<style>
a { background-color: #A9A88B; }
a { background-color: rgb(169,168,139); }
div.DivClassName
{
background-color: #A9A88B;
}
.BgClassName
{
background-color: #A9A88B;
}
</style>
border-color css
<style>
span { border-color: #A9A88B; }
span { border-color: rgb(169,168,139); }
td.TdClassName
{
border-color: #A9A88B;
}
.TagClassName
{
border-color: #A9A88B;
}
</style>