Shades of Olive Green #AAAA53
Tints of Olive Green #AAAA53
RGB
CMYK
RGB Variations
Color information
#AAAA53 (or 0xAAAA53) is known color: Olive Green. HEX triplet: AA, AA and 53. RGB value is (170,170,83). Sum of RGB (Red+Green+Blue) = 170+170+83=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA53 is #5555AC. Grayscale: #A0A0A0. Windows color (decimal): -5592493 or 5483178. OLE color: 5483178.
HSL color Cylindrical-coordinate representation of color #AAAA53: hue angle of 60º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAAA53 is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 83 | - |
| CMYK | 0 | 0 | 0.51 | 0.33 |
| HSL | 60º | 0.34% | 0.5% | - |
| HSV(B) | 60º | 0.51% | 0.67% | - |
| XYZ | 32.51 | 37.92 | 13.79 | - |
| YUV | 160.08 | 84.5 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 83 | 0 | 0 | 0.51 | 0.33 | 60 | 0.34 | 0.5 |
| Hex | AA | AA | 53 | 0 | 0 | 33 | 21 | 3C | 22 | 32 |
| Octal | 252 | 252 | 123 | 0 | 0 | 63 | 41 | 74 | 42 | 62 |
| Binary | 10101010 | 10101010 | 1010011 | 0 | 0 | 110011 | 100001 | 111100 | 100010 | 110010 |
Color Harmonies of #AAAA53
Complementary color
Monochromatic Colors of #AAAA53
Black with #AAAA53
Text Example
Text Example
White with #AAAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA53; }
p { color: rgb(170,170,83); }
H1.HeaderClassName
{
color: #AAAA53;
}
.AnyTagClassName
{
color: #AAAA53;
}
</style>
background-color css
<style>
a { background-color: #AAAA53; }
a { background-color: rgb(170,170,83); }
div.DivClassName
{
background-color: #AAAA53;
}
.BgClassName
{
background-color: #AAAA53;
}
</style>
border-color css
<style>
span { border-color: #AAAA53; }
span { border-color: rgb(170,170,83); }
td.TdClassName
{
border-color: #AAAA53;
}
.TagClassName
{
border-color: #AAAA53;
}
</style>