Shades of Neutral Green #AAA678
Tints of Neutral Green #AAA678
RGB
CMYK
RGB Variations
Color information
#AAA678 (or 0xAAA678) is known color: Neutral Green. HEX triplet: AA, A6 and 78. RGB value is (170,166,120). Sum of RGB (Red+Green+Blue) = 170+166+120=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA678 is #555987. Grayscale: #A2A2A2. Windows color (decimal): -5593480 or 7906986. OLE color: 7906986.
HSL color Cylindrical-coordinate representation of color #AAA678: hue angle of 55.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAA678 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 120 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.33 |
| HSL | 55.2º | 0.23% | 0.57% | - |
| HSV(B) | 55.2º | 0.29% | 0.67% | - |
| XYZ | 33.6 | 37.17 | 23.17 | - |
| YUV | 161.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 120 | 0 | 0.02 | 0.29 | 0.33 | 55.2 | 0.23 | 0.57 |
| Hex | AA | A6 | 78 | 0 | 2 | 1D | 21 | 37 | 17 | 39 |
| Octal | 252 | 246 | 170 | 0 | 2 | 35 | 41 | 67 | 27 | 71 |
| Binary | 10101010 | 10100110 | 1111000 | 0 | 10 | 11101 | 100001 | 110111 | 10111 | 111001 |
Color Harmonies of #AAA678
Complementary color
Monochromatic Colors of #AAA678
Black with #AAA678
Text Example
Text Example
White with #AAA678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA678; }
p { color: rgb(170,166,120); }
H1.HeaderClassName
{
color: #AAA678;
}
.AnyTagClassName
{
color: #AAA678;
}
</style>
background-color css
<style>
a { background-color: #AAA678; }
a { background-color: rgb(170,166,120); }
div.DivClassName
{
background-color: #AAA678;
}
.BgClassName
{
background-color: #AAA678;
}
</style>
border-color css
<style>
span { border-color: #AAA678; }
span { border-color: rgb(170,166,120); }
td.TdClassName
{
border-color: #AAA678;
}
.TagClassName
{
border-color: #AAA678;
}
</style>