#A2A15C

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

Shades of Green Smoke #A2A15C

Tints of Green Smoke #A2A15C

Color information

#A2A15C (or 0xA2A15C) is unknown color: approx Green Smoke. HEX triplet: A2, A1 and 5C. RGB value is (162,161,92). Sum of RGB (Red+Green+Blue) = 162+161+92=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A15C is #5D5EA3. Grayscale: #999999. Windows color (decimal): -6119076 or 6070690. OLE color: 6070690.

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

Color convert

RGB16216192-
CMYK00.010.430.36
HSL59.14º27.56%49.8%-
HSV(B)59.14º43.21%63.53%-
XYZ29.5833.9415.12-
YUV153.4393.33134.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 92 (36.33% from 255) = 22.17%
R=39.04%
G=38.80%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621619200.010.430.3659.1427.5649.8
HexA2A15C012B243b1c32
Octal242241134015344733462
Binary101000101010000110111000110101110010011101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A15C; }

 p { color: rgb(162,161,92); }

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

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

 a { background-color: rgb(162,161,92); }

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

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

 span { border-color: rgb(162,161,92); }

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