#A06376

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

Shades of Mauve Taupe #A06376

Tints of Mauve Taupe #A06376

Color information

#A06376 (or 0xA06376) is unknown color: approx Mauve Taupe. HEX triplet: A0, 63 and 76. RGB value is (160,99,118). Sum of RGB (Red+Green+Blue) = 160+99+118=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A06376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06376 is #5F9C89. Grayscale: #777777. Windows color (decimal): -6265994 or 7758752. OLE color: 7758752.

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

Color convert

RGB16099118-
CMYK00.380.260.37
HSL341.31º24.3%50.78%-
HSV(B)341.31º38.12%62.75%-
XYZ22.2317.7119.39-
YUV119.4127.21156.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 99 (39.06% from 255) = 26.26%
BLUE value IS 118 (46.48% from 255) = 31.30%
R=42.44%
G=26.26%
B=31.30%

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
Decimal1609911800.380.260.37341.3124.350.78
HexA063760261A251551833
Octal24014316604632455253063
Binary101000001100011111011001001101101010010110101010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06376; }

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

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

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

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

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

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

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

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