#A1596F

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

Shades of Mauve Taupe #A1596F

Tints of Mauve Taupe #A1596F

Color information

#A1596F (or 0xA1596F) is unknown color: approx Mauve Taupe. HEX triplet: A1, 59 and 6F. RGB value is (161,89,111). Sum of RGB (Red+Green+Blue) = 161+89+111=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A1596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1596F is #5EA690. Grayscale: #717171. Windows color (decimal): -6203025 or 7297441. OLE color: 7297441.

HSL color Cylindrical-coordinate representation of color #A1596F: hue angle of 341.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1596F is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16189111-
CMYK00.450.310.37
HSL341.67º28.8%49.02%-
HSV(B)341.67º44.72%63.14%-
XYZ21.1415.8716.99-
YUV113.04126.85162.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=44.60%
G=24.65%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618911100.450.310.37341.6728.849.02
HexA1596F02D1F251561d31
Octal24113115705537455263561
Binary101000011011001110111101011011111110010110101011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1596F; }

 p { color: rgb(161,89,111); }

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

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

 a { background-color: rgb(161,89,111); }

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

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

 span { border-color: rgb(161,89,111); }

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