#A2AA5E

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

Shades of Green Smoke #A2AA5E

Tints of Green Smoke #A2AA5E

Color information

#A2AA5E (or 0xA2AA5E) is unknown color: approx Green Smoke. HEX triplet: A2, AA and 5E. RGB value is (162,170,94). Sum of RGB (Red+Green+Blue) = 162+170+94=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AA5E is #5D55A1. Grayscale: #9F9F9F. Windows color (decimal): -6116770 or 6204066. OLE color: 6204066.

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

Color convert

RGB16217094-
CMYK0.0500.450.33
HSL66.32º30.89%51.76%-
HSV(B)66.32º44.71%66.67%-
XYZ31.337.2416.13-
YUV158.9491.35130.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 170 (66.80% from 255) = 39.91%
BLUE value IS 94 (37.11% from 255) = 22.07%
R=38.03%
G=39.91%
B=22.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162170940.0500.450.3366.3230.8951.76
HexA2AA5E502D21421f34
Octal2422521365055411023764
Binary101000101010101010111101010101101100001100001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AA5E; }

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

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

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

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

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

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

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

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