Shades of Neutral Green #AAA78B
Tints of Neutral Green #AAA78B
RGB
CMYK
RGB Variations
Color information
#AAA78B (or 0xAAA78B) is known color: Neutral Green. HEX triplet: AA, A7 and 8B. RGB value is (170,167,139). Sum of RGB (Red+Green+Blue) = 170+167+139=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA78B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA78B is #555874. Grayscale: #A4A4A4. Windows color (decimal): -5593205 or 9152426. OLE color: 9152426.
HSL color Cylindrical-coordinate representation of color #AAA78B: hue angle of 54.19º 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 #AAA78B is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 139 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.33 |
| HSL | 54.19º | 0.15% | 0.61% | - |
| HSV(B) | 54.19º | 0.18% | 0.67% | - |
| XYZ | 35.06 | 38.05 | 29.92 | - |
| YUV | 164.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 139 | 0 | 0.02 | 0.18 | 0.33 | 54.19 | 0.15 | 0.61 |
| Hex | AA | A7 | 8B | 0 | 2 | 12 | 21 | 36 | F | 3D |
| Octal | 252 | 247 | 213 | 0 | 2 | 22 | 41 | 66 | 17 | 75 |
| Binary | 10101010 | 10100111 | 10001011 | 0 | 10 | 10010 | 100001 | 110110 | 1111 | 111101 |
Color Harmonies of #AAA78B
Complementary color
Monochromatic Colors of #AAA78B
Black with #AAA78B
Text Example
Text Example
White with #AAA78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA78B; }
p { color: rgb(170,167,139); }
H1.HeaderClassName
{
color: #AAA78B;
}
.AnyTagClassName
{
color: #AAA78B;
}
</style>
background-color css
<style>
a { background-color: #AAA78B; }
a { background-color: rgb(170,167,139); }
div.DivClassName
{
background-color: #AAA78B;
}
.BgClassName
{
background-color: #AAA78B;
}
</style>
border-color css
<style>
span { border-color: #AAA78B; }
span { border-color: rgb(170,167,139); }
td.TdClassName
{
border-color: #AAA78B;
}
.TagClassName
{
border-color: #AAA78B;
}
</style>