Shades of Olive Green #AAAB5C
Tints of Olive Green #AAAB5C
RGB
CMYK
RGB Variations
Color information
#AAAB5C (or 0xAAAB5C) is known color: Olive Green. HEX triplet: AA, AB and 5C. RGB value is (170,171,92). Sum of RGB (Red+Green+Blue) = 170+171+92=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB5C is #5554A3. Grayscale: #A2A2A2. Windows color (decimal): -5592228 or 6073258. OLE color: 6073258.
HSL color Cylindrical-coordinate representation of color #AAAB5C: hue angle of 60.76º 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 #AAAB5C is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 92 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.33 |
| HSL | 60.76º | 0.32% | 0.52% | - |
| HSV(B) | 60.76º | 0.46% | 0.67% | - |
| XYZ | 33.07 | 38.44 | 15.8 | - |
| YUV | 161.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 92 | 0.01 | 0 | 0.46 | 0.33 | 60.76 | 0.32 | 0.52 |
| Hex | AA | AB | 5C | 1 | 0 | 2E | 21 | 3D | 20 | 34 |
| Octal | 252 | 253 | 134 | 1 | 0 | 56 | 41 | 75 | 40 | 64 |
| Binary | 10101010 | 10101011 | 1011100 | 1 | 0 | 101110 | 100001 | 111101 | 100000 | 110100 |
Color Harmonies of #AAAB5C
Complementary color
Monochromatic Colors of #AAAB5C
Black with #AAAB5C
Text Example
Text Example
White with #AAAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB5C; }
p { color: rgb(170,171,92); }
H1.HeaderClassName
{
color: #AAAB5C;
}
.AnyTagClassName
{
color: #AAAB5C;
}
</style>
background-color css
<style>
a { background-color: #AAAB5C; }
a { background-color: rgb(170,171,92); }
div.DivClassName
{
background-color: #AAAB5C;
}
.BgClassName
{
background-color: #AAAB5C;
}
</style>
border-color css
<style>
span { border-color: #AAAB5C; }
span { border-color: rgb(170,171,92); }
td.TdClassName
{
border-color: #AAAB5C;
}
.TagClassName
{
border-color: #AAAB5C;
}
</style>