#A1A05C

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

Shades of Green Smoke #A1A05C

Tints of Green Smoke #A1A05C

Color information

#A1A05C (or 0xA1A05C) is unknown color: approx Green Smoke. HEX triplet: A1, A0 and 5C. RGB value is (161,160,92). Sum of RGB (Red+Green+Blue) = 161+160+92=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A05C is #5E5FA3. Grayscale: #989898. Windows color (decimal): -6184868 or 6070433. OLE color: 6070433.

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

Color convert

RGB16116092-
CMYK00.010.430.37
HSL59.13º27.27%49.61%-
HSV(B)59.13º42.86%63.14%-
XYZ29.233.4915.05-
YUV152.5593.83134.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 160 (62.89% from 255) = 38.74%
BLUE value IS 92 (36.33% from 255) = 22.28%
R=38.98%
G=38.74%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611609200.010.430.3759.1327.2749.61
HexA1A05C012B253b1b32
Octal241240134015345733362
Binary101000011010000010111000110101110010111101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A05C; }

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

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

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

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

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

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

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

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