#AAA857

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

Shades of Olive Green #AAA857

Tints of Olive Green #AAA857

Color information

#AAA857 (or 0xAAA857) is unknown color: approx Olive Green. HEX triplet: AA, A8 and 57. RGB value is (170,168,87). Sum of RGB (Red+Green+Blue) = 170+168+87=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA857 is #5557A8. Grayscale: #9F9F9F. Windows color (decimal): -5593001 or 5744810. OLE color: 5744810.

HSL color Cylindrical-coordinate representation of color #AAA857: hue angle of 58.55º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAA857 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17016887-
CMYK00.010.490.33
HSL58.55º32.81%50.39%-
HSV(B)58.55º48.82%66.67%-
XYZ32.337.2414.5-
YUV159.3687.16135.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 168 (66.02% from 255) = 39.53%
BLUE value IS 87 (34.38% from 255) = 20.47%
R=40%
G=39.53%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701688700.010.490.3358.5532.8150.39
HexAAA8570131213b2132
Octal252250127016141734162
Binary1010101010101000101011101110001100001111011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA857; }

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

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

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

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

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

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

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

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