Shades of Olive Green #AAAB5D
Tints of Olive Green #AAAB5D
RGB
CMYK
RGB Variations
Color information
#AAAB5D (or 0xAAAB5D) is known color: Olive Green. HEX triplet: AA, AB and 5D. RGB value is (170,171,93). Sum of RGB (Red+Green+Blue) = 170+171+93=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB5D is #5554A2. Grayscale: #A2A2A2. Windows color (decimal): -5592227 or 6138794. OLE color: 6138794.
HSL color Cylindrical-coordinate representation of color #AAAB5D: hue angle of 60.77º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAAB5D is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 93 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.33 |
| HSL | 60.77º | 0.32% | 0.52% | - |
| HSV(B) | 60.77º | 0.46% | 0.67% | - |
| XYZ | 33.12 | 38.46 | 16.03 | - |
| YUV | 161.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 93 | 0.01 | 0 | 0.46 | 0.33 | 60.77 | 0.32 | 0.52 |
| Hex | AA | AB | 5D | 1 | 0 | 2E | 21 | 3D | 20 | 34 |
| Octal | 252 | 253 | 135 | 1 | 0 | 56 | 41 | 75 | 40 | 64 |
| Binary | 10101010 | 10101011 | 1011101 | 1 | 0 | 101110 | 100001 | 111101 | 100000 | 110100 |
Color Harmonies of #AAAB5D
Complementary color
Monochromatic Colors of #AAAB5D
Black with #AAAB5D
Text Example
Text Example
White with #AAAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB5D; }
p { color: rgb(170,171,93); }
H1.HeaderClassName
{
color: #AAAB5D;
}
.AnyTagClassName
{
color: #AAAB5D;
}
</style>
background-color css
<style>
a { background-color: #AAAB5D; }
a { background-color: rgb(170,171,93); }
div.DivClassName
{
background-color: #AAAB5D;
}
.BgClassName
{
background-color: #AAAB5D;
}
</style>
border-color css
<style>
span { border-color: #AAAB5D; }
span { border-color: rgb(170,171,93); }
td.TdClassName
{
border-color: #AAAB5D;
}
.TagClassName
{
border-color: #AAAB5D;
}
</style>