#AAAE5E

Color #AAAE5E Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #AAAE5E

Tints of Olive Green #AAAE5E

Color information

#AAAE5E (or 0xAAAE5E) is unknown color: approx Olive Green. HEX triplet: AA, AE and 5E. RGB value is (170,174,94). Sum of RGB (Red+Green+Blue) = 170+174+94=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE5E is #5551A1. Grayscale: #A4A4A4. Windows color (decimal): -5591458 or 6205098. OLE color: 6205098.

HSL color Cylindrical-coordinate representation of color #AAAE5E: hue angle of 63º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAAE5E is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB17017494-
CMYK0.0200.460.32
HSL63º33.06%52.55%-
HSV(B)63º45.98%68.24%-
XYZ33.7339.6316.46-
YUV163.6888.67132.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 174 (68.36% from 255) = 39.73%
BLUE value IS 94 (37.11% from 255) = 21.46%
R=38.81%
G=39.73%
B=21.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170174940.0200.460.326333.0652.55
HexAAAE5E202E203f2135
Octal252256136205640774165
Binary10101010101011101011110100101110100000111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE5E; }

 p { color: rgb(170,174,94); }

 H1.HeaderClassName
 {
   color: #AAAE5E;
 }
 .AnyTagClassName
 {
   color: #AAAE5E;
 }
</style>
background-color css

<style>
 a { background-color: #AAAE5E; }

 a { background-color: rgb(170,174,94); }

 div.DivClassName
 {
   background-color: #AAAE5E;
 }
 .BgClassName
 {
   background-color: #AAAE5E;
 }
</style>
border-color css

<style>
 span { border-color: #AAAE5E; }

 span { border-color: rgb(170,174,94); }

 td.TdClassName
 {
   border-color: #AAAE5E;
 }
 .TagClassName
 {
   border-color: #AAAE5E;
 }
</style>