#9A586E

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

Shades of Mauve Taupe #9A586E

Tints of Mauve Taupe #9A586E

Color information

#9A586E (or 0x9A586E) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 58 and 6E. RGB value is (154,88,110). Sum of RGB (Red+Green+Blue) = 154+88+110=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A586E is #65A791. Grayscale: #6E6E6E. Windows color (decimal): -6662034 or 7231642. OLE color: 7231642.

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

Color convert

RGB15488110-
CMYK00.430.290.40
HSL340º27.27%47.45%-
HSV(B)340º42.86%60.39%-
XYZ19.6314.9816.61-
YUV110.24127.87159.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.75%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=43.75%
G=25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548811000.430.290.4034027.2747.45
Hex9A586E02B1D281541b2f
Octal23213015605335505243357
Binary100110101011000110111001010111110110100010101010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,88,110); }

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

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

 a { background-color: rgb(154,88,110); }

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

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

 span { border-color: rgb(154,88,110); }

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