#9A5974

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

Shades of Mauve Taupe #9A5974

Tints of Mauve Taupe #9A5974

Color information

#9A5974 (or 0x9A5974) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 59 and 74. RGB value is (154,89,116). Sum of RGB (Red+Green+Blue) = 154+89+116=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5974 is #65A68B. Grayscale: #6F6F6F. Windows color (decimal): -6661772 or 7625114. OLE color: 7625114.

HSL color Cylindrical-coordinate representation of color #9A5974: hue angle of 335.08º 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 #9A5974 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB15489116-
CMYK00.420.250.40
HSL335.08º26.75%47.65%-
HSV(B)335.08º42.21%60.39%-
XYZ20.0515.2818.41-
YUV111.51130.53158.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.90%
GREEN value IS 89 (35.16% from 255) = 24.79%
BLUE value IS 116 (45.70% from 255) = 32.31%
R=42.90%
G=24.79%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548911600.420.250.40335.0826.7547.65
Hex9A597402A192814f1b30
Octal23213116405231505173360
Binary100110101011001111010001010101100110100010100111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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