#A3A15D

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

Shades of Green Smoke #A3A15D

Tints of Green Smoke #A3A15D

Color information

#A3A15D (or 0xA3A15D) is unknown color: approx Green Smoke. HEX triplet: A3, A1 and 5D. RGB value is (163,161,93). Sum of RGB (Red+Green+Blue) = 163+161+93=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A15D is #5C5EA2. Grayscale: #9A9A9A. Windows color (decimal): -6053539 or 6136227. OLE color: 6136227.

HSL color Cylindrical-coordinate representation of color #A3A15D: hue angle of 58.29º 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 #A3A15D is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB16316193-
CMYK00.010.430.36
HSL58.29º27.56%50.2%-
HSV(B)58.29º42.94%63.92%-
XYZ29.8234.0715.36-
YUV153.8593.66134.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 161 (63.28% from 255) = 38.61%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=39.09%
G=38.61%
B=22.30%

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
Decimal1631619300.010.430.3658.2927.5650.2
HexA3A15D012B243a1c32
Octal243241135015344723462
Binary101000111010000110111010110101110010011101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A15D; }

 p { color: rgb(163,161,93); }

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

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

 a { background-color: rgb(163,161,93); }

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

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

 span { border-color: rgb(163,161,93); }

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