#A2A46A

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

Shades of Green Smoke #A2A46A

Tints of Green Smoke #A2A46A

Color information

#A2A46A (or 0xA2A46A) is unknown color: approx Green Smoke. HEX triplet: A2, A4 and 6A. RGB value is (162,164,106). Sum of RGB (Red+Green+Blue) = 162+164+106=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A46A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A46A is #5D5B95. Grayscale: #9D9D9D. Windows color (decimal): -6118294 or 6988962. OLE color: 6988962.

HSL color Cylindrical-coordinate representation of color #A2A46A: hue angle of 62.07º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2A46A is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB162164106-
CMYK0.0100.350.36
HSL62.07º24.17%52.94%-
HSV(B)62.07º35.37%64.31%-
XYZ30.7835.2718.82-
YUV156.7999.34131.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 164 (64.45% from 255) = 37.96%
BLUE value IS 106 (41.80% from 255) = 24.54%
R=37.5%
G=37.96%
B=24.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621641060.0100.350.3662.0724.1752.94
HexA2A46A1023243e1835
Octal242244152104344763065
Binary101000101010010011010101010001110010011111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A46A; }

 p { color: rgb(162,164,106); }

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

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

 a { background-color: rgb(162,164,106); }

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

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

 span { border-color: rgb(162,164,106); }

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