#A2AA63

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

Shades of Green Smoke #A2AA63

Tints of Green Smoke #A2AA63

Color information

#A2AA63 (or 0xA2AA63) is unknown color: approx Green Smoke. HEX triplet: A2, AA and 63. RGB value is (162,170,99). Sum of RGB (Red+Green+Blue) = 162+170+99=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA63 is #5D559C. Grayscale: #9F9F9F. Windows color (decimal): -6116765 or 6531746. OLE color: 6531746.

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

Color convert

RGB16217099-
CMYK0.0500.420.33
HSL66.76º29.46%52.75%-
HSV(B)66.76º41.76%66.67%-
XYZ31.5337.3317.35-
YUV159.5193.85129.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 170 (66.80% from 255) = 39.44%
BLUE value IS 99 (39.06% from 255) = 22.97%
R=37.59%
G=39.44%
B=22.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162170990.0500.420.3366.7629.4652.75
HexA2AA63502A21431d35
Octal2422521435052411033565
Binary101000101010101011000111010101010100001100001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA63; }

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

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

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

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

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

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

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

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