#A19D57

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

Shades of Green Smoke #A19D57

Tints of Green Smoke #A19D57

Color information

#A19D57 (or 0xA19D57) is unknown color: approx Green Smoke. HEX triplet: A1, 9D and 57. RGB value is (161,157,87). Sum of RGB (Red+Green+Blue) = 161+157+87=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19D57 is #5E62A8. Grayscale: #969696. Windows color (decimal): -6185641 or 5741985. OLE color: 5741985.

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

Color convert

RGB16115787-
CMYK00.020.460.37
HSL56.76º29.84%48.63%-
HSV(B)56.76º45.96%63.14%-
XYZ28.4832.3813.77-
YUV150.2292.33135.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.75%
GREEN value IS 157 (61.72% from 255) = 38.77%
BLUE value IS 87 (34.38% from 255) = 21.48%
R=39.75%
G=38.77%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611578700.020.460.3756.7629.8448.63
HexA19D57022E25391e31
Octal241235127025645713661
Binary1010000110011101101011101010111010010111100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19D57; }

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

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

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

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

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

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

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

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