#A2AA64

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

Shades of Green Smoke #A2AA64

Tints of Green Smoke #A2AA64

Color information

#A2AA64 (or 0xA2AA64) is unknown color: approx Green Smoke. HEX triplet: A2, AA and 64. RGB value is (162,170,100). Sum of RGB (Red+Green+Blue) = 162+170+100=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA64 is #5D559B. Grayscale: #9F9F9F. Windows color (decimal): -6116764 or 6597282. OLE color: 6597282.

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

Color convert

RGB162170100-
CMYK0.0500.410.33
HSL66.86º29.17%52.94%-
HSV(B)66.86º41.18%66.67%-
XYZ31.5837.3517.6-
YUV159.6394.35129.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 100 (39.45% from 255) = 23.15%
R=37.5%
G=39.35%
B=23.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621701000.0500.410.3366.8629.1752.94
HexA2AA64502921431d35
Octal2422521445051411033565
Binary101000101010101011001001010101001100001100001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA64; }

 p { color: rgb(162,170,100); }

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

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

 a { background-color: rgb(162,170,100); }

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

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

 span { border-color: rgb(162,170,100); }

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