#9A5A6F

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

Shades of Mauve Taupe #9A5A6F

Tints of Mauve Taupe #9A5A6F

Color information

#9A5A6F (or 0x9A5A6F) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 5A and 6F. RGB value is (154,90,111). Sum of RGB (Red+Green+Blue) = 154+90+111=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5A6F is #65A590. Grayscale: #6F6F6F. Windows color (decimal): -6661521 or 7297690. OLE color: 7297690.

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

Color convert

RGB15490111-
CMYK00.420.280.40
HSL340.31º26.23%47.84%-
HSV(B)340.31º41.56%60.39%-
XYZ19.8515.3316.95-
YUV111.53127.7158.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.38%
GREEN value IS 90 (35.55% from 255) = 25.35%
BLUE value IS 111 (43.75% from 255) = 31.27%
R=43.38%
G=25.35%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1549011100.420.280.40340.3126.2347.84
Hex9A5A6F02A1C281541a30
Octal23213215705234505243260
Binary100110101011010110111101010101110010100010101010011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,90,111); }

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

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

 a { background-color: rgb(154,90,111); }

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

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

 span { border-color: rgb(154,90,111); }

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