#AAA557

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

Shades of Olive Green #AAA557

Tints of Olive Green #AAA557

Color information

#AAA557 (or 0xAAA557) is unknown color: approx Olive Green. HEX triplet: AA, A5 and 57. RGB value is (170,165,87). Sum of RGB (Red+Green+Blue) = 170+165+87=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA557 is #555AA8. Grayscale: #9D9D9D. Windows color (decimal): -5593769 or 5744042. OLE color: 5744042.

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

Color convert

RGB17016587-
CMYK00.030.490.33
HSL56.39º32.81%50.39%-
HSV(B)56.39º48.82%66.67%-
XYZ31.7536.1414.32-
YUV157.688.16136.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 165 (64.84% from 255) = 39.10%
BLUE value IS 87 (34.38% from 255) = 20.62%
R=40.28%
G=39.10%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701658700.030.490.3356.3932.8150.39
HexAAA557033121382132
Octal252245127036141704162
Binary10101010101001011010111011110001100001111000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA557; }

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

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

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

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

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

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

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

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