#AEAE59

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

Shades of Olive Green #AEAE59

Tints of Olive Green #AEAE59

Color information

#AEAE59 (or 0xAEAE59) is unknown color: approx Olive Green. HEX triplet: AE, AE and 59. RGB value is (174,174,89). Sum of RGB (Red+Green+Blue) = 174+174+89=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE59 is #5151A6. Grayscale: #A4A4A4. Windows color (decimal): -5329319 or 5877422. OLE color: 5877422.

HSL color Cylindrical-coordinate representation of color #AEAE59: hue angle of 60º 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 #AEAE59 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17417489-
CMYK000.490.32
HSL60º34.41%51.57%-
HSV(B)60º48.85%68.24%-
XYZ34.3939.9915.36-
YUV164.3185.5134.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.82%
GREEN value IS 174 (68.36% from 255) = 39.82%
BLUE value IS 89 (35.16% from 255) = 20.37%
R=39.82%
G=39.82%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417489000.490.326034.4151.57
HexAEAE590031203c2234
Octal256256131006140744264
Binary1010111010101110101100100110001100000111100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE59; }

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

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

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

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

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

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

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

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