#8A5B6C

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

Shades of Mauve Taupe #8A5B6C

Tints of Mauve Taupe #8A5B6C

Color information

#8A5B6C (or 0x8A5B6C) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 5B and 6C. RGB value is (138,91,108). Sum of RGB (Red+Green+Blue) = 138+91+108=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5B6C is #75A493. Grayscale: #6A6A6A. Windows color (decimal): -7709844 or 7101322. OLE color: 7101322.

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

Color convert

RGB13891108-
CMYK00.340.220.46
HSL338.3º20.52%44.9%-
HSV(B)338.3º34.06%54.12%-
XYZ16.9313.9715.99-
YUV106.99128.57150.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 91 (35.94% from 255) = 27.00%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=40.95%
G=27.00%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1389110800.340.220.46338.320.5244.9
Hex8A5B6C022162E152152d
Octal21213315404226565222555
Binary100010101011011110110001000101011010111010101001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,91,108); }

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

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

 a { background-color: rgb(138,91,108); }

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

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

 span { border-color: rgb(138,91,108); }

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