#AAAE57

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

Shades of Olive Green #AAAE57

Tints of Olive Green #AAAE57

Color information

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

HSL color Cylindrical-coordinate representation of color #AAAE57: hue angle of 62.76º 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 #AAAE57 is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.32.

Color convert

RGB17017487-
CMYK0.0200.50.32
HSL62.76º34.94%51.18%-
HSV(B)62.76º50%68.24%-
XYZ33.4339.5114.88-
YUV162.8985.17133.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170174870.0200.50.3262.7634.9451.18
HexAAAE572032203f2333
Octal252256127206240774363
Binary10101010101011101010111100110010100000111111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE57; }

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

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

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

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

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

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

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

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