Html Css Color HEX #8A6A73 Mauve Taupe

📋 copy color: '#8A6A73'

red 138 ◦ green 106 ◦ blue 115

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

Shades of Mauve Taupe #8A6A73

Tints of Mauve Taupe #8A6A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.53%

 BLUE value IS 115 (45.31% from 255) = 32.03%

R = 38.44%
G = 29.53%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#8A6A73 (or 0x8A6A73) is known color: Mauve Taupe. HEX triplet: 8A, 6A and 73. RGB value is (138,106,115). Sum of RGB (Red+Green+Blue) = 138+106+115=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6A73 is #75958C. Grayscale: #747474. Windows color (decimal): -7705997 or 7563914. OLE color: 7563914.

HSL color Cylindrical-coordinate representation of color #8A6A73: hue angle of 343.12º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A6A73 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 106 115 -
CMYK 0 0.23 0.17 0.46
HSL 343.13º 0.13% 0.48% -
HSV(B) 343.13º 0.23% 0.54% -
XYZ 18.73 16.95 18.5 -
YUV 116.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 138 106 115 0 0.23 0.17 0.46 343.13 0.13 0.48
Hex 8A 6A 73 0 17 11 2E 157 D 30
Octal 212 152 163 0 27 21 56 527 15 60
Binary 10001010 1101010 1110011 0 10111 10001 101110 101010111 1101 110000

Color Harmonies of #8A6A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6A73

Black with #8A6A73

Text Example


Text Example

White with #8A6A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,106,115); }

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

background-color css

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

 a { background-color: rgb(138,106,115); }

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

border-color css

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

 span { border-color: rgb(138,106,115); }

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