Shades of Olive Green #AAA45A
Tints of Olive Green #AAA45A
RGB
CMYK
RGB Variations
Color information
#AAA45A (or 0xAAA45A) is known color: Olive Green. HEX triplet: AA, A4 and 5A. RGB value is (170,164,90). Sum of RGB (Red+Green+Blue) = 170+164+90=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA45A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA45A is #555BA5. Grayscale: #9D9D9D. Windows color (decimal): -5594022 or 5940394. OLE color: 5940394.
HSL color Cylindrical-coordinate representation of color #AAA45A: hue angle of 55.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAA45A is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 164 | 90 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.33 |
| HSL | 55.5º | 0.32% | 0.51% | - |
| HSV(B) | 55.5º | 0.47% | 0.67% | - |
| XYZ | 31.7 | 35.84 | 14.92 | - |
| YUV | 157.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 164 | 90 | 0 | 0.04 | 0.47 | 0.33 | 55.5 | 0.32 | 0.51 |
| Hex | AA | A4 | 5A | 0 | 4 | 2F | 21 | 38 | 20 | 33 |
| Octal | 252 | 244 | 132 | 0 | 4 | 57 | 41 | 70 | 40 | 63 |
| Binary | 10101010 | 10100100 | 1011010 | 0 | 100 | 101111 | 100001 | 111000 | 100000 | 110011 |
Color Harmonies of #AAA45A
Complementary color
Monochromatic Colors of #AAA45A
Black with #AAA45A
Text Example
Text Example
White with #AAA45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA45A; }
p { color: rgb(170,164,90); }
H1.HeaderClassName
{
color: #AAA45A;
}
.AnyTagClassName
{
color: #AAA45A;
}
</style>
background-color css
<style>
a { background-color: #AAA45A; }
a { background-color: rgb(170,164,90); }
div.DivClassName
{
background-color: #AAA45A;
}
.BgClassName
{
background-color: #AAA45A;
}
</style>
border-color css
<style>
span { border-color: #AAA45A; }
span { border-color: rgb(170,164,90); }
td.TdClassName
{
border-color: #AAA45A;
}
.TagClassName
{
border-color: #AAA45A;
}
</style>