#AEAA57

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

Shades of Olive Green #AEAA57

Tints of Olive Green #AEAA57

Color information

#AEAA57 (or 0xAEAA57) is unknown color: approx Olive Green. HEX triplet: AE, AA and 57. RGB value is (174,170,87). Sum of RGB (Red+Green+Blue) = 174+170+87=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA57 is #5155A8. Grayscale: #A2A2A2. Windows color (decimal): -5330345 or 5745326. OLE color: 5745326.

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

Color convert

RGB17417087-
CMYK00.020.50.32
HSL57.24º34.94%51.18%-
HSV(B)57.24º50%68.24%-
XYZ33.5538.4414.67-
YUV161.7385.83136.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 170 (66.80% from 255) = 39.44%
BLUE value IS 87 (34.38% from 255) = 20.19%
R=40.37%
G=39.44%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741708700.020.50.3257.2434.9451.18
HexAEAA57023220392333
Octal256252127026240714363
Binary10101110101010101010111010110010100000111001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA57; }

 p { color: rgb(174,170,87); }

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

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

 a { background-color: rgb(174,170,87); }

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

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

 span { border-color: rgb(174,170,87); }

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