Shades of Neutral Green #A9A583
Tints of Neutral Green #A9A583
RGB
CMYK
RGB Variations
Color information
#A9A583 (or 0xA9A583) is known color: Neutral Green. HEX triplet: A9, A5 and 83. RGB value is (169,165,131). Sum of RGB (Red+Green+Blue) = 169+165+131=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A583 is #565A7C. Grayscale: #A2A2A2. Windows color (decimal): -5659261 or 8627625. OLE color: 8627625.
HSL color Cylindrical-coordinate representation of color #A9A583: hue angle of 53.68º 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 #A9A583 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 165 | 131 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.34 |
| HSL | 53.68º | 0.18% | 0.59% | - |
| HSV(B) | 53.68º | 0.22% | 0.66% | - |
| XYZ | 33.91 | 36.98 | 26.82 | - |
| YUV | 162.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 165 | 131 | 0 | 0.02 | 0.22 | 0.34 | 53.68 | 0.18 | 0.59 |
| Hex | A9 | A5 | 83 | 0 | 2 | 16 | 22 | 36 | 12 | 3B |
| Octal | 251 | 245 | 203 | 0 | 2 | 26 | 42 | 66 | 22 | 73 |
| Binary | 10101001 | 10100101 | 10000011 | 0 | 10 | 10110 | 100010 | 110110 | 10010 | 111011 |
Color Harmonies of #A9A583
Complementary color
Monochromatic Colors of #A9A583
Black with #A9A583
Text Example
Text Example
White with #A9A583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A583; }
p { color: rgb(169,165,131); }
H1.HeaderClassName
{
color: #A9A583;
}
.AnyTagClassName
{
color: #A9A583;
}
</style>
background-color css
<style>
a { background-color: #A9A583; }
a { background-color: rgb(169,165,131); }
div.DivClassName
{
background-color: #A9A583;
}
.BgClassName
{
background-color: #A9A583;
}
</style>
border-color css
<style>
span { border-color: #A9A583; }
span { border-color: rgb(169,165,131); }
td.TdClassName
{
border-color: #A9A583;
}
.TagClassName
{
border-color: #A9A583;
}
</style>