#A05676

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

Shades of Mauve Taupe #A05676

Tints of Mauve Taupe #A05676

Color information

#A05676 (or 0xA05676) is unknown color: approx Mauve Taupe. HEX triplet: A0, 56 and 76. RGB value is (160,86,118). Sum of RGB (Red+Green+Blue) = 160+86+118=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A05676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05676 is #5FA989. Grayscale: #6F6F6F. Windows color (decimal): -6269322 or 7755424. OLE color: 7755424.

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

Color convert

RGB16086118-
CMYK00.460.260.37
HSL334.05º30.08%48.24%-
HSV(B)334.05º46.25%62.75%-
XYZ21.115.4419.01-
YUV111.77131.52162.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 86 (33.98% from 255) = 23.63%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=43.96%
G=23.63%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608611800.460.260.37334.0530.0848.24
HexA0567602E1A2514e1e30
Octal24012616605632455163660
Binary101000001010110111011001011101101010010110100111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05676; }

 p { color: rgb(160,86,118); }

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

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

 a { background-color: rgb(160,86,118); }

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

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

 span { border-color: rgb(160,86,118); }

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