#A2AC62

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

Shades of Green Smoke #A2AC62

Tints of Green Smoke #A2AC62

Color information

#A2AC62 (or 0xA2AC62) is unknown color: approx Green Smoke. HEX triplet: A2, AC and 62. RGB value is (162,172,98). Sum of RGB (Red+Green+Blue) = 162+172+98=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AC62 is #5D539D. Grayscale: #A0A0A0. Windows color (decimal): -6116254 or 6466722. OLE color: 6466722.

HSL color Cylindrical-coordinate representation of color #A2AC62: hue angle of 68.11º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2AC62 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB16217298-
CMYK0.0600.430.33
HSL68.11º30.83%52.94%-
HSV(B)68.11º43.02%67.45%-
XYZ31.8638.0717.22-
YUV160.5792.69129.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 98 (38.67% from 255) = 22.69%
R=37.5%
G=39.81%
B=22.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162172980.0600.430.3368.1130.8352.94
HexA2AC62602B21441f35
Octal2422541426053411043765
Binary101000101010110011000101100101011100001100010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC62; }

 p { color: rgb(162,172,98); }

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

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

 a { background-color: rgb(162,172,98); }

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

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

 span { border-color: rgb(162,172,98); }

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