#8A626E

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

Shades of Mauve Taupe #8A626E

Tints of Mauve Taupe #8A626E

Color information

#8A626E (or 0x8A626E) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 62 and 6E. RGB value is (138,98,110). Sum of RGB (Red+Green+Blue) = 138+98+110=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 138 - color contains mainly: red. Hex color #8A626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A626E is #759D91. Grayscale: #6F6F6F. Windows color (decimal): -7708050 or 7234186. OLE color: 7234186.

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

Color convert

RGB13898110-
CMYK00.290.200.46
HSL342º16.95%46.27%-
HSV(B)342º28.99%54.12%-
XYZ17.6615.2616.77-
YUV111.33127.25147.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.88%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=39.88%
G=28.32%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1389811000.290.200.4634216.9546.27
Hex8A626E01D142E156112e
Octal21214215603524565262156
Binary10001010110001011011100111011010010111010101011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,98,110); }

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

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

 a { background-color: rgb(138,98,110); }

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

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

 span { border-color: rgb(138,98,110); }

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