#AEA757

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

Shades of Olive Green #AEA757

Tints of Olive Green #AEA757

Color information

#AEA757 (or 0xAEA757) is unknown color: approx Olive Green. HEX triplet: AE, A7 and 57. RGB value is (174,167,87). Sum of RGB (Red+Green+Blue) = 174+167+87=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA757 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA757 is #5158A8. Grayscale: #A0A0A0. Windows color (decimal): -5331113 or 5744558. OLE color: 5744558.

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

Color convert

RGB17416787-
CMYK00.040.50.32
HSL55.17º34.94%51.18%-
HSV(B)55.17º50%68.24%-
XYZ32.9937.3214.48-
YUV159.9786.82138-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 167 (65.62% from 255) = 39.02%
BLUE value IS 87 (34.38% from 255) = 20.33%
R=40.65%
G=39.02%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741678700.040.50.3255.1734.9451.18
HexAEA757043220372333
Octal256247127046240674363
Binary101011101010011110101110100110010100000110111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA757; }

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

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

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

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

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

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

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

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