#A05874

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

Shades of Mauve Taupe #A05874

Tints of Mauve Taupe #A05874

Color information

#A05874 (or 0xA05874) is unknown color: approx Mauve Taupe. HEX triplet: A0, 58 and 74. RGB value is (160,88,116). Sum of RGB (Red+Green+Blue) = 160+88+116=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A05874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05874 is #5FA78B. Grayscale: #707070. Windows color (decimal): -6268812 or 7624864. OLE color: 7624864.

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

Color convert

RGB16088116-
CMYK00.450.280.37
HSL336.67º29.03%48.63%-
HSV(B)336.67º45%62.75%-
XYZ21.1415.7118.44-
YUV112.72129.85161.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 116 (45.70% from 255) = 31.87%
R=43.96%
G=24.18%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608811600.450.280.37336.6729.0348.63
HexA0587402D1C251511d31
Octal24013016405534455213561
Binary101000001011000111010001011011110010010110101000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05874; }

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

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

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

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

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

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

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

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