#AEA957

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

Shades of Olive Green #AEA957

Tints of Olive Green #AEA957

Color information

#AEA957 (or 0xAEA957) is unknown color: approx Olive Green. HEX triplet: AE, A9 and 57. RGB value is (174,169,87). Sum of RGB (Red+Green+Blue) = 174+169+87=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA957 is #5156A8. Grayscale: #A1A1A1. Windows color (decimal): -5330601 or 5745070. OLE color: 5745070.

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

Color convert

RGB17416987-
CMYK00.030.50.32
HSL56.55º34.94%51.18%-
HSV(B)56.55º50%68.24%-
XYZ33.3638.0614.61-
YUV161.1586.16137.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.47%
GREEN value IS 169 (66.41% from 255) = 39.30%
BLUE value IS 87 (34.38% from 255) = 20.23%
R=40.47%
G=39.30%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741698700.030.50.3256.5534.9451.18
HexAEA957033220392333
Octal256251127036240714363
Binary10101110101010011010111011110010100000111001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA957; }

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

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

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

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

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

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

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

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