#A19748

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

Shades of Husk #A19748

Tints of Husk #A19748

Color information

#A19748 (or 0xA19748) is unknown color: approx Husk. HEX triplet: A1, 97 and 48. RGB value is (161,151,72). Sum of RGB (Red+Green+Blue) = 161+151+72=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A19748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19748 is #5E68B7. Grayscale: #919191. Windows color (decimal): -6187192 or 4757409. OLE color: 4757409.

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

Color convert

RGB16115172-
CMYK00.060.550.37
HSL53.26º38.2%45.69%-
HSV(B)53.26º55.28%63.14%-
XYZ26.9330.1810.54-
YUV144.9886.81139.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.93%
GREEN value IS 151 (59.38% from 255) = 39.32%
BLUE value IS 72 (28.52% from 255) = 18.75%
R=41.93%
G=39.32%
B=18.75%

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
Decimal1611517200.060.550.3753.2638.245.69
HexA1974806372535262e
Octal241227110066745654656
Binary101000011001011110010000110110111100101110101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19748; }

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

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

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

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

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

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

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

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