#8A616D

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

Shades of Mauve Taupe #8A616D

Tints of Mauve Taupe #8A616D

Color information

#8A616D (or 0x8A616D) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 61 and 6D. RGB value is (138,97,109). Sum of RGB (Red+Green+Blue) = 138+97+109=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A616D is #759E92. Grayscale: #6E6E6E. Windows color (decimal): -7708307 or 7168394. OLE color: 7168394.

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

Color convert

RGB13897109-
CMYK00.300.210.46
HSL342.44º17.45%46.08%-
HSV(B)342.44º29.71%54.12%-
XYZ17.5215.0616.45-
YUV110.63127.08147.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.12%
GREEN value IS 97 (38.28% from 255) = 28.20%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=40.12%
G=28.20%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1389710900.300.210.46342.4417.4546.08
Hex8A616D01E152E156112e
Octal21214115503625565262156
Binary10001010110000111011010111101010110111010101011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,97,109); }

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

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

 a { background-color: rgb(138,97,109); }

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

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

 span { border-color: rgb(138,97,109); }

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