#A1A15C

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

Shades of Green Smoke #A1A15C

Tints of Green Smoke #A1A15C

Color information

#A1A15C (or 0xA1A15C) is unknown color: approx Green Smoke. HEX triplet: A1, A1 and 5C. RGB value is (161,161,92). Sum of RGB (Red+Green+Blue) = 161+161+92=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A15C is #5E5EA3. Grayscale: #999999. Windows color (decimal): -6184612 or 6070689. OLE color: 6070689.

HSL color Cylindrical-coordinate representation of color #A1A15C: hue angle of 60º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1A15C is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB16116192-
CMYK000.430.37
HSL60º27.27%49.61%-
HSV(B)60º42.86%63.14%-
XYZ29.3733.8415.11-
YUV153.1393.5133.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.89%
GREEN value IS 161 (63.28% from 255) = 38.89%
BLUE value IS 92 (36.33% from 255) = 22.22%
R=38.89%
G=38.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16116192000.430.376027.2749.61
HexA1A15C002B253c1b32
Octal241241134005345743362
Binary101000011010000110111000010101110010111110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A15C; }

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

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

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

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

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

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

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

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