#AAA956

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

Shades of Olive Green #AAA956

Tints of Olive Green #AAA956

Color information

#AAA956 (or 0xAAA956) is unknown color: approx Olive Green. HEX triplet: AA, A9 and 56. RGB value is (170,169,86). Sum of RGB (Red+Green+Blue) = 170+169+86=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA956 is #5556A9. Grayscale: #A0A0A0. Windows color (decimal): -5592746 or 5679530. OLE color: 5679530.

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

Color convert

RGB17016986-
CMYK00.010.490.33
HSL59.29º33.07%50.2%-
HSV(B)59.29º49.41%66.67%-
XYZ32.4537.5914.35-
YUV159.8486.33135.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 169 (66.41% from 255) = 39.76%
BLUE value IS 86 (33.98% from 255) = 20.24%
R=40%
G=39.76%
B=20.24%

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
Decimal1701698600.010.490.3359.2933.0750.2
HexAAA9560131213b2132
Octal252251126016141734162
Binary1010101010101001101011001110001100001111011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA956; }

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

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

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

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

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

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

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

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