#A06476

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

Shades of Mauve Taupe #A06476

Tints of Mauve Taupe #A06476

Color information

#A06476 (or 0xA06476) is unknown color: approx Mauve Taupe. HEX triplet: A0, 64 and 76. RGB value is (160,100,118). Sum of RGB (Red+Green+Blue) = 160+100+118=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A06476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06476 is #5F9B89. Grayscale: #777777. Windows color (decimal): -6265738 or 7759008. OLE color: 7759008.

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

Color convert

RGB160100118-
CMYK00.380.260.37
HSL342º24%50.98%-
HSV(B)342º37.5%62.75%-
XYZ22.3217.919.42-
YUV119.99126.88156.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.33%
GREEN value IS 100 (39.45% from 255) = 26.46%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=42.33%
G=26.46%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010011800.380.260.373422450.98
HexA064760261A251561833
Octal24014416604632455263063
Binary101000001100100111011001001101101010010110101011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06476; }

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

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

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

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

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

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

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

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