#AAA955

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

Shades of Olive Green #AAA955

Tints of Olive Green #AAA955

Color information

#AAA955 (or 0xAAA955) is unknown color: approx Olive Green. HEX triplet: AA, A9 and 55. RGB value is (170,169,85). Sum of RGB (Red+Green+Blue) = 170+169+85=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA955 is #5556AA. Grayscale: #A0A0A0. Windows color (decimal): -5592747 or 5613994. OLE color: 5613994.

HSL color Cylindrical-coordinate representation of color #AAA955: 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.5%. Process color model (Four color, CMYK) of #AAA955 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB17016985-
CMYK00.010.500.33
HSL59.29º33.33%50%-
HSV(B)59.29º50%66.67%-
XYZ32.4137.5814.14-
YUV159.7285.83135.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 169 (66.41% from 255) = 39.86%
BLUE value IS 85 (33.59% from 255) = 20.05%
R=40.09%
G=39.86%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701698500.010.500.3359.2933.3350
HexAAA9550132213b2132
Octal252251125016241734162
Binary1010101010101001101010101110010100001111011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA955; }

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

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

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

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

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

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

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

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