#8A6074

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

Shades of Mauve Taupe #8A6074

Tints of Mauve Taupe #8A6074

Color information

#8A6074 (or 0x8A6074) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 60 and 74. RGB value is (138,96,116). Sum of RGB (Red+Green+Blue) = 138+96+116=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6074 is #759F8B. Grayscale: #6E6E6E. Windows color (decimal): -7708556 or 7626890. OLE color: 7626890.

HSL color Cylindrical-coordinate representation of color #8A6074: hue angle of 331.43º degrees, saturation: 0.18, 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 #8A6074 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB13896116-
CMYK00.300.160.46
HSL331.43º17.95%45.88%-
HSV(B)331.43º30.43%54.12%-
XYZ17.8215.0318.49-
YUV110.84130.91147.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.43%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=39.43%
G=27.43%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1389611600.300.160.46331.4317.9545.88
Hex8A607401E102E14b122e
Octal21214016403620565132256
Binary10001010110000011101000111101000010111010100101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,96,116); }

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

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

 a { background-color: rgb(138,96,116); }

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

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

 span { border-color: rgb(138,96,116); }

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