#A15976

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

Shades of Mauve Taupe #A15976

Tints of Mauve Taupe #A15976

Color information

#A15976 (or 0xA15976) is unknown color: approx Mauve Taupe. HEX triplet: A1, 59 and 76. RGB value is (161,89,118). Sum of RGB (Red+Green+Blue) = 161+89+118=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A15976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15976 is #5EA689. Grayscale: #717171. Windows color (decimal): -6203018 or 7756193. OLE color: 7756193.

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

Color convert

RGB16189118-
CMYK00.450.270.37
HSL335.83º28.8%49.02%-
HSV(B)335.83º44.72%63.14%-
XYZ21.5416.0319.1-
YUV113.83130.35161.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.75%
GREEN value IS 89 (35.16% from 255) = 24.18%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=43.75%
G=24.18%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618911800.450.270.37335.8328.849.02
HexA1597602D1B251501d31
Octal24113116605533455203561
Binary101000011011001111011001011011101110010110101000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15976; }

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

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

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

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

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

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

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

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