#8A5A6E

Color #8A5A6E Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #8A5A6E

Tints of Mauve Taupe #8A5A6E

Color information

#8A5A6E (or 0x8A5A6E) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 5A and 6E. RGB value is (138,90,110). Sum of RGB (Red+Green+Blue) = 138+90+110=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5A6E is #75A591. Grayscale: #6A6A6A. Windows color (decimal): -7710098 or 7232138. OLE color: 7232138.

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

Color convert

RGB13890110-
CMYK00.350.200.46
HSL335º21.05%44.71%-
HSV(B)335º34.78%54.12%-
XYZ16.9513.8416.53-
YUV106.63129.9150.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.83%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=40.83%
G=26.63%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1389011000.350.200.4633521.0544.71
Hex8A5A6E023142E14f152d
Octal21213215604324565172555
Binary100010101011010110111001000111010010111010100111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A5A6E;
 }
 .AnyTagClassName
 {
   color: #8A5A6E;
 }
</style>
background-color css

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

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

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

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

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

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