#9A5F76

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

Shades of Mauve Taupe #9A5F76

Tints of Mauve Taupe #9A5F76

Color information

#9A5F76 (or 0x9A5F76) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 5F and 76. RGB value is (154,95,118). Sum of RGB (Red+Green+Blue) = 154+95+118=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5F76 is #65A089. Grayscale: #737373. Windows color (decimal): -6660234 or 7757722. OLE color: 7757722.

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

Color convert

RGB15495118-
CMYK00.380.230.40
HSL336.61º23.69%48.82%-
HSV(B)336.61º38.31%60.39%-
XYZ20.6916.3619.21-
YUV115.26129.55155.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.96%
GREEN value IS 95 (37.5% from 255) = 25.89%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=41.96%
G=25.89%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1549511800.380.230.40336.6123.6948.82
Hex9A5F7602617281511831
Octal23213716604627505213061
Binary100110101011111111011001001101011110100010101000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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