#A15974

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

Shades of Mauve Taupe #A15974

Tints of Mauve Taupe #A15974

Color information

#A15974 (or 0xA15974) is unknown color: approx Mauve Taupe. HEX triplet: A1, 59 and 74. RGB value is (161,89,116). Sum of RGB (Red+Green+Blue) = 161+89+116=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A15974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15974 is #5EA68B. Grayscale: #717171. Windows color (decimal): -6203020 or 7625121. OLE color: 7625121.

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

Color convert

RGB16189116-
CMYK00.450.280.37
HSL337.5º28.8%49.02%-
HSV(B)337.5º44.72%63.14%-
XYZ21.4215.9818.48-
YUV113.61129.35161.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.99%
GREEN value IS 89 (35.16% from 255) = 24.32%
BLUE value IS 116 (45.70% from 255) = 31.69%
R=43.99%
G=24.32%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618911600.450.280.37337.528.849.02
HexA1597402D1C251521d31
Octal24113116405534455223561
Binary101000011011001111010001011011110010010110101001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15974; }

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

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

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

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

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

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

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

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