#A2A46D

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

Shades of Green Smoke #A2A46D

Tints of Green Smoke #A2A46D

Color information

#A2A46D (or 0xA2A46D) is unknown color: approx Green Smoke. HEX triplet: A2, A4 and 6D. RGB value is (162,164,109). Sum of RGB (Red+Green+Blue) = 162+164+109=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A46D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A46D is #5D5B92. Grayscale: #9D9D9D. Windows color (decimal): -6118291 or 7185570. OLE color: 7185570.

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

Color convert

RGB162164109-
CMYK0.0100.340.36
HSL62.18º23.21%53.53%-
HSV(B)62.18º33.54%64.31%-
XYZ30.9435.3419.66-
YUV157.13100.84131.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 109 (42.97% from 255) = 25.06%
R=37.24%
G=37.70%
B=25.06%

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
Decimal1621641090.0100.340.3662.1823.2153.53
HexA2A46D1022243e1736
Octal242244155104244762766
Binary101000101010010011011011010001010010011111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A46D; }

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

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

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

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

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

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

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

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