#AEAE5E

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

Shades of Olive Green #AEAE5E

Tints of Olive Green #AEAE5E

Color information

#AEAE5E (or 0xAEAE5E) is unknown color: approx Olive Green. HEX triplet: AE, AE and 5E. RGB value is (174,174,94). Sum of RGB (Red+Green+Blue) = 174+174+94=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE5E is #5151A1. Grayscale: #A5A5A5. Windows color (decimal): -5329314 or 6205102. OLE color: 6205102.

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

Color convert

RGB17417494-
CMYK000.460.32
HSL60º33.06%52.55%-
HSV(B)60º45.98%68.24%-
XYZ34.6140.0816.5-
YUV164.8888134.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 174 (68.36% from 255) = 39.37%
BLUE value IS 94 (37.11% from 255) = 21.27%
R=39.37%
G=39.37%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417494000.460.326033.0652.55
HexAEAE5E002E203c2135
Octal256256136005640744165
Binary1010111010101110101111000101110100000111100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE5E; }

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

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

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

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

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

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

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

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