#A16179

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

Shades of Mauve Taupe #A16179

Tints of Mauve Taupe #A16179

Color information

#A16179 (or 0xA16179) is unknown color: approx Mauve Taupe. HEX triplet: A1, 61 and 79. RGB value is (161,97,121). Sum of RGB (Red+Green+Blue) = 161+97+121=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A16179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16179 is #5E9E86. Grayscale: #767676. Windows color (decimal): -6200967 or 7954849. OLE color: 7954849.

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

Color convert

RGB16197121-
CMYK00.400.250.37
HSL337.5º25.4%50.59%-
HSV(B)337.5º39.75%63.14%-
XYZ22.4217.5120.29-
YUV118.87129.2158.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.48%
GREEN value IS 97 (38.28% from 255) = 25.59%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=42.48%
G=25.59%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619712100.400.250.37337.525.450.59
HexA1617902819251521933
Octal24114117105031455223163
Binary101000011100001111100101010001100110010110101001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16179; }

 p { color: rgb(161,97,121); }

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

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

 a { background-color: rgb(161,97,121); }

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

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

 span { border-color: rgb(161,97,121); }

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