Html Css Color HEX #8A5B66 Mauve Taupe

📋 copy color: '#8A5B66'

red 138 ◦ green 91 ◦ blue 102

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

Shades of Mauve Taupe #8A5B66

Tints of Mauve Taupe #8A5B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.82%

R = 41.69%
G = 27.49%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#8A5B66 (or 0x8A5B66) is known color: Mauve Taupe. HEX triplet: 8A, 5B and 66. RGB value is (138,91,102). Sum of RGB (Red+Green+Blue) = 138+91+102=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5B66 is #75A499. Grayscale: #6A6A6A. Windows color (decimal): -7709850 or 6708106. OLE color: 6708106.

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

Color convert

RGB 138 91 102 -
CMYK 0 0.34 0.26 0.46
HSL 345.96º 0.21% 0.45% -
HSV(B) 345.96º 0.34% 0.54% -
XYZ 16.62 13.84 14.37 -
YUV 106.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 138 91 102 0 0.34 0.26 0.46 345.96 0.21 0.45
Hex 8A 5B 66 0 22 1A 2E 15A 15 2D
Octal 212 133 146 0 42 32 56 532 25 55
Binary 10001010 1011011 1100110 0 100010 11010 101110 101011010 10101 101101

Color Harmonies of #8A5B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5B66

Black with #8A5B66

Text Example


Text Example

White with #8A5B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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