#AEAB64

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

Shades of Olive Green #AEAB64

Tints of Olive Green #AEAB64

Color information

#AEAB64 (or 0xAEAB64) is unknown color: approx Olive Green. HEX triplet: AE, AB and 64. RGB value is (174,171,100). Sum of RGB (Red+Green+Blue) = 174+171+100=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB64 is #51549B. Grayscale: #A4A4A4. Windows color (decimal): -5330076 or 6597550. OLE color: 6597550.

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

Color convert

RGB174171100-
CMYK00.020.430.32
HSL57.57º31.36%53.73%-
HSV(B)57.57º42.53%68.24%-
XYZ34.3239.0417.78-
YUV163.891.99135.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 171 (67.19% from 255) = 38.43%
BLUE value IS 100 (39.45% from 255) = 22.47%
R=39.10%
G=38.43%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417110000.020.430.3257.5731.3653.73
HexAEAB64022B203a1f36
Octal256253144025340723766
Binary1010111010101011110010001010101110000011101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB64; }

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

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

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

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

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

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

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

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