Html Css Color HEX #8A5B69 Mauve Taupe

📋 copy color: '#8A5B69'

red 138 ◦ green 91 ◦ blue 105

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

Shades of Mauve Taupe #8A5B69

Tints of Mauve Taupe #8A5B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 41.32%
G = 27.25%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#8A5B69 (or 0x8A5B69) is known color: Mauve Taupe. HEX triplet: 8A, 5B and 69. RGB value is (138,91,105). Sum of RGB (Red+Green+Blue) = 138+91+105=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5B69 is #75A496. Grayscale: #6A6A6A. Windows color (decimal): -7709847 or 6904714. OLE color: 6904714.

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

Color convert

RGB 138 91 105 -
CMYK 0 0.34 0.24 0.46
HSL 342.13º 0.21% 0.45% -
HSV(B) 342.13º 0.34% 0.54% -
XYZ 16.77 13.91 15.16 -
YUV 106.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 138 91 105 0 0.34 0.24 0.46 342.13 0.21 0.45
Hex 8A 5B 69 0 22 18 2E 156 15 2D
Octal 212 133 151 0 42 30 56 526 25 55
Binary 10001010 1011011 1101001 0 100010 11000 101110 101010110 10101 101101

Color Harmonies of #8A5B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5B69

Black with #8A5B69

Text Example


Text Example

White with #8A5B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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