#9A5476

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

Shades of Mauve Taupe #9A5476

Tints of Mauve Taupe #9A5476

Color information

#9A5476 (or 0x9A5476) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 54 and 76. RGB value is (154,84,118). Sum of RGB (Red+Green+Blue) = 154+84+118=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5476 is #65AB89. Grayscale: #6C6C6C. Windows color (decimal): -6663050 or 7754906. OLE color: 7754906.

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

Color convert

RGB15484118-
CMYK00.450.230.40
HSL330.86º29.41%46.67%-
HSV(B)330.86º45.45%60.39%-
XYZ19.7714.5218.9-
YUV108.81133.19160.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.26%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=43.26%
G=23.60%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548411800.450.230.40330.8629.4146.67
Hex9A547602D172814b1d2f
Octal23212416605527505133557
Binary100110101010100111011001011011011110100010100101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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