#A2AA6E

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

Shades of Green Smoke #A2AA6E

Tints of Green Smoke #A2AA6E

Color information

#A2AA6E (or 0xA2AA6E) is unknown color: approx Green Smoke. HEX triplet: A2, AA and 6E. RGB value is (162,170,110). Sum of RGB (Red+Green+Blue) = 162+170+110=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA6E is #5D5591. Grayscale: #A1A1A1. Windows color (decimal): -6116754 or 7252642. OLE color: 7252642.

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

Color convert

RGB162170110-
CMYK0.0500.350.33
HSL68º26.09%54.9%-
HSV(B)68º35.29%66.67%-
XYZ32.0937.5620.31-
YUV160.7799.35128.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.65%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=36.65%
G=38.46%
B=24.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621701100.0500.350.336826.0954.9
HexA2AA6E502321441a37
Octal2422521565043411043267
Binary101000101010101011011101010100011100001100010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA6E; }

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

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

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

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

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

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

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

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