Shades of Neutral Green #AAA875
Tints of Neutral Green #AAA875
RGB
CMYK
RGB Variations
Color information
#AAA875 (or 0xAAA875) is known color: Neutral Green. HEX triplet: AA, A8 and 75. RGB value is (170,168,117). Sum of RGB (Red+Green+Blue) = 170+168+117=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA875 is #55578A. Grayscale: #A2A2A2. Windows color (decimal): -5592971 or 7710890. OLE color: 7710890.
HSL color Cylindrical-coordinate representation of color #AAA875: hue angle of 57.74º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAA875 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 117 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.33 |
| HSL | 57.74º | 0.24% | 0.56% | - |
| HSV(B) | 57.74º | 0.31% | 0.67% | - |
| XYZ | 33.79 | 37.84 | 22.35 | - |
| YUV | 162.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 117 | 0 | 0.01 | 0.31 | 0.33 | 57.74 | 0.24 | 0.56 |
| Hex | AA | A8 | 75 | 0 | 1 | 1F | 21 | 3A | 18 | 38 |
| Octal | 252 | 250 | 165 | 0 | 1 | 37 | 41 | 72 | 30 | 70 |
| Binary | 10101010 | 10101000 | 1110101 | 0 | 1 | 11111 | 100001 | 111010 | 11000 | 111000 |
Color Harmonies of #AAA875
Complementary color
Monochromatic Colors of #AAA875
Black with #AAA875
Text Example
Text Example
White with #AAA875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA875; }
p { color: rgb(170,168,117); }
H1.HeaderClassName
{
color: #AAA875;
}
.AnyTagClassName
{
color: #AAA875;
}
</style>
background-color css
<style>
a { background-color: #AAA875; }
a { background-color: rgb(170,168,117); }
div.DivClassName
{
background-color: #AAA875;
}
.BgClassName
{
background-color: #AAA875;
}
</style>
border-color css
<style>
span { border-color: #AAA875; }
span { border-color: rgb(170,168,117); }
td.TdClassName
{
border-color: #AAA875;
}
.TagClassName
{
border-color: #AAA875;
}
</style>