#A46079

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

Shades of Mauve Taupe #A46079

Tints of Mauve Taupe #A46079

Color information

#A46079 (or 0xA46079) is unknown color: approx Mauve Taupe. HEX triplet: A4, 60 and 79. RGB value is (164,96,121). Sum of RGB (Red+Green+Blue) = 164+96+121=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A46079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46079 is #5B9F86. Grayscale: #777777. Windows color (decimal): -6004615 or 7954596. OLE color: 7954596.

HSL color Cylindrical-coordinate representation of color #A46079: hue angle of 337.94º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46079 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16496121-
CMYK00.410.260.36
HSL337.94º27.2%50.98%-
HSV(B)337.94º41.46%64.31%-
XYZ22.9417.6420.28-
YUV119.18129.03159.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 121 (47.66% from 255) = 31.76%
R=43.04%
G=25.20%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649612100.410.260.36337.9427.250.98
HexA460790291A241521b33
Octal24414017105132445223363
Binary101001001100000111100101010011101010010010101001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46079; }

 p { color: rgb(164,96,121); }

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

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

 a { background-color: rgb(164,96,121); }

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

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

 span { border-color: rgb(164,96,121); }

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