Html Css Color HEX #8A6973 Mauve Taupe

📋 copy color: '#8A6973'

red 138 ◦ green 105 ◦ blue 115

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

Shades of Mauve Taupe #8A6973

Tints of Mauve Taupe #8A6973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.33%

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

R = 38.55%
G = 29.33%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#8A6973 (or 0x8A6973) is known color: Mauve Taupe. HEX triplet: 8A, 69 and 73. RGB value is (138,105,115). Sum of RGB (Red+Green+Blue) = 138+105+115=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6973 is #75968C. Grayscale: #747474. Windows color (decimal): -7706253 or 7563658. OLE color: 7563658.

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

Color convert

RGB 138 105 115 -
CMYK 0 0.24 0.17 0.46
HSL 341.82º 0.14% 0.48% -
HSV(B) 341.82º 0.24% 0.54% -
XYZ 18.63 16.74 18.47 -
YUV 116.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 138 105 115 0 0.24 0.17 0.46 341.82 0.14 0.48
Hex 8A 69 73 0 18 11 2E 156 E 30
Octal 212 151 163 0 30 21 56 526 16 60
Binary 10001010 1101001 1110011 0 11000 10001 101110 101010110 1110 110000

Color Harmonies of #8A6973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6973

Black with #8A6973

Text Example


Text Example

White with #8A6973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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