#AEAB62

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

Shades of Olive Green #AEAB62

Tints of Olive Green #AEAB62

Color information

#AEAB62 (or 0xAEAB62) is unknown color: approx Olive Green. HEX triplet: AE, AB and 62. RGB value is (174,171,98). Sum of RGB (Red+Green+Blue) = 174+171+98=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB62 is #51549D. Grayscale: #A3A3A3. Windows color (decimal): -5330078 or 6466478. OLE color: 6466478.

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

Color convert

RGB17417198-
CMYK00.020.440.32
HSL57.63º31.93%53.33%-
HSV(B)57.63º43.68%68.24%-
XYZ34.2239.0117.28-
YUV163.5790.99135.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 171 (67.19% from 255) = 38.60%
BLUE value IS 98 (38.67% from 255) = 22.12%
R=39.28%
G=38.60%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741719800.020.440.3257.6331.9353.33
HexAEAB62022C203a2035
Octal256253142025440724065
Binary10101110101010111100010010101100100000111010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB62; }

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

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

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

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

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

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

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

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