#9A5274

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

Shades of Mauve Taupe #9A5274

Tints of Mauve Taupe #9A5274

Color information

#9A5274 (or 0x9A5274) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 52 and 74. RGB value is (154,82,116). Sum of RGB (Red+Green+Blue) = 154+82+116=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5274 is #65AD8B. Grayscale: #6B6B6B. Windows color (decimal): -6663564 or 7623322. OLE color: 7623322.

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

Color convert

RGB15482116-
CMYK00.470.250.40
HSL331.67º30.51%46.27%-
HSV(B)331.67º46.75%60.39%-
XYZ19.514.1718.23-
YUV107.4132.85161.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.75%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=43.75%
G=23.30%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548211600.470.250.40331.6730.5146.27
Hex9A527402F192814c1f2e
Octal23212216405731505143756
Binary100110101010010111010001011111100110100010100110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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