#A0AA59

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

Shades of Green Smoke #A0AA59

Tints of Green Smoke #A0AA59

Color information

#A0AA59 (or 0xA0AA59) is unknown color: approx Green Smoke. HEX triplet: A0, AA and 59. RGB value is (160,170,89). Sum of RGB (Red+Green+Blue) = 160+170+89=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA59 is #5F55A6. Grayscale: #9E9E9E. Windows color (decimal): -6247847 or 5876384. OLE color: 5876384.

HSL color Cylindrical-coordinate representation of color #A0AA59: hue angle of 67.41º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0AA59 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB16017089-
CMYK0.0600.480.33
HSL67.41º32.27%50.78%-
HSV(B)67.41º47.65%66.67%-
XYZ30.6836.9414.97-
YUV157.7889.19129.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.19%
GREEN value IS 170 (66.80% from 255) = 40.57%
BLUE value IS 89 (35.16% from 255) = 21.24%
R=38.19%
G=40.57%
B=21.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal160170890.0600.480.3367.4132.2750.78
HexA0AA59603021432033
Octal2402521316060411034063
Binary1010000010101010101100111001100001000011000011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AA59; }

 p { color: rgb(160,170,89); }

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

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

 a { background-color: rgb(160,170,89); }

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

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

 span { border-color: rgb(160,170,89); }

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