#A16075

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

Shades of Mauve Taupe #A16075

Tints of Mauve Taupe #A16075

Color information

#A16075 (or 0xA16075) is unknown color: approx Mauve Taupe. HEX triplet: A1, 60 and 75. RGB value is (161,96,117). Sum of RGB (Red+Green+Blue) = 161+96+117=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A16075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16075 is #5E9F8A. Grayscale: #757575. Windows color (decimal): -6201227 or 7692449. OLE color: 7692449.

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

Color convert

RGB16196117-
CMYK00.400.270.37
HSL340.62º25.69%50.39%-
HSV(B)340.62º40.37%63.14%-
XYZ22.0917.2318.99-
YUV117.83127.53158.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.05%
GREEN value IS 96 (37.89% from 255) = 25.67%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=43.05%
G=25.67%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619611700.400.270.37340.6225.6950.39
HexA160750281B251551a32
Octal24114016505033455253262
Binary101000011100000111010101010001101110010110101010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16075; }

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

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

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

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

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

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

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

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