#AAA555

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

Shades of Olive Green #AAA555

Tints of Olive Green #AAA555

Color information

#AAA555 (or 0xAAA555) is unknown color: approx Olive Green. HEX triplet: AA, A5 and 55. RGB value is (170,165,85). Sum of RGB (Red+Green+Blue) = 170+165+85=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA555 is #555AAA. Grayscale: #9D9D9D. Windows color (decimal): -5593771 or 5612970. OLE color: 5612970.

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

Color convert

RGB17016585-
CMYK00.030.500.33
HSL56.47º33.33%50%-
HSV(B)56.47º50%66.67%-
XYZ31.6736.1113.9-
YUV157.3887.16137-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 165 (64.84% from 255) = 39.29%
BLUE value IS 85 (33.59% from 255) = 20.24%
R=40.48%
G=39.29%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701658500.030.500.3356.4733.3350
HexAAA555033221382132
Octal252245125036241704162
Binary10101010101001011010101011110010100001111000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA555; }

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

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

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

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

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

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

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

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