#A06579

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

Shades of Mauve Taupe #A06579

Tints of Mauve Taupe #A06579

Color information

#A06579 (or 0xA06579) is unknown color: approx Mauve Taupe. HEX triplet: A0, 65 and 79. RGB value is (160,101,121). Sum of RGB (Red+Green+Blue) = 160+101+121=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A06579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06579 is #5F9A86. Grayscale: #787878. Windows color (decimal): -6265479 or 7955872. OLE color: 7955872.

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

Color convert

RGB160101121-
CMYK00.370.240.37
HSL339.66º23.69%51.18%-
HSV(B)339.66º36.88%62.75%-
XYZ22.618.1620.4-
YUV120.92128.05155.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.88%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=41.88%
G=26.44%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010112100.370.240.37339.6623.6951.18
HexA0657902518251541833
Octal24014517104530455243063
Binary101000001100101111100101001011100010010110101010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06579; }

 p { color: rgb(160,101,121); }

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

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

 a { background-color: rgb(160,101,121); }

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

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

 span { border-color: rgb(160,101,121); }

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