#A1944C

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

Shades of Husk #A1944C

Tints of Husk #A1944C

Color information

#A1944C (or 0xA1944C) is unknown color: approx Husk. HEX triplet: A1, 94 and 4C. RGB value is (161,148,76). Sum of RGB (Red+Green+Blue) = 161+148+76=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1944C is #5E6BB3. Grayscale: #8F8F8F. Windows color (decimal): -6187956 or 5018785. OLE color: 5018785.

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

Color convert

RGB16114876-
CMYK00.080.530.37
HSL50.82º35.86%46.47%-
HSV(B)50.82º52.8%63.14%-
XYZ26.5929.2811.09-
YUV143.6889.81140.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 148 (58.20% from 255) = 38.44%
BLUE value IS 76 (30.08% from 255) = 19.74%
R=41.82%
G=38.44%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611487600.080.530.3750.8235.8646.47
HexA1944C08352533242e
Octal2412241140106545634456
Binary1010000110010100100110001000110101100101110011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1944C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1944C; }

 p { color: rgb(161,148,76); }

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

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

 a { background-color: rgb(161,148,76); }

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

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

 span { border-color: rgb(161,148,76); }

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