Shades of Neutral Green #A9A283
Tints of Neutral Green #A9A283
RGB
CMYK
RGB Variations
Color information
#A9A283 (or 0xA9A283) is known color: Neutral Green. HEX triplet: A9, A2 and 83. RGB value is (169,162,131). Sum of RGB (Red+Green+Blue) = 169+162+131=462 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.58% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A283 is #565D7C. Grayscale: #A0A0A0. Windows color (decimal): -5660029 or 8626857. OLE color: 8626857.
HSL color Cylindrical-coordinate representation of color #A9A283: hue angle of 48.95º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9A283 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 162 | 131 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.34 |
| HSL | 48.95º | 0.18% | 0.59% | - |
| HSV(B) | 48.95º | 0.22% | 0.66% | - |
| XYZ | 33.38 | 35.91 | 26.65 | - |
| YUV | 160.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 162 | 131 | 0 | 0.04 | 0.22 | 0.34 | 48.95 | 0.18 | 0.59 |
| Hex | A9 | A2 | 83 | 0 | 4 | 16 | 22 | 31 | 12 | 3B |
| Octal | 251 | 242 | 203 | 0 | 4 | 26 | 42 | 61 | 22 | 73 |
| Binary | 10101001 | 10100010 | 10000011 | 0 | 100 | 10110 | 100010 | 110001 | 10010 | 111011 |
Color Harmonies of #A9A283
Complementary color
Monochromatic Colors of #A9A283
Black with #A9A283
Text Example
Text Example
White with #A9A283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A283; }
p { color: rgb(169,162,131); }
H1.HeaderClassName
{
color: #A9A283;
}
.AnyTagClassName
{
color: #A9A283;
}
</style>
background-color css
<style>
a { background-color: #A9A283; }
a { background-color: rgb(169,162,131); }
div.DivClassName
{
background-color: #A9A283;
}
.BgClassName
{
background-color: #A9A283;
}
</style>
border-color css
<style>
span { border-color: #A9A283; }
span { border-color: rgb(169,162,131); }
td.TdClassName
{
border-color: #A9A283;
}
.TagClassName
{
border-color: #A9A283;
}
</style>