#A2A152

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

Shades of Green Smoke #A2A152

Tints of Green Smoke #A2A152

Color information

#A2A152 (or 0xA2A152) is unknown color: approx Green Smoke. HEX triplet: A2, A1 and 52. RGB value is (162,161,82). Sum of RGB (Red+Green+Blue) = 162+161+82=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A152 is #5D5EAD. Grayscale: #989898. Windows color (decimal): -6119086 or 5415330. OLE color: 5415330.

HSL color Cylindrical-coordinate representation of color #A2A152: hue angle of 59.25º 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 #A2A152 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB16216182-
CMYK00.010.490.36
HSL59.25º32.79%47.84%-
HSV(B)59.25º49.38%63.53%-
XYZ29.1733.7812.97-
YUV152.2988.33134.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 161 (63.28% from 255) = 39.75%
BLUE value IS 82 (32.42% from 255) = 20.25%
R=40%
G=39.75%
B=20.25%

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
Decimal1621618200.010.490.3659.2532.7947.84
HexA2A1520131243b2130
Octal242241122016144734160
Binary1010001010100001101001001110001100100111011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A152; }

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

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

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

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

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

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

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

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