#A15971

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

Shades of Mauve Taupe #A15971

Tints of Mauve Taupe #A15971

Color information

#A15971 (or 0xA15971) is unknown color: approx Mauve Taupe. HEX triplet: A1, 59 and 71. RGB value is (161,89,113). Sum of RGB (Red+Green+Blue) = 161+89+113=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A15971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15971 is #5EA68E. Grayscale: #717171. Windows color (decimal): -6203023 or 7428513. OLE color: 7428513.

HSL color Cylindrical-coordinate representation of color #A15971: hue angle of 340º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A15971 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16189113-
CMYK00.450.300.37
HSL340º28.8%49.02%-
HSV(B)340º44.72%63.14%-
XYZ21.2515.9117.57-
YUV113.26127.85162.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 89 (35.16% from 255) = 24.52%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=44.35%
G=24.52%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618911300.450.300.3734028.849.02
HexA1597102D1E251541d31
Octal24113116105536455243561
Binary101000011011001111000101011011111010010110101010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15971; }

 p { color: rgb(161,89,113); }

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

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

 a { background-color: rgb(161,89,113); }

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

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

 span { border-color: rgb(161,89,113); }

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