#9A5275

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

Shades of Mauve Taupe #9A5275

Tints of Mauve Taupe #9A5275

Color information

#9A5275 (or 0x9A5275) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 52 and 75. RGB value is (154,82,117). Sum of RGB (Red+Green+Blue) = 154+82+117=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5275 is #65AD8A. Grayscale: #6B6B6B. Windows color (decimal): -6663563 or 7688858. OLE color: 7688858.

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

Color convert

RGB15482117-
CMYK00.470.240.40
HSL330.83º30.51%46.27%-
HSV(B)330.83º46.75%60.39%-
XYZ19.5514.1918.54-
YUV107.52133.35161.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.63%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=43.63%
G=23.23%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1548211700.470.240.40330.8330.5146.27
Hex9A527502F182814b1f2e
Octal23212216505730505133756
Binary100110101010010111010101011111100010100010100101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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