Shades of Mauve Taupe #886173
Tints of Mauve Taupe #886173
RGB
CMYK
RGB Variations
Color information
#886173 (or 0x886173) is known color: 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
| RGB | 136 | 97 | 115 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.47 |
| HSL | 332.31º | 0.17% | 0.46% | - |
| HSV(B) | 332.31º | 0.29% | 0.53% | - |
| XYZ | 17.52 | 15.02 | 18.2 | - |
| YUV | 110.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 97 | 115 | 0 | 0.29 | 0.15 | 0.47 | 332.31 | 0.17 | 0.46 |
| Hex | 88 | 61 | 73 | 0 | 1D | F | 2F | 14C | 11 | 2E |
| Octal | 210 | 141 | 163 | 0 | 35 | 17 | 57 | 514 | 21 | 56 |
| Binary | 10001000 | 1100001 | 1110011 | 0 | 11101 | 1111 | 101111 | 101001100 | 10001 | 101110 |
Color Harmonies of #886173
Complementary color
Monochromatic Colors of #886173
Black with #886173
Text Example
Text Example
White with #886173
Text Example
Text Example
HTML Codes & Css Web 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>