#8A6573

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

Shades of Mauve Taupe #8A6573

Tints of Mauve Taupe #8A6573

Color information

#8A6573 (or 0x8A6573) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 65 and 73. RGB value is (138,101,115). Sum of RGB (Red+Green+Blue) = 138+101+115=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6573 is #759A8C. Grayscale: #717171. Windows color (decimal): -7707277 or 7562634. OLE color: 7562634.

HSL color Cylindrical-coordinate representation of color #8A6573: hue angle of 337.3º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A6573 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB138101115-
CMYK00.270.170.46
HSL337.3º15.48%46.86%-
HSV(B)337.3º26.81%54.12%-
XYZ18.2315.9518.34-
YUV113.66128.76145.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.98%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 115 (45.31% from 255) = 32.49%
R=38.98%
G=28.53%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810111500.270.170.46337.315.4846.86
Hex8A657301B112E151f2f
Octal21214516303321565211757
Binary1000101011001011110011011011100011011101010100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A6573; }

 p { color: rgb(138,101,115); }

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

<style>
 a { background-color: #8A6573; }

 a { background-color: rgb(138,101,115); }

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

<style>
 span { border-color: #8A6573; }

 span { border-color: rgb(138,101,115); }

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