Shades of Neutral Green #AAA38A
Tints of Neutral Green #AAA38A
RGB
CMYK
RGB Variations
Color information
#AAA38A (or 0xAAA38A) is known color: Neutral Green. HEX triplet: AA, A3 and 8A. RGB value is (170,163,138). Sum of RGB (Red+Green+Blue) = 170+163+138=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA38A is #555C75. Grayscale: #A2A2A2. Windows color (decimal): -5594230 or 9085866. OLE color: 9085866.
HSL color Cylindrical-coordinate representation of color #AAA38A: hue angle of 46.88º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAA38A is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 138 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.33 |
| HSL | 46.88º | 0.16% | 0.6% | - |
| HSV(B) | 46.88º | 0.19% | 0.67% | - |
| XYZ | 34.26 | 36.58 | 29.3 | - |
| YUV | 162.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 138 | 0 | 0.04 | 0.19 | 0.33 | 46.88 | 0.16 | 0.6 |
| Hex | AA | A3 | 8A | 0 | 4 | 13 | 21 | 2F | 10 | 3C |
| Octal | 252 | 243 | 212 | 0 | 4 | 23 | 41 | 57 | 20 | 74 |
| Binary | 10101010 | 10100011 | 10001010 | 0 | 100 | 10011 | 100001 | 101111 | 10000 | 111100 |
Color Harmonies of #AAA38A
Complementary color
Monochromatic Colors of #AAA38A
Black with #AAA38A
Text Example
Text Example
White with #AAA38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA38A; }
p { color: rgb(170,163,138); }
H1.HeaderClassName
{
color: #AAA38A;
}
.AnyTagClassName
{
color: #AAA38A;
}
</style>
background-color css
<style>
a { background-color: #AAA38A; }
a { background-color: rgb(170,163,138); }
div.DivClassName
{
background-color: #AAA38A;
}
.BgClassName
{
background-color: #AAA38A;
}
</style>
border-color css
<style>
span { border-color: #AAA38A; }
span { border-color: rgb(170,163,138); }
td.TdClassName
{
border-color: #AAA38A;
}
.TagClassName
{
border-color: #AAA38A;
}
</style>