Html Css Color HEX #886170 Mauve Taupe

📋 copy color: '#886170'

red 136 ◦ green 97 ◦ blue 112

#886170
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #886170

Tints of Mauve Taupe #886170

RGB

 RED value IS 136 (53.52% from 255) = 39.42%

 GREEN value IS 97 (38.28% from 255) = 28.12%

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 39.42%
G = 28.12%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#886170 (or 0x886170) is known color: Mauve Taupe. HEX triplet: 88, 61 and 70. RGB value is (136,97,112). Sum of RGB (Red+Green+Blue) = 136+97+112=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #886170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886170 is #779E8F. Grayscale: #6E6E6E. Windows color (decimal): -7839376 or 7365000. OLE color: 7365000.

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

Color convert

RGB 136 97 112 -
CMYK 0 0.29 0.18 0.47
HSL 336.92º 0.17% 0.46% -
HSV(B) 336.92º 0.29% 0.53% -
XYZ 17.35 14.95 17.3 -
YUV 110.37 128.92 146.28 -
System Red Green Blue C M Y K H S L
Decimal 136 97 112 0 0.29 0.18 0.47 336.92 0.17 0.46
Hex 88 61 70 0 1D 12 2F 151 11 2E
Octal 210 141 160 0 35 22 57 521 21 56
Binary 10001000 1100001 1110000 0 11101 10010 101111 101010001 10001 101110

Color Harmonies of #886170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886170

Black with #886170

Text Example


Text Example

White with #886170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886170; }

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

 H1.HeaderClassName
 {
   color: #886170;
 }
 .AnyTagClassName
 {
   color: #886170;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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