#A19557

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

Shades of Husk #A19557

Tints of Husk #A19557

Color information

#A19557 (or 0xA19557) is unknown color: approx Husk. HEX triplet: A1, 95 and 57. RGB value is (161,149,87). Sum of RGB (Red+Green+Blue) = 161+149+87=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A19557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19557 is #5E6AA8. Grayscale: #919191. Windows color (decimal): -6187689 or 5739937. OLE color: 5739937.

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

Color convert

RGB16114987-
CMYK00.070.460.37
HSL50.27º29.84%48.63%-
HSV(B)50.27º45.96%63.14%-
XYZ27.1729.7613.33-
YUV145.5294.98139.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 149 (58.59% from 255) = 37.53%
BLUE value IS 87 (34.38% from 255) = 21.91%
R=40.55%
G=37.53%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611498700.070.460.3750.2729.8448.63
HexA19557072E25321e31
Octal241225127075645623661
Binary10100001100101011010111011110111010010111001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19557; }

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

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

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

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

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

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

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

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