Shades of Neutral Green #A9A28B
Tints of Neutral Green #A9A28B
RGB
CMYK
RGB Variations
Color information
#A9A28B (or 0xA9A28B) is known color: Neutral Green. HEX triplet: A9, A2 and 8B. RGB value is (169,162,139). Sum of RGB (Red+Green+Blue) = 169+162+139=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A28B is #565D74. Grayscale: #A1A1A1. Windows color (decimal): -5660021 or 9151145. OLE color: 9151145.
HSL color Cylindrical-coordinate representation of color #A9A28B: hue angle of 46º 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 #A9A28B is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 162 | 139 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.34 |
| HSL | 46º | 0.15% | 0.6% | - |
| HSV(B) | 46º | 0.18% | 0.66% | - |
| XYZ | 33.94 | 36.14 | 29.61 | - |
| YUV | 161.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 162 | 139 | 0 | 0.04 | 0.18 | 0.34 | 46 | 0.15 | 0.6 |
| Hex | A9 | A2 | 8B | 0 | 4 | 12 | 22 | 2E | F | 3C |
| Octal | 251 | 242 | 213 | 0 | 4 | 22 | 42 | 56 | 17 | 74 |
| Binary | 10101001 | 10100010 | 10001011 | 0 | 100 | 10010 | 100010 | 101110 | 1111 | 111100 |
Color Harmonies of #A9A28B
Complementary color
Monochromatic Colors of #A9A28B
Black with #A9A28B
Text Example
Text Example
White with #A9A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A28B; }
p { color: rgb(169,162,139); }
H1.HeaderClassName
{
color: #A9A28B;
}
.AnyTagClassName
{
color: #A9A28B;
}
</style>
background-color css
<style>
a { background-color: #A9A28B; }
a { background-color: rgb(169,162,139); }
div.DivClassName
{
background-color: #A9A28B;
}
.BgClassName
{
background-color: #A9A28B;
}
</style>
border-color css
<style>
span { border-color: #A9A28B; }
span { border-color: rgb(169,162,139); }
td.TdClassName
{
border-color: #A9A28B;
}
.TagClassName
{
border-color: #A9A28B;
}
</style>