#A2A361

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

Shades of Green Smoke #A2A361

Tints of Green Smoke #A2A361

Color information

#A2A361 (or 0xA2A361) is unknown color: approx Green Smoke. HEX triplet: A2, A3 and 61. RGB value is (162,163,97). Sum of RGB (Red+Green+Blue) = 162+163+97=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A361 is #5D5C9E. Grayscale: #9B9B9B. Windows color (decimal): -6118559 or 6398882. OLE color: 6398882.

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

Color convert

RGB16216397-
CMYK0.0100.400.36
HSL60.91º26.4%50.98%-
HSV(B)60.91º40.49%63.92%-
XYZ30.1634.7416.43-
YUV155.1895.17132.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 163 (64.06% from 255) = 38.63%
BLUE value IS 97 (38.28% from 255) = 22.99%
R=38.39%
G=38.63%
B=22.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162163970.0100.400.3660.9126.450.98
HexA2A3611028243d1a33
Octal242243141105044753263
Binary101000101010001111000011010100010010011110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A361; }

 p { color: rgb(162,163,97); }

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

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

 a { background-color: rgb(162,163,97); }

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

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

 span { border-color: rgb(162,163,97); }

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