#AEAA5B

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

Shades of Olive Green #AEAA5B

Tints of Olive Green #AEAA5B

Color information

#AEAA5B (or 0xAEAA5B) is unknown color: approx Olive Green. HEX triplet: AE, AA and 5B. RGB value is (174,170,91). Sum of RGB (Red+Green+Blue) = 174+170+91=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA5B is #5155A4. Grayscale: #A2A2A2. Windows color (decimal): -5330341 or 6007470. OLE color: 6007470.

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

Color convert

RGB17417091-
CMYK00.020.480.32
HSL57.11º33.88%51.96%-
HSV(B)57.11º47.7%68.24%-
XYZ33.7238.515.55-
YUV162.1987.83136.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 170 (66.80% from 255) = 39.08%
BLUE value IS 91 (35.94% from 255) = 20.92%
R=40%
G=39.08%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741709100.020.480.3257.1133.8851.96
HexAEAA5B023020392234
Octal256252133026040714264
Binary10101110101010101011011010110000100000111001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA5B; }

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

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

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

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

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

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

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

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