Html Css Color HEX #8A5A70 Mauve Taupe

📋 copy color: '#8A5A70'

red 138 ◦ green 90 ◦ blue 112

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

Shades of Mauve Taupe #8A5A70

Tints of Mauve Taupe #8A5A70

RGB

 RED value IS 138 (54.3% from 255) = 40.59%

 GREEN value IS 90 (35.55% from 255) = 26.47%

 BLUE value IS 112 (44.14% from 255) = 32.94%

R = 40.59%
G = 26.47%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#8A5A70 (or 0x8A5A70) is known color: Mauve Taupe. HEX triplet: 8A, 5A and 70. RGB value is (138,90,112). Sum of RGB (Red+Green+Blue) = 138+90+112=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5A70 is #75A58F. Grayscale: #6A6A6A. Windows color (decimal): -7710096 or 7363210. OLE color: 7363210.

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

Color convert

RGB 138 90 112 -
CMYK 0 0.35 0.19 0.46
HSL 332.5º 0.21% 0.45% -
HSV(B) 332.5º 0.35% 0.54% -
XYZ 17.06 13.89 17.11 -
YUV 106.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 138 90 112 0 0.35 0.19 0.46 332.5 0.21 0.45
Hex 8A 5A 70 0 23 13 2E 14C 15 2D
Octal 212 132 160 0 43 23 56 514 25 55
Binary 10001010 1011010 1110000 0 100011 10011 101110 101001100 10101 101101

Color Harmonies of #8A5A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5A70

Black with #8A5A70

Text Example


Text Example

White with #8A5A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A5A70;
 }
 .AnyTagClassName
 {
   color: #8A5A70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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