Shades of Neutral Green #AAA78C
Tints of Neutral Green #AAA78C
RGB
CMYK
RGB Variations
Color information
#AAA78C (or 0xAAA78C) is known color: Neutral Green. HEX triplet: AA, A7 and 8C. RGB value is (170,167,140). Sum of RGB (Red+Green+Blue) = 170+167+140=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA78C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA78C is #555873. Grayscale: #A4A4A4. Windows color (decimal): -5593204 or 9217962. OLE color: 9217962.
HSL color Cylindrical-coordinate representation of color #AAA78C: hue angle of 54º 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 #AAA78C is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 140 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.33 |
| HSL | 54º | 0.15% | 0.61% | - |
| HSV(B) | 54º | 0.18% | 0.67% | - |
| XYZ | 35.13 | 38.08 | 30.31 | - |
| YUV | 164.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 140 | 0 | 0.02 | 0.18 | 0.33 | 54 | 0.15 | 0.61 |
| Hex | AA | A7 | 8C | 0 | 2 | 12 | 21 | 36 | F | 3D |
| Octal | 252 | 247 | 214 | 0 | 2 | 22 | 41 | 66 | 17 | 75 |
| Binary | 10101010 | 10100111 | 10001100 | 0 | 10 | 10010 | 100001 | 110110 | 1111 | 111101 |
Color Harmonies of #AAA78C
Complementary color
Monochromatic Colors of #AAA78C
Black with #AAA78C
Text Example
Text Example
White with #AAA78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA78C; }
p { color: rgb(170,167,140); }
H1.HeaderClassName
{
color: #AAA78C;
}
.AnyTagClassName
{
color: #AAA78C;
}
</style>
background-color css
<style>
a { background-color: #AAA78C; }
a { background-color: rgb(170,167,140); }
div.DivClassName
{
background-color: #AAA78C;
}
.BgClassName
{
background-color: #AAA78C;
}
</style>
border-color css
<style>
span { border-color: #AAA78C; }
span { border-color: rgb(170,167,140); }
td.TdClassName
{
border-color: #AAA78C;
}
.TagClassName
{
border-color: #AAA78C;
}
</style>