#9A5676

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

Shades of Mauve Taupe #9A5676

Tints of Mauve Taupe #9A5676

Color information

#9A5676 (or 0x9A5676) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 56 and 76. RGB value is (154,86,118). Sum of RGB (Red+Green+Blue) = 154+86+118=358 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.02% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5676 is #65A989. Grayscale: #6D6D6D. Windows color (decimal): -6662538 or 7755418. OLE color: 7755418.

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

Color convert

RGB15486118-
CMYK00.440.230.40
HSL331.76º28.33%47.06%-
HSV(B)331.76º44.16%60.39%-
XYZ19.9214.8318.95-
YUV109.98132.53159.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.02%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 118 (46.48% from 255) = 32.96%
R=43.02%
G=24.02%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548611800.440.230.40331.7628.3347.06
Hex9A567602C172814c1c2f
Octal23212616605427505143457
Binary100110101010110111011001011001011110100010100110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,86,118); }

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

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

 a { background-color: rgb(154,86,118); }

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

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

 span { border-color: rgb(154,86,118); }

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