#A3596F

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

Shades of Mauve Taupe #A3596F

Tints of Mauve Taupe #A3596F

Color information

#A3596F (or 0xA3596F) is unknown color: approx Mauve Taupe. HEX triplet: A3, 59 and 6F. RGB value is (163,89,111). Sum of RGB (Red+Green+Blue) = 163+89+111=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A3596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3596F is #5CA690. Grayscale: #717171. Windows color (decimal): -6071953 or 7297443. OLE color: 7297443.

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

Color convert

RGB16389111-
CMYK00.450.320.36
HSL342.16º29.37%49.41%-
HSV(B)342.16º45.4%63.92%-
XYZ21.5516.0817.01-
YUV113.63126.52163.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 89 (35.16% from 255) = 24.52%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=44.90%
G=24.52%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638911100.450.320.36342.1629.3749.41
HexA3596F02D20241561d31
Octal24313115705540445263561
Binary1010001110110011101111010110110000010010010101011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3596F; }

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

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

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

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

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

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

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

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