#886173

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

Shades of Mauve Taupe #886173

Tints of Mauve Taupe #886173

Color information

#886173 (or 0x886173) is unknown color: approx Mauve Taupe. HEX triplet: 88, 61 and 73. RGB value is (136,97,115). Sum of RGB (Red+Green+Blue) = 136+97+115=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #886173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886173 is #779E8C. Grayscale: #6E6E6E. Windows color (decimal): -7839373 or 7561608. OLE color: 7561608.

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

Color convert

RGB13697115-
CMYK00.290.150.47
HSL332.31º16.74%45.69%-
HSV(B)332.31º28.68%53.33%-
XYZ17.5215.0218.2-
YUV110.71130.42146.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 115 (45.31% from 255) = 33.05%
R=39.08%
G=27.87%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369711500.290.150.47332.3116.7445.69
Hex88617301DF2F14c112e
Octal21014116303517575142156
Binary1000100011000011110011011101111110111110100110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886173; }

 p { color: rgb(136,97,115); }

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

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

 a { background-color: rgb(136,97,115); }

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

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

 span { border-color: rgb(136,97,115); }

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