Shades of Olive Green #AAB05A
Tints of Olive Green #AAB05A
RGB
CMYK
RGB Variations
Color information
#AAB05A (or 0xAAB05A) is known color: Olive Green. HEX triplet: AA, B0 and 5A. RGB value is (170,176,90). Sum of RGB (Red+Green+Blue) = 170+176+90=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB05A is #554FA5. Grayscale: #A4A4A4. Windows color (decimal): -5590950 or 5943466. OLE color: 5943466.
HSL color Cylindrical-coordinate representation of color #AAB05A: hue angle of 64.19º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAB05A is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 90 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.31 |
| HSL | 64.19º | 0.35% | 0.52% | - |
| HSV(B) | 64.19º | 0.49% | 0.69% | - |
| XYZ | 33.95 | 40.33 | 15.67 | - |
| YUV | 164.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 90 | 0.03 | 0 | 0.49 | 0.31 | 64.19 | 0.35 | 0.52 |
| Hex | AA | B0 | 5A | 3 | 0 | 31 | 1F | 40 | 23 | 34 |
| Octal | 252 | 260 | 132 | 3 | 0 | 61 | 37 | 100 | 43 | 64 |
| Binary | 10101010 | 10110000 | 1011010 | 11 | 0 | 110001 | 11111 | 1000000 | 100011 | 110100 |
Color Harmonies of #AAB05A
Complementary color
Monochromatic Colors of #AAB05A
Black with #AAB05A
Text Example
Text Example
White with #AAB05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB05A; }
p { color: rgb(170,176,90); }
H1.HeaderClassName
{
color: #AAB05A;
}
.AnyTagClassName
{
color: #AAB05A;
}
</style>
background-color css
<style>
a { background-color: #AAB05A; }
a { background-color: rgb(170,176,90); }
div.DivClassName
{
background-color: #AAB05A;
}
.BgClassName
{
background-color: #AAB05A;
}
</style>
border-color css
<style>
span { border-color: #AAB05A; }
span { border-color: rgb(170,176,90); }
td.TdClassName
{
border-color: #AAB05A;
}
.TagClassName
{
border-color: #AAB05A;
}
</style>