Html Css Color HEX #8A596E Mauve Taupe

📋 copy color: '#8A596E'

red 138 ◦ green 89 ◦ blue 110

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

Shades of Mauve Taupe #8A596E

Tints of Mauve Taupe #8A596E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 40.95%
G = 26.41%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#8A596E (or 0x8A596E) is known color: Mauve Taupe. HEX triplet: 8A, 59 and 6E. RGB value is (138,89,110). Sum of RGB (Red+Green+Blue) = 138+89+110=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A596E is #75A691. Grayscale: #6A6A6A. Windows color (decimal): -7710354 or 7231882. OLE color: 7231882.

HSL color Cylindrical-coordinate representation of color #8A596E: hue angle of 334.29º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A596E is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 89 110 -
CMYK 0 0.36 0.20 0.46
HSL 334.29º 0.22% 0.45% -
HSV(B) 334.29º 0.36% 0.54% -
XYZ 16.87 13.67 16.5 -
YUV 106.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 138 89 110 0 0.36 0.20 0.46 334.29 0.22 0.45
Hex 8A 59 6E 0 24 14 2E 14E 16 2D
Octal 212 131 156 0 44 24 56 516 26 55
Binary 10001010 1011001 1101110 0 100100 10100 101110 101001110 10110 101101

Color Harmonies of #8A596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A596E

Black with #8A596E

Text Example


Text Example

White with #8A596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,89,110); }

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

background-color css

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

 a { background-color: rgb(138,89,110); }

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

border-color css

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

 span { border-color: rgb(138,89,110); }

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