#AEA857

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

Shades of Olive Green #AEA857

Tints of Olive Green #AEA857

Color information

#AEA857 (or 0xAEA857) is unknown color: approx Olive Green. HEX triplet: AE, A8 and 57. RGB value is (174,168,87). Sum of RGB (Red+Green+Blue) = 174+168+87=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA857 is #5157A8. Grayscale: #A0A0A0. Windows color (decimal): -5330857 or 5744814. OLE color: 5744814.

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

Color convert

RGB17416887-
CMYK00.030.50.32
HSL55.86º34.94%51.18%-
HSV(B)55.86º50%68.24%-
XYZ33.1837.6914.54-
YUV160.5686.49137.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.56%
GREEN value IS 168 (66.02% from 255) = 39.16%
BLUE value IS 87 (34.38% from 255) = 20.28%
R=40.56%
G=39.16%
B=20.28%

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
Decimal1741688700.030.50.3255.8634.9451.18
HexAEA857033220382333
Octal256250127036240704363
Binary10101110101010001010111011110010100000111000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA857; }

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

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

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

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

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

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

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

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