#AAA855

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

Shades of Olive Green #AAA855

Tints of Olive Green #AAA855

Color information

#AAA855 (or 0xAAA855) is unknown color: approx Olive Green. HEX triplet: AA, A8 and 55. RGB value is (170,168,85). Sum of RGB (Red+Green+Blue) = 170+168+85=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA855 is #5557AA. Grayscale: #9F9F9F. Windows color (decimal): -5593003 or 5613738. OLE color: 5613738.

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

Color convert

RGB17016885-
CMYK00.010.500.33
HSL58.59º33.33%50%-
HSV(B)58.59º50%66.67%-
XYZ32.2237.2114.08-
YUV159.1486.16135.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 168 (66.02% from 255) = 39.72%
BLUE value IS 85 (33.59% from 255) = 20.09%
R=40.19%
G=39.72%
B=20.09%

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
Decimal1701688500.010.500.3358.5933.3350
HexAAA8550132213b2132
Octal252250125016241734162
Binary1010101010101000101010101110010100001111011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA855; }

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

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

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

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

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

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

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

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