#A16273

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

Shades of Mauve Taupe #A16273

Tints of Mauve Taupe #A16273

Color information

#A16273 (or 0xA16273) is unknown color: approx Mauve Taupe. HEX triplet: A1, 62 and 73. RGB value is (161,98,115). Sum of RGB (Red+Green+Blue) = 161+98+115=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A16273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16273 is #5E9D8C. Grayscale: #767676. Windows color (decimal): -6200717 or 7561889. OLE color: 7561889.

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

Color convert

RGB16198115-
CMYK00.390.290.37
HSL343.81º25.1%50.78%-
HSV(B)343.81º39.13%63.14%-
XYZ22.1617.5518.44-
YUV118.78125.87158.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.05%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 115 (45.31% from 255) = 30.75%
R=43.05%
G=26.20%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619811500.390.290.37343.8125.150.78
HexA162730271D251581933
Octal24114216304735455303163
Binary101000011100010111001101001111110110010110101100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16273; }

 p { color: rgb(161,98,115); }

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

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

 a { background-color: rgb(161,98,115); }

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

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

 span { border-color: rgb(161,98,115); }

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