#A16076

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

Shades of Mauve Taupe #A16076

Tints of Mauve Taupe #A16076

Color information

#A16076 (or 0xA16076) is unknown color: approx Mauve Taupe. HEX triplet: A1, 60 and 76. RGB value is (161,96,118). Sum of RGB (Red+Green+Blue) = 161+96+118=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A16076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16076 is #5E9F89. Grayscale: #757575. Windows color (decimal): -6201226 or 7757985. OLE color: 7757985.

HSL color Cylindrical-coordinate representation of color #A16076: hue angle of 339.69º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16076 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB16196118-
CMYK00.400.270.37
HSL339.69º25.69%50.39%-
HSV(B)339.69º40.37%63.14%-
XYZ22.1517.2519.3-
YUV117.94128.03158.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=42.93%
G=25.6%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619611800.400.270.37339.6925.6950.39
HexA160760281B251541a32
Octal24114016605033455243262
Binary101000011100000111011001010001101110010110101010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16076; }

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

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

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

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

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

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

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

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