Shades of Neutral Green #AAA88B
Tints of Neutral Green #AAA88B
RGB
CMYK
RGB Variations
Color information
#AAA88B (or 0xAAA88B) is known color: Neutral Green. HEX triplet: AA, A8 and 8B. RGB value is (170,168,139). Sum of RGB (Red+Green+Blue) = 170+168+139=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA88B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA88B is #555774. Grayscale: #A5A5A5. Windows color (decimal): -5592949 or 9152682. OLE color: 9152682.
HSL color Cylindrical-coordinate representation of color #AAA88B: hue angle of 56.13º 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 #AAA88B is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 139 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.33 |
| HSL | 56.13º | 0.15% | 0.61% | - |
| HSV(B) | 56.13º | 0.18% | 0.67% | - |
| XYZ | 35.24 | 38.42 | 29.98 | - |
| YUV | 165.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 139 | 0 | 0.01 | 0.18 | 0.33 | 56.13 | 0.15 | 0.61 |
| Hex | AA | A8 | 8B | 0 | 1 | 12 | 21 | 38 | F | 3D |
| Octal | 252 | 250 | 213 | 0 | 1 | 22 | 41 | 70 | 17 | 75 |
| Binary | 10101010 | 10101000 | 10001011 | 0 | 1 | 10010 | 100001 | 111000 | 1111 | 111101 |
Color Harmonies of #AAA88B
Complementary color
Monochromatic Colors of #AAA88B
Black with #AAA88B
Text Example
Text Example
White with #AAA88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA88B; }
p { color: rgb(170,168,139); }
H1.HeaderClassName
{
color: #AAA88B;
}
.AnyTagClassName
{
color: #AAA88B;
}
</style>
background-color css
<style>
a { background-color: #AAA88B; }
a { background-color: rgb(170,168,139); }
div.DivClassName
{
background-color: #AAA88B;
}
.BgClassName
{
background-color: #AAA88B;
}
</style>
border-color css
<style>
span { border-color: #AAA88B; }
span { border-color: rgb(170,168,139); }
td.TdClassName
{
border-color: #AAA88B;
}
.TagClassName
{
border-color: #AAA88B;
}
</style>