#A15B73

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

Shades of Mauve Taupe #A15B73

Tints of Mauve Taupe #A15B73

Color information

#A15B73 (or 0xA15B73) is unknown color: approx Mauve Taupe. HEX triplet: A1, 5B and 73. RGB value is (161,91,115). Sum of RGB (Red+Green+Blue) = 161+91+115=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15B73 is #5EA48C. Grayscale: #727272. Windows color (decimal): -6202509 or 7560097. OLE color: 7560097.

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

Color convert

RGB16191115-
CMYK00.430.290.37
HSL339.43º27.78%49.41%-
HSV(B)339.43º43.48%63.14%-
XYZ21.5316.318.23-
YUV114.67128.19161.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 91 (35.94% from 255) = 24.80%
BLUE value IS 115 (45.31% from 255) = 31.34%
R=43.87%
G=24.80%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619111500.430.290.37339.4327.7849.41
HexA15B7302B1D251531c31
Octal24113316305335455233461
Binary101000011011011111001101010111110110010110101001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15B73; }

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

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

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

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

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

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

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

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