#8A5B70

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

Shades of Mauve Taupe #8A5B70

Tints of Mauve Taupe #8A5B70

Color information

#8A5B70 (or 0x8A5B70) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 5B and 70. RGB value is (138,91,112). Sum of RGB (Red+Green+Blue) = 138+91+112=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5B70 is #75A48F. Grayscale: #6B6B6B. Windows color (decimal): -7709840 or 7363466. OLE color: 7363466.

HSL color Cylindrical-coordinate representation of color #8A5B70: hue angle of 333.19º 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 #8A5B70 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB13891112-
CMYK00.340.190.46
HSL333.19º20.52%44.9%-
HSV(B)333.19º34.06%54.12%-
XYZ17.1514.0617.14-
YUV107.45130.57149.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.47%
GREEN value IS 91 (35.94% from 255) = 26.69%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=40.47%
G=26.69%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1389111200.340.190.46333.1920.5244.9
Hex8A5B70022132E14d152d
Octal21213316004223565152555
Binary100010101011011111000001000101001110111010100110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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