#A2A058

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

Shades of Green Smoke #A2A058

Tints of Green Smoke #A2A058

Color information

#A2A058 (or 0xA2A058) is unknown color: approx Green Smoke. HEX triplet: A2, A0 and 58. RGB value is (162,160,88). Sum of RGB (Red+Green+Blue) = 162+160+88=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A058 is #5D5FA7. Grayscale: #989898. Windows color (decimal): -6119336 or 5808290. OLE color: 5808290.

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

Color convert

RGB16216088-
CMYK00.010.460.36
HSL58.38º29.6%49.02%-
HSV(B)58.38º45.68%63.53%-
XYZ29.2333.5314.16-
YUV152.3991.66134.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.51%
GREEN value IS 160 (62.89% from 255) = 39.02%
BLUE value IS 88 (34.77% from 255) = 21.46%
R=39.51%
G=39.02%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621608800.010.460.3658.3829.649.02
HexA2A058012E243a1e31
Octal242240130015644723661
Binary101000101010000010110000110111010010011101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A058; }

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

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

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

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

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

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

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

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