#A19D56

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

Shades of Green Smoke #A19D56

Tints of Green Smoke #A19D56

Color information

#A19D56 (or 0xA19D56) is unknown color: approx Green Smoke. HEX triplet: A1, 9D and 56. RGB value is (161,157,86). Sum of RGB (Red+Green+Blue) = 161+157+86=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19D56 is #5E62A9. Grayscale: #969696. Windows color (decimal): -6185642 or 5676449. OLE color: 5676449.

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

Color convert

RGB16115786-
CMYK00.020.470.37
HSL56.8º30.36%48.43%-
HSV(B)56.8º46.58%63.14%-
XYZ28.4332.3613.55-
YUV150.191.83135.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.85%
GREEN value IS 157 (61.72% from 255) = 38.86%
BLUE value IS 86 (33.98% from 255) = 21.29%
R=39.85%
G=38.86%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611578600.020.470.3756.830.3648.43
HexA19D56022F25391e30
Octal241235126025745713660
Binary1010000110011101101011001010111110010111100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19D56; }

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

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

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

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

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

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

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

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