Html Css Color HEX #8A5B70 Mauve Taupe

📋 copy color: '#8A5B70'

red 138 ◦ green 91 ◦ blue 112

#8A5B70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #8A5B70

Tints of Mauve Taupe #8A5B70

RGB

 RED value IS 138 (54.3% 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 value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#8A5B70 (or 0x8A5B70) is known color: 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

RGB 138 91 112 -
CMYK 0 0.34 0.19 0.46
HSL 333.19º 0.21% 0.45% -
HSV(B) 333.19º 0.34% 0.54% -
XYZ 17.15 14.06 17.14 -
YUV 107.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 138 91 112 0 0.34 0.19 0.46 333.19 0.21 0.45
Hex 8A 5B 70 0 22 13 2E 14D 15 2D
Octal 212 133 160 0 42 23 56 515 25 55
Binary 10001010 1011011 1110000 0 100010 10011 101110 101001101 10101 101101

Color Harmonies of #8A5B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5B70

Black with #8A5B70

Text Example


Text Example

White with #8A5B70

Text Example


Text Example

HTML Codes & Css Web 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>