#9A596F

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

Shades of Mauve Taupe #9A596F

Tints of Mauve Taupe #9A596F

Color information

#9A596F (or 0x9A596F) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 59 and 6F. RGB value is (154,89,111). Sum of RGB (Red+Green+Blue) = 154+89+111=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 154 - color contains mainly: red. Hex color #9A596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A596F is #65A690. Grayscale: #6E6E6E. Windows color (decimal): -6661777 or 7297434. OLE color: 7297434.

HSL color Cylindrical-coordinate representation of color #9A596F: hue angle of 339.69º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A596F is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15489111-
CMYK00.420.280.40
HSL339.69º26.75%47.65%-
HSV(B)339.69º42.21%60.39%-
XYZ19.7715.1616.92-
YUV110.94128.03158.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.50%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=43.50%
G=25.14%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548911100.420.280.40339.6926.7547.65
Hex9A596F02A1C281541b30
Octal23213115705234505243360
Binary100110101011001110111101010101110010100010101010011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A596F; }

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

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

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

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

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

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

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

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