#AAA659

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

Shades of Olive Green #AAA659

Tints of Olive Green #AAA659

Color information

#AAA659 (or 0xAAA659) is unknown color: approx Olive Green. HEX triplet: AA, A6 and 59. RGB value is (170,166,89). Sum of RGB (Red+Green+Blue) = 170+166+89=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA659 is #5559A6. Grayscale: #9E9E9E. Windows color (decimal): -5593511 or 5875370. OLE color: 5875370.

HSL color Cylindrical-coordinate representation of color #AAA659: hue angle of 57.04º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAA659 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17016689-
CMYK00.020.480.33
HSL57.04º32.27%50.78%-
HSV(B)57.04º47.65%66.67%-
XYZ32.0236.5414.82-
YUV158.4288.83136.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 166 (65.23% from 255) = 39.06%
BLUE value IS 89 (35.16% from 255) = 20.94%
R=40%
G=39.06%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701668900.020.480.3357.0432.2750.78
HexAAA659023021392033
Octal252246131026041714063
Binary10101010101001101011001010110000100001111001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA659; }

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

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

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

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

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

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

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

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