#A1A057

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

Shades of Green Smoke #A1A057

Tints of Green Smoke #A1A057

Color information

#A1A057 (or 0xA1A057) is unknown color: approx Green Smoke. HEX triplet: A1, A0 and 57. RGB value is (161,160,87). Sum of RGB (Red+Green+Blue) = 161+160+87=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A057 is #5E5FA8. Grayscale: #989898. Windows color (decimal): -6184873 or 5742753. OLE color: 5742753.

HSL color Cylindrical-coordinate representation of color #A1A057: hue angle of 59.19º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1A057 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB16116087-
CMYK00.010.460.37
HSL59.19º29.84%48.63%-
HSV(B)59.19º45.96%63.14%-
XYZ28.9933.4113.94-
YUV151.9891.33134.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.46%
GREEN value IS 160 (62.89% from 255) = 39.22%
BLUE value IS 87 (34.38% from 255) = 21.32%
R=39.46%
G=39.22%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611608700.010.460.3759.1929.8448.63
HexA1A057012E253b1e31
Octal241240127015645733661
Binary101000011010000010101110110111010010111101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A057; }

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

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

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

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

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

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

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

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