#A16379

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

Shades of Mauve Taupe #A16379

Tints of Mauve Taupe #A16379

Color information

#A16379 (or 0xA16379) is unknown color: approx Mauve Taupe. HEX triplet: A1, 63 and 79. RGB value is (161,99,121). Sum of RGB (Red+Green+Blue) = 161+99+121=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A16379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16379 is #5E9C86. Grayscale: #787878. Windows color (decimal): -6200455 or 7955361. OLE color: 7955361.

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

Color convert

RGB16199121-
CMYK00.390.250.37
HSL338.71º24.8%50.98%-
HSV(B)338.71º38.51%63.14%-
XYZ22.6117.8820.35-
YUV120.05128.54157.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.26%
GREEN value IS 99 (39.06% from 255) = 25.98%
BLUE value IS 121 (47.66% from 255) = 31.76%
R=42.26%
G=25.98%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619912100.390.250.37338.7124.850.98
HexA1637902719251531933
Octal24114317104731455233163
Binary101000011100011111100101001111100110010110101001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16379; }

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

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

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

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

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

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

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

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