#A05778

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

Shades of Mauve Taupe #A05778

Tints of Mauve Taupe #A05778

Color information

#A05778 (or 0xA05778) is unknown color: approx Mauve Taupe. HEX triplet: A0, 57 and 78. RGB value is (160,87,120). Sum of RGB (Red+Green+Blue) = 160+87+120=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A05778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05778 is #5FA887. Grayscale: #707070. Windows color (decimal): -6269064 or 7886752. OLE color: 7886752.

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

Color convert

RGB16087120-
CMYK00.460.250.37
HSL332.88º29.55%48.43%-
HSV(B)332.88º45.63%62.75%-
XYZ21.315.6519.67-
YUV112.59132.18161.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=43.60%
G=23.71%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608712000.460.250.37332.8829.5548.43
HexA0577802E192514d1e30
Octal24012717005631455153660
Binary101000001010111111100001011101100110010110100110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05778; }

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

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

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

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

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

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

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

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