#A2A460

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

Shades of Green Smoke #A2A460

Tints of Green Smoke #A2A460

Color information

#A2A460 (or 0xA2A460) is unknown color: approx Green Smoke. HEX triplet: A2, A4 and 60. RGB value is (162,164,96). Sum of RGB (Red+Green+Blue) = 162+164+96=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A460 is #5D5B9F. Grayscale: #9B9B9B. Windows color (decimal): -6118304 or 6333602. OLE color: 6333602.

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

Color convert

RGB16216496-
CMYK0.0100.410.36
HSL61.76º27.2%50.98%-
HSV(B)61.76º41.46%64.31%-
XYZ30.2935.0816.24-
YUV155.6594.34132.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 164 (64.45% from 255) = 38.86%
BLUE value IS 96 (37.89% from 255) = 22.75%
R=38.39%
G=38.86%
B=22.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162164960.0100.410.3661.7627.250.98
HexA2A4601029243e1b33
Octal242244140105144763363
Binary101000101010010011000001010100110010011111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A460; }

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

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

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

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

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

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

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

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