#886172

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

Shades of Mauve Taupe #886172

Tints of Mauve Taupe #886172

Color information

#886172 (or 0x886172) is unknown color: approx Mauve Taupe. HEX triplet: 88, 61 and 72. RGB value is (136,97,114). Sum of RGB (Red+Green+Blue) = 136+97+114=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #886172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886172 is #779E8D. Grayscale: #6E6E6E. Windows color (decimal): -7839374 or 7496072. OLE color: 7496072.

HSL color Cylindrical-coordinate representation of color #886172: hue angle of 333.85º 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 #886172 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB13697114-
CMYK00.290.160.47
HSL333.85º16.74%45.69%-
HSV(B)333.85º28.68%53.33%-
XYZ17.471517.89-
YUV110.6129.92146.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=39.19%
G=27.95%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369711400.290.160.47333.8516.7445.69
Hex88617201D102F14e112e
Octal21014116203520575162156
Binary10001000110000111100100111011000010111110100111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886172; }

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

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

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

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

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

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

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

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