#A5A059

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

Shades of Green Smoke #A5A059

Tints of Green Smoke #A5A059

Color information

#A5A059 (or 0xA5A059) is unknown color: approx Green Smoke. HEX triplet: A5, A0 and 59. RGB value is (165,160,89). Sum of RGB (Red+Green+Blue) = 165+160+89=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A059 is #5A5FA6. Grayscale: #999999. Windows color (decimal): -5922727 or 5873829. OLE color: 5873829.

HSL color Cylindrical-coordinate representation of color #A5A059: hue angle of 56.05º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5A059 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB16516089-
CMYK00.030.460.35
HSL56.05º29.92%49.8%-
HSV(B)56.05º46.06%64.71%-
XYZ29.8933.8614.41-
YUV153.491.66136.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.86%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 89 (35.16% from 255) = 21.50%
R=39.86%
G=38.65%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651608900.030.460.3556.0529.9249.8
HexA5A059032E23381e32
Octal245240131035643703662
Binary1010010110100000101100101110111010001111100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A059; }

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

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

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

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

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

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

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

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