#A05E79

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

Shades of Mauve Taupe #A05E79

Tints of Mauve Taupe #A05E79

Color information

#A05E79 (or 0xA05E79) is unknown color: approx Mauve Taupe. HEX triplet: A0, 5E and 79. RGB value is (160,94,121). Sum of RGB (Red+Green+Blue) = 160+94+121=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05E79 is #5FA186. Grayscale: #747474. Windows color (decimal): -6267271 or 7954080. OLE color: 7954080.

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

Color convert

RGB16094121-
CMYK00.410.240.37
HSL335.45º25.98%49.8%-
HSV(B)335.45º41.25%62.75%-
XYZ21.9516.8620.19-
YUV116.81130.37158.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=42.67%
G=25.07%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609412100.410.240.37335.4525.9849.8
HexA05E79029182514f1a32
Octal24013617105130455173262
Binary101000001011110111100101010011100010010110100111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05E79; }

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

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

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

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

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

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

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

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