#A2A052

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

Shades of Green Smoke #A2A052

Tints of Green Smoke #A2A052

Color information

#A2A052 (or 0xA2A052) is unknown color: approx Green Smoke. HEX triplet: A2, A0 and 52. RGB value is (162,160,82). Sum of RGB (Red+Green+Blue) = 162+160+82=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A052 is #5D5FAD. Grayscale: #989898. Windows color (decimal): -6119342 or 5415074. OLE color: 5415074.

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

Color convert

RGB16216082-
CMYK00.010.490.36
HSL58.5º32.79%47.84%-
HSV(B)58.5º49.38%63.53%-
XYZ28.9933.4312.91-
YUV151.7188.66135.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.10%
GREEN value IS 160 (62.89% from 255) = 39.60%
BLUE value IS 82 (32.42% from 255) = 20.30%
R=40.10%
G=39.60%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621608200.010.490.3658.532.7947.84
HexA2A0520131243a2130
Octal242240122016144724160
Binary1010001010100000101001001110001100100111010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A052; }

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

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

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

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

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

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

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

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