#AEAB4F

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

Shades of Olive Green #AEAB4F

Tints of Olive Green #AEAB4F

Color information

#AEAB4F (or 0xAEAB4F) is unknown color: approx Olive Green. HEX triplet: AE, AB and 4F. RGB value is (174,171,79). Sum of RGB (Red+Green+Blue) = 174+171+79=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB4F is #5154B0. Grayscale: #A1A1A1. Windows color (decimal): -5330097 or 5221294. OLE color: 5221294.

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

Color convert

RGB17417179-
CMYK00.020.550.32
HSL58.11º37.55%49.61%-
HSV(B)58.11º54.6%68.24%-
XYZ33.4338.6913.1-
YUV161.4181.49136.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.04%
GREEN value IS 171 (67.19% from 255) = 40.33%
BLUE value IS 79 (31.25% from 255) = 18.63%
R=41.04%
G=40.33%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741717900.020.550.3258.1137.5549.61
HexAEAB4F0237203a2632
Octal256253117026740724662
Binary10101110101010111001111010110111100000111010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB4F; }

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

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

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

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

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

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

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

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