#AEAB65

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

Shades of Olive Green #AEAB65

Tints of Olive Green #AEAB65

Color information

#AEAB65 (or 0xAEAB65) is unknown color: approx Olive Green. HEX triplet: AE, AB and 65. RGB value is (174,171,101). Sum of RGB (Red+Green+Blue) = 174+171+101=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB65 is #51549A. Grayscale: #A4A4A4. Windows color (decimal): -5330075 or 6663086. OLE color: 6663086.

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

Color convert

RGB174171101-
CMYK00.020.420.32
HSL57.53º31.06%53.92%-
HSV(B)57.53º41.95%68.24%-
XYZ34.3739.0618.04-
YUV163.9292.49135.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 171 (67.19% from 255) = 38.34%
BLUE value IS 101 (39.84% from 255) = 22.65%
R=39.01%
G=38.34%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417110100.020.420.3257.5331.0653.92
HexAEAB65022A203a1f36
Octal256253145025240723766
Binary1010111010101011110010101010101010000011101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB65; }

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

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

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

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

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

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

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

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