#A05970

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

Shades of Mauve Taupe #A05970

Tints of Mauve Taupe #A05970

Color information

#A05970 (or 0xA05970) is unknown color: approx Mauve Taupe. HEX triplet: A0, 59 and 70. RGB value is (160,89,112). Sum of RGB (Red+Green+Blue) = 160+89+112=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A05970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05970 is #5FA68F. Grayscale: #707070. Windows color (decimal): -6268560 or 7362976. OLE color: 7362976.

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

Color convert

RGB16089112-
CMYK00.440.300.37
HSL340.56º28.51%48.82%-
HSV(B)340.56º44.37%62.75%-
XYZ20.9915.7917.27-
YUV112.85127.52161.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=44.32%
G=24.65%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608911200.440.300.37340.5628.5148.82
HexA0597002C1E251551d31
Octal24013116005436455253561
Binary101000001011001111000001011001111010010110101010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05970; }

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

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

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

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

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

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

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

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