#AAA657

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

Shades of Olive Green #AAA657

Tints of Olive Green #AAA657

Color information

#AAA657 (or 0xAAA657) is unknown color: approx Olive Green. HEX triplet: AA, A6 and 57. RGB value is (170,166,87). Sum of RGB (Red+Green+Blue) = 170+166+87=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 87 (34.38% from 255 or 20.57% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA657 is #5559A8. Grayscale: #9E9E9E. Windows color (decimal): -5593513 or 5744298. OLE color: 5744298.

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

Color convert

RGB17016687-
CMYK00.020.490.33
HSL57.11º32.81%50.39%-
HSV(B)57.11º48.82%66.67%-
XYZ31.9336.5114.38-
YUV158.1987.83136.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 166 (65.23% from 255) = 39.24%
BLUE value IS 87 (34.38% from 255) = 20.57%
R=40.19%
G=39.24%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701668700.020.490.3357.1132.8150.39
HexAAA657023121392132
Octal252246127026141714162
Binary10101010101001101010111010110001100001111001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA657; }

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

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

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

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

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

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

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

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