#A2A056

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

Shades of Green Smoke #A2A056

Tints of Green Smoke #A2A056

Color information

#A2A056 (or 0xA2A056) is unknown color: approx Green Smoke. HEX triplet: A2, A0 and 56. RGB value is (162,160,86). Sum of RGB (Red+Green+Blue) = 162+160+86=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A056 is #5D5FA9. Grayscale: #989898. Windows color (decimal): -6119338 or 5677218. OLE color: 5677218.

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

Color convert

RGB16216086-
CMYK00.010.470.36
HSL58.42º30.65%48.63%-
HSV(B)58.42º46.91%63.53%-
XYZ29.1533.4913.73-
YUV152.1690.66135.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.71%
GREEN value IS 160 (62.89% from 255) = 39.22%
BLUE value IS 86 (33.98% from 255) = 21.08%
R=39.71%
G=39.22%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621608600.010.470.3658.4230.6548.63
HexA2A056012F243a1f31
Octal242240126015744723761
Binary101000101010000010101100110111110010011101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A056; }

 p { color: rgb(162,160,86); }

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

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

 a { background-color: rgb(162,160,86); }

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

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

 span { border-color: rgb(162,160,86); }

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