#a16377

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

Shades of Mauve Taupe #A16377

Tints of Mauve Taupe #A16377

Color information

#A16377 (or 0xA16377) is unknown color: approx Mauve Taupe. HEX triplet: A1, 63 and 77. RGB value is (161,99,119). Sum of RGB (Red+Green+Blue) = 161+99+119=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 161 - color contains mainly: red. Hex color #A16377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16377 is #5E9C88. Grayscale: #777777. Windows color (decimal): -6200457 or 7824289. OLE color: 7824289.

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

Color convert

RGB16199119-
CMYK00.390.260.37
HSL340.65º24.8%50.98%-
HSV(B)340.65º38.51%63.14%-
XYZ22.4917.8319.71-
YUV119.82127.54157.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.48%
GREEN value IS 99 (39.06% from 255) = 26.12%
BLUE value IS 119 (46.88% from 255) = 31.40%
R=42.48%
G=26.12%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619911900.390.260.37340.6524.850.98
HexA163770271A251551933
Octal24114316704732455253163
Binary101000011100011111011101001111101010010110101010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a16377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a16377; }

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

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

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

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

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

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

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

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