Shades of Neutral Green #AAA98C
Tints of Neutral Green #AAA98C
RGB
CMYK
RGB Variations
Color information
#AAA98C (or 0xAAA98C) is known color: Neutral Green. HEX triplet: AA, A9 and 8C. RGB value is (170,169,140). Sum of RGB (Red+Green+Blue) = 170+169+140=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA98C is #555673. Grayscale: #A6A6A6. Windows color (decimal): -5592692 or 9218474. OLE color: 9218474.
HSL color Cylindrical-coordinate representation of color #AAA98C: hue angle of 58º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAA98C is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 140 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.33 |
| HSL | 58º | 0.15% | 0.61% | - |
| HSV(B) | 58º | 0.18% | 0.67% | - |
| XYZ | 35.5 | 38.82 | 30.43 | - |
| YUV | 165.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 140 | 0 | 0.01 | 0.18 | 0.33 | 58 | 0.15 | 0.61 |
| Hex | AA | A9 | 8C | 0 | 1 | 12 | 21 | 3A | F | 3D |
| Octal | 252 | 251 | 214 | 0 | 1 | 22 | 41 | 72 | 17 | 75 |
| Binary | 10101010 | 10101001 | 10001100 | 0 | 1 | 10010 | 100001 | 111010 | 1111 | 111101 |
Color Harmonies of #AAA98C
Complementary color
Monochromatic Colors of #AAA98C
Black with #AAA98C
Text Example
Text Example
White with #AAA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA98C; }
p { color: rgb(170,169,140); }
H1.HeaderClassName
{
color: #AAA98C;
}
.AnyTagClassName
{
color: #AAA98C;
}
</style>
background-color css
<style>
a { background-color: #AAA98C; }
a { background-color: rgb(170,169,140); }
div.DivClassName
{
background-color: #AAA98C;
}
.BgClassName
{
background-color: #AAA98C;
}
</style>
border-color css
<style>
span { border-color: #AAA98C; }
span { border-color: rgb(170,169,140); }
td.TdClassName
{
border-color: #AAA98C;
}
.TagClassName
{
border-color: #AAA98C;
}
</style>