#A06479

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

Shades of Mauve Taupe #A06479

Tints of Mauve Taupe #A06479

Color information

#A06479 (or 0xA06479) is unknown color: approx Mauve Taupe. HEX triplet: A0, 64 and 79. RGB value is (160,100,121). Sum of RGB (Red+Green+Blue) = 160+100+121=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A06479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06479 is #5F9B86. Grayscale: #787878. Windows color (decimal): -6265735 or 7955616. OLE color: 7955616.

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

Color convert

RGB160100121-
CMYK00.380.240.37
HSL339º24%50.98%-
HSV(B)339º37.5%62.75%-
XYZ22.5117.9720.37-
YUV120.33128.38156.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.99%
GREEN value IS 100 (39.45% from 255) = 26.25%
BLUE value IS 121 (47.66% from 255) = 31.76%
R=41.99%
G=26.25%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010012100.380.240.373392450.98
HexA0647902618251531833
Octal24014417104630455233063
Binary101000001100100111100101001101100010010110101001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06479; }

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

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

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

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

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

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

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

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