Shades of Olive Green #AAAF55
Tints of Olive Green #AAAF55
RGB
CMYK
RGB Variations
Color information
#AAAF55 (or 0xAAAF55) is known color: Olive Green. HEX triplet: AA, AF and 55. RGB value is (170,175,85). Sum of RGB (Red+Green+Blue) = 170+175+85=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF55 is #5550AA. Grayscale: #A3A3A3. Windows color (decimal): -5591211 or 5615530. OLE color: 5615530.
HSL color Cylindrical-coordinate representation of color #AAAF55: hue angle of 63.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAAF55 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 175 | 85 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.31 |
| HSL | 63.33º | 0.36% | 0.51% | - |
| HSV(B) | 63.33º | 0.51% | 0.69% | - |
| XYZ | 33.55 | 39.86 | 14.52 | - |
| YUV | 163.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 175 | 85 | 0.03 | 0 | 0.51 | 0.31 | 63.33 | 0.36 | 0.51 |
| Hex | AA | AF | 55 | 3 | 0 | 33 | 1F | 3F | 24 | 33 |
| Octal | 252 | 257 | 125 | 3 | 0 | 63 | 37 | 77 | 44 | 63 |
| Binary | 10101010 | 10101111 | 1010101 | 11 | 0 | 110011 | 11111 | 111111 | 100100 | 110011 |
Color Harmonies of #AAAF55
Complementary color
Monochromatic Colors of #AAAF55
Black with #AAAF55
Text Example
Text Example
White with #AAAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAF55; }
p { color: rgb(170,175,85); }
H1.HeaderClassName
{
color: #AAAF55;
}
.AnyTagClassName
{
color: #AAAF55;
}
</style>
background-color css
<style>
a { background-color: #AAAF55; }
a { background-color: rgb(170,175,85); }
div.DivClassName
{
background-color: #AAAF55;
}
.BgClassName
{
background-color: #AAAF55;
}
</style>
border-color css
<style>
span { border-color: #AAAF55; }
span { border-color: rgb(170,175,85); }
td.TdClassName
{
border-color: #AAAF55;
}
.TagClassName
{
border-color: #AAAF55;
}
</style>