#A05E71

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

Shades of Mauve Taupe #A05E71

Tints of Mauve Taupe #A05E71

Color information

#A05E71 (or 0xA05E71) is unknown color: approx Mauve Taupe. HEX triplet: A0, 5E and 71. RGB value is (160,94,113). Sum of RGB (Red+Green+Blue) = 160+94+113=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05E71 is #5FA18E. Grayscale: #737373. Windows color (decimal): -6267279 or 7429792. OLE color: 7429792.

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

Color convert

RGB16094113-
CMYK00.410.290.37
HSL342.73º25.98%49.8%-
HSV(B)342.73º41.25%62.75%-
XYZ21.4816.6717.71-
YUV115.9126.37159.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 94 (37.11% from 255) = 25.61%
BLUE value IS 113 (44.53% from 255) = 30.79%
R=43.60%
G=25.61%
B=30.79%

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
Decimal1609411300.410.290.37342.7325.9849.8
HexA05E710291D251571a32
Octal24013616105135455273262
Binary101000001011110111000101010011110110010110101011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05E71; }

 p { color: rgb(160,94,113); }

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

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

 a { background-color: rgb(160,94,113); }

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

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

 span { border-color: rgb(160,94,113); }

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