#A16376

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

Shades of Mauve Taupe #A16376

Tints of Mauve Taupe #A16376

Color information

#A16376 (or 0xA16376) is unknown color: approx Mauve Taupe. HEX triplet: A1, 63 and 76. RGB value is (161,99,118). Sum of RGB (Red+Green+Blue) = 161+99+118=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A16376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16376 is #5E9C89. Grayscale: #777777. Windows color (decimal): -6200458 or 7758753. OLE color: 7758753.

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

Color convert

RGB16199118-
CMYK00.390.270.37
HSL341.61º24.8%50.98%-
HSV(B)341.61º38.51%63.14%-
XYZ22.4317.8119.39-
YUV119.7127.04157.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.59%
GREEN value IS 99 (39.06% from 255) = 26.19%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=42.59%
G=26.19%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619911800.390.270.37341.6124.850.98
HexA163760271B251561933
Octal24114316604733455263163
Binary101000011100011111011001001111101110010110101011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16376; }

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

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

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

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

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

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

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

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