Shades of Neutral Green #AAA48B
Tints of Neutral Green #AAA48B
RGB
CMYK
RGB Variations
Color information
#AAA48B (or 0xAAA48B) is known color: Neutral Green. HEX triplet: AA, A4 and 8B. RGB value is (170,164,139). Sum of RGB (Red+Green+Blue) = 170+164+139=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA48B is #555B74. Grayscale: #A3A3A3. Windows color (decimal): -5593973 or 9151658. OLE color: 9151658.
HSL color Cylindrical-coordinate representation of color #AAA48B: hue angle of 48.39º 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 #AAA48B is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 139 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.33 |
| HSL | 48.39º | 0.15% | 0.61% | - |
| HSV(B) | 48.39º | 0.18% | 0.67% | - |
| XYZ | 34.51 | 36.96 | 29.74 | - |
| YUV | 162.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 139 | 0 | 0.04 | 0.18 | 0.33 | 48.39 | 0.15 | 0.61 |
| Hex | AA | A4 | 8B | 0 | 4 | 12 | 21 | 30 | F | 3D |
| Octal | 252 | 244 | 213 | 0 | 4 | 22 | 41 | 60 | 17 | 75 |
| Binary | 10101010 | 10100100 | 10001011 | 0 | 100 | 10010 | 100001 | 110000 | 1111 | 111101 |
Color Harmonies of #AAA48B
Complementary color
Monochromatic Colors of #AAA48B
Black with #AAA48B
Text Example
Text Example
White with #AAA48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA48B; }
p { color: rgb(170,164,139); }
H1.HeaderClassName
{
color: #AAA48B;
}
.AnyTagClassName
{
color: #AAA48B;
}
</style>
background-color css
<style>
a { background-color: #AAA48B; }
a { background-color: rgb(170,164,139); }
div.DivClassName
{
background-color: #AAA48B;
}
.BgClassName
{
background-color: #AAA48B;
}
</style>
border-color css
<style>
span { border-color: #AAA48B; }
span { border-color: rgb(170,164,139); }
td.TdClassName
{
border-color: #AAA48B;
}
.TagClassName
{
border-color: #AAA48B;
}
</style>