#A05774

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

Shades of Mauve Taupe #A05774

Tints of Mauve Taupe #A05774

Color information

#A05774 (or 0xA05774) is unknown color: approx Mauve Taupe. HEX triplet: A0, 57 and 74. RGB value is (160,87,116). Sum of RGB (Red+Green+Blue) = 160+87+116=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A05774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05774 is #5FA88B. Grayscale: #707070. Windows color (decimal): -6269068 or 7624608. OLE color: 7624608.

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

Color convert

RGB16087116-
CMYK00.460.280.37
HSL336.16º29.55%48.43%-
HSV(B)336.16º45.63%62.75%-
XYZ21.0615.5518.41-
YUV112.13130.18162.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 87 (34.38% from 255) = 23.97%
BLUE value IS 116 (45.70% from 255) = 31.96%
R=44.08%
G=23.97%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608711600.460.280.37336.1629.5548.43
HexA0577402E1C251501e30
Octal24012716405634455203660
Binary101000001010111111010001011101110010010110101000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05774; }

 p { color: rgb(160,87,116); }

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

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

 a { background-color: rgb(160,87,116); }

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

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

 span { border-color: rgb(160,87,116); }

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