#A16074

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

Shades of Mauve Taupe #A16074

Tints of Mauve Taupe #A16074

Color information

#A16074 (or 0xA16074) is unknown color: approx Mauve Taupe. HEX triplet: A1, 60 and 74. RGB value is (161,96,116). Sum of RGB (Red+Green+Blue) = 161+96+116=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A16074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16074 is #5E9F8B. Grayscale: #757575. Windows color (decimal): -6201228 or 7626913. OLE color: 7626913.

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

Color convert

RGB16196116-
CMYK00.400.280.37
HSL341.54º25.69%50.39%-
HSV(B)341.54º40.37%63.14%-
XYZ22.0317.218.68-
YUV117.71127.03158.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=43.16%
G=25.74%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619611600.400.280.37341.5425.6950.39
HexA160740281C251561a32
Octal24114016405034455263262
Binary101000011100000111010001010001110010010110101011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16074; }

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

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

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

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

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

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

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

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