#AEAA59

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

Shades of Olive Green #AEAA59

Tints of Olive Green #AEAA59

Color information

#AEAA59 (or 0xAEAA59) is unknown color: approx Olive Green. HEX triplet: AE, AA and 59. RGB value is (174,170,89). Sum of RGB (Red+Green+Blue) = 174+170+89=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA59 is #5155A6. Grayscale: #A2A2A2. Windows color (decimal): -5330343 or 5876398. OLE color: 5876398.

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

Color convert

RGB17417089-
CMYK00.020.490.32
HSL57.18º34.41%51.57%-
HSV(B)57.18º48.85%68.24%-
XYZ33.6338.4715.1-
YUV161.9686.83136.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 89 (35.16% from 255) = 20.55%
R=40.18%
G=39.26%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741708900.020.490.3257.1834.4151.57
HexAEAA59023120392234
Octal256252131026140714264
Binary10101110101010101011001010110001100000111001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA59; }

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

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

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

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

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

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

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

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