#A05973

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

Shades of Mauve Taupe #A05973

Tints of Mauve Taupe #A05973

Color information

#A05973 (or 0xA05973) is unknown color: approx Mauve Taupe. HEX triplet: A0, 59 and 73. RGB value is (160,89,115). Sum of RGB (Red+Green+Blue) = 160+89+115=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A05973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05973 is #5FA68C. Grayscale: #717171. Windows color (decimal): -6268557 or 7559584. OLE color: 7559584.

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

Color convert

RGB16089115-
CMYK00.440.280.37
HSL338.03º28.51%48.82%-
HSV(B)338.03º44.37%62.75%-
XYZ21.1615.8618.16-
YUV113.19129.02161.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 89 (35.16% from 255) = 24.45%
BLUE value IS 115 (45.31% from 255) = 31.59%
R=43.96%
G=24.45%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608911500.440.280.37338.0328.5148.82
HexA0597302C1C251521d31
Octal24013116305434455223561
Binary101000001011001111001101011001110010010110101001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05973; }

 p { color: rgb(160,89,115); }

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

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

 a { background-color: rgb(160,89,115); }

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

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

 span { border-color: rgb(160,89,115); }

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