#AAA957

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

Shades of Olive Green #AAA957

Tints of Olive Green #AAA957

Color information

#AAA957 (or 0xAAA957) is unknown color: approx Olive Green. HEX triplet: AA, A9 and 57. RGB value is (170,169,87). Sum of RGB (Red+Green+Blue) = 170+169+87=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA957 is #5556A8. Grayscale: #A0A0A0. Windows color (decimal): -5592745 or 5745066. OLE color: 5745066.

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

Color convert

RGB17016987-
CMYK00.010.490.33
HSL59.28º32.81%50.39%-
HSV(B)59.28º48.82%66.67%-
XYZ32.4937.6114.56-
YUV159.9586.83135.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 169 (66.41% from 255) = 39.67%
BLUE value IS 87 (34.38% from 255) = 20.42%
R=39.91%
G=39.67%
B=20.42%

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
Decimal1701698700.010.490.3359.2832.8150.39
HexAAA9570131213b2132
Octal252251127016141734162
Binary1010101010101001101011101110001100001111011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA957; }

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

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

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

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

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

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

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

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