#A15C74

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

Shades of Mauve Taupe #A15C74

Tints of Mauve Taupe #A15C74

Color information

#A15C74 (or 0xA15C74) is unknown color: approx Mauve Taupe. HEX triplet: A1, 5C and 74. RGB value is (161,92,116). Sum of RGB (Red+Green+Blue) = 161+92+116=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15C74 is #5EA38B. Grayscale: #737373. Windows color (decimal): -6202252 or 7625889. OLE color: 7625889.

HSL color Cylindrical-coordinate representation of color #A15C74: hue angle of 339.13º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A15C74 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB16192116-
CMYK00.430.280.37
HSL339.13º27.27%49.61%-
HSV(B)339.13º42.86%63.14%-
XYZ21.6816.4918.56-
YUV115.37128.36160.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.63%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=43.63%
G=24.93%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619211600.430.280.37339.1327.2749.61
HexA15C7402B1C251531b32
Octal24113416405334455233362
Binary101000011011100111010001010111110010010110101001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15C74; }

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

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

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

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

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

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

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

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