Html Css Color HEX #8A5B68 Mauve Taupe

📋 copy color: '#8A5B68'

red 138 ◦ green 91 ◦ blue 104

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

Shades of Mauve Taupe #8A5B68

Tints of Mauve Taupe #8A5B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.33%

 BLUE value IS 104 (41.02% from 255) = 31.23%

R = 41.44%
G = 27.33%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#8A5B68 (or 0x8A5B68) is known color: Mauve Taupe. HEX triplet: 8A, 5B and 68. RGB value is (138,91,104). Sum of RGB (Red+Green+Blue) = 138+91+104=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5B68 is #75A497. Grayscale: #6A6A6A. Windows color (decimal): -7709848 or 6839178. OLE color: 6839178.

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

Color convert

RGB 138 91 104 -
CMYK 0 0.34 0.25 0.46
HSL 343.4º 0.21% 0.45% -
HSV(B) 343.4º 0.34% 0.54% -
XYZ 16.72 13.88 14.9 -
YUV 106.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 138 91 104 0 0.34 0.25 0.46 343.4 0.21 0.45
Hex 8A 5B 68 0 22 19 2E 157 15 2D
Octal 212 133 150 0 42 31 56 527 25 55
Binary 10001010 1011011 1101000 0 100010 11001 101110 101010111 10101 101101

Color Harmonies of #8A5B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5B68

Black with #8A5B68

Text Example


Text Example

White with #8A5B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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