#A19749

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

Shades of Husk #A19749

Tints of Husk #A19749

Color information

#A19749 (or 0xA19749) is unknown color: approx Husk. HEX triplet: A1, 97 and 49. RGB value is (161,151,73). Sum of RGB (Red+Green+Blue) = 161+151+73=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A19749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19749 is #5E68B6. Grayscale: #919191. Windows color (decimal): -6187191 or 4822945. OLE color: 4822945.

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

Color convert

RGB16115173-
CMYK00.060.550.37
HSL53.18º37.61%45.88%-
HSV(B)53.18º54.66%63.14%-
XYZ26.9730.1910.71-
YUV145.187.31139.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 151 (59.38% from 255) = 39.22%
BLUE value IS 73 (28.91% from 255) = 18.96%
R=41.82%
G=39.22%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611517300.060.550.3753.1837.6145.88
HexA1974906372535262e
Octal241227111066745654656
Binary101000011001011110010010110110111100101110101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19749; }

 p { color: rgb(161,151,73); }

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

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

 a { background-color: rgb(161,151,73); }

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

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

 span { border-color: rgb(161,151,73); }

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