#A2A46C

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

Shades of Green Smoke #A2A46C

Tints of Green Smoke #A2A46C

Color information

#A2A46C (or 0xA2A46C) is unknown color: approx Green Smoke. HEX triplet: A2, A4 and 6C. RGB value is (162,164,108). Sum of RGB (Red+Green+Blue) = 162+164+108=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A46C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A46C is #5D5B93. Grayscale: #9D9D9D. Windows color (decimal): -6118292 or 7120034. OLE color: 7120034.

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

Color convert

RGB162164108-
CMYK0.0100.340.36
HSL62.14º23.53%53.33%-
HSV(B)62.14º34.15%64.31%-
XYZ30.8835.3219.38-
YUV157.02100.34131.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 164 (64.45% from 255) = 37.79%
BLUE value IS 108 (42.58% from 255) = 24.88%
R=37.33%
G=37.79%
B=24.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621641080.0100.340.3662.1423.5353.33
HexA2A46C1022243e1835
Octal242244154104244763065
Binary101000101010010011011001010001010010011111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A46C; }

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

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

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

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

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

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

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

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