#A15F73

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

Shades of Mauve Taupe #A15F73

Tints of Mauve Taupe #A15F73

Color information

#A15F73 (or 0xA15F73) is unknown color: approx Mauve Taupe. HEX triplet: A1, 5F and 73. RGB value is (161,95,115). Sum of RGB (Red+Green+Blue) = 161+95+115=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15F73 is #5EA08C. Grayscale: #757575. Windows color (decimal): -6201485 or 7561121. OLE color: 7561121.

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

Color convert

RGB16195115-
CMYK00.410.290.37
HSL341.82º25.98%50.2%-
HSV(B)341.82º40.99%63.14%-
XYZ21.881718.35-
YUV117.01126.87159.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=43.40%
G=25.61%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619511500.410.290.37341.8225.9850.2
HexA15F730291D251561a32
Octal24113716305135455263262
Binary101000011011111111001101010011110110010110101011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15F73; }

 p { color: rgb(161,95,115); }

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

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

 a { background-color: rgb(161,95,115); }

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

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

 span { border-color: rgb(161,95,115); }

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