#A2A670

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

Shades of Green Smoke #A2A670

Tints of Green Smoke #A2A670

Color information

#A2A670 (or 0xA2A670) is unknown color: approx Green Smoke. HEX triplet: A2, A6 and 70. RGB value is (162,166,112). Sum of RGB (Red+Green+Blue) = 162+166+112=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A670 is #5D598F. Grayscale: #9E9E9E. Windows color (decimal): -6117776 or 7382690. OLE color: 7382690.

HSL color Cylindrical-coordinate representation of color #A2A670: hue angle of 64.44º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2A670 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB162166112-
CMYK0.0200.330.35
HSL64.44º23.28%54.51%-
HSV(B)64.44º32.53%65.1%-
XYZ31.4636.1220.64-
YUV158.65101.67130.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 166 (65.23% from 255) = 37.73%
BLUE value IS 112 (44.14% from 255) = 25.45%
R=36.82%
G=37.73%
B=25.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1621661120.0200.330.3564.4423.2854.51
HexA2A670202123401737
Octal2422461602041431002767
Binary10100010101001101110000100100001100011100000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A670; }

 p { color: rgb(162,166,112); }

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

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

 a { background-color: rgb(162,166,112); }

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

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

 span { border-color: rgb(162,166,112); }

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