#A3A15C

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

Shades of Green Smoke #A3A15C

Tints of Green Smoke #A3A15C

Color information

#A3A15C (or 0xA3A15C) is unknown color: approx Green Smoke. HEX triplet: A3, A1 and 5C. RGB value is (163,161,92). Sum of RGB (Red+Green+Blue) = 163+161+92=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A15C is #5C5EA3. Grayscale: #9A9A9A. Windows color (decimal): -6053540 or 6070691. OLE color: 6070691.

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

Color convert

RGB16316192-
CMYK00.010.440.36
HSL58.31º27.84%50%-
HSV(B)58.31º43.56%63.92%-
XYZ29.7834.0515.13-
YUV153.7393.16134.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.18%
GREEN value IS 161 (63.28% from 255) = 38.70%
BLUE value IS 92 (36.33% from 255) = 22.12%
R=39.18%
G=38.70%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631619200.010.440.3658.3127.8450
HexA3A15C012C243a1c32
Octal243241134015444723462
Binary101000111010000110111000110110010010011101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A15C; }

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

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

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

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

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

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

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

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