Shades of Neutral Green #A9A775
Tints of Neutral Green #A9A775
RGB
CMYK
RGB Variations
Color information
#A9A775 (or 0xA9A775) is known color: Neutral Green. HEX triplet: A9, A7 and 75. RGB value is (169,167,117). Sum of RGB (Red+Green+Blue) = 169+167+117=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A775 is #56588A. Grayscale: #A2A2A2. Windows color (decimal): -5658763 or 7710633. OLE color: 7710633.
HSL color Cylindrical-coordinate representation of color #A9A775: hue angle of 57.69º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9A775 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 167 | 117 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.34 |
| HSL | 57.69º | 0.23% | 0.56% | - |
| HSV(B) | 57.69º | 0.31% | 0.66% | - |
| XYZ | 33.39 | 37.36 | 22.28 | - |
| YUV | 161.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 167 | 117 | 0 | 0.01 | 0.31 | 0.34 | 57.69 | 0.23 | 0.56 |
| Hex | A9 | A7 | 75 | 0 | 1 | 1F | 22 | 3A | 17 | 38 |
| Octal | 251 | 247 | 165 | 0 | 1 | 37 | 42 | 72 | 27 | 70 |
| Binary | 10101001 | 10100111 | 1110101 | 0 | 1 | 11111 | 100010 | 111010 | 10111 | 111000 |
Color Harmonies of #A9A775
Complementary color
Monochromatic Colors of #A9A775
Black with #A9A775
Text Example
Text Example
White with #A9A775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A775; }
p { color: rgb(169,167,117); }
H1.HeaderClassName
{
color: #A9A775;
}
.AnyTagClassName
{
color: #A9A775;
}
</style>
background-color css
<style>
a { background-color: #A9A775; }
a { background-color: rgb(169,167,117); }
div.DivClassName
{
background-color: #A9A775;
}
.BgClassName
{
background-color: #A9A775;
}
</style>
border-color css
<style>
span { border-color: #A9A775; }
span { border-color: rgb(169,167,117); }
td.TdClassName
{
border-color: #A9A775;
}
.TagClassName
{
border-color: #A9A775;
}
</style>