#AEAB5E

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

Shades of Olive Green #AEAB5E

Tints of Olive Green #AEAB5E

Color information

#AEAB5E (or 0xAEAB5E) is unknown color: approx Olive Green. HEX triplet: AE, AB and 5E. RGB value is (174,171,94). Sum of RGB (Red+Green+Blue) = 174+171+94=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 94 (37.11% from 255 or 21.41% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB5E is #5154A1. Grayscale: #A3A3A3. Windows color (decimal): -5330082 or 6204334. OLE color: 6204334.

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

Color convert

RGB17417194-
CMYK00.020.460.32
HSL57.75º33.06%52.55%-
HSV(B)57.75º45.98%68.24%-
XYZ34.0438.9316.31-
YUV163.1288.99135.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 94 (37.11% from 255) = 21.41%
R=39.64%
G=38.95%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741719400.020.460.3257.7533.0652.55
HexAEAB5E022E203a2135
Octal256253136025640724165
Binary10101110101010111011110010101110100000111010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB5E; }

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

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

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

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

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

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

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

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