#A2A159

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

Shades of Green Smoke #A2A159

Tints of Green Smoke #A2A159

Color information

#A2A159 (or 0xA2A159) is unknown color: approx Green Smoke. HEX triplet: A2, A1 and 59. RGB value is (162,161,89). Sum of RGB (Red+Green+Blue) = 162+161+89=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A159 is #5D5EA6. Grayscale: #999999. Windows color (decimal): -6119079 or 5874082. OLE color: 5874082.

HSL color Cylindrical-coordinate representation of color #A2A159: hue angle of 59.18º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2A159 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16216189-
CMYK00.010.450.36
HSL59.18º29.08%49.22%-
HSV(B)59.18º45.06%63.53%-
XYZ29.4533.8914.44-
YUV153.0991.83134.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.32%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 89 (35.16% from 255) = 21.60%
R=39.32%
G=39.08%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621618900.010.450.3659.1829.0849.22
HexA2A159012D243b1d31
Octal242241131015544733561
Binary101000101010000110110010110110110010011101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A159; }

 p { color: rgb(162,161,89); }

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

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

 a { background-color: rgb(162,161,89); }

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

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

 span { border-color: rgb(162,161,89); }

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