#A0596F

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

Shades of Mauve Taupe #A0596F

Tints of Mauve Taupe #A0596F

Color information

#A0596F (or 0xA0596F) is unknown color: approx Mauve Taupe. HEX triplet: A0, 59 and 6F. RGB value is (160,89,111). Sum of RGB (Red+Green+Blue) = 160+89+111=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A0596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0596F is #5FA690. Grayscale: #707070. Windows color (decimal): -6268561 or 7297440. OLE color: 7297440.

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

Color convert

RGB16089111-
CMYK00.440.310.37
HSL341.41º28.51%48.82%-
HSV(B)341.41º44.37%62.75%-
XYZ20.9415.7716.98-
YUV112.74127.02161.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 89 (35.16% from 255) = 24.72%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=44.44%
G=24.72%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608911100.440.310.37341.4128.5148.82
HexA0596F02C1F251551d31
Octal24013115705437455253561
Binary101000001011001110111101011001111110010110101010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0596F; }

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

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

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

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

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

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

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

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