#8A5C63

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

Shades of Mauve Taupe #8A5C63

Tints of Mauve Taupe #8A5C63

Color information

#8A5C63 (or 0x8A5C63) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 5C and 63. RGB value is (138,92,99). Sum of RGB (Red+Green+Blue) = 138+92+99=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5C63 is #75A39C. Grayscale: #6A6A6A. Windows color (decimal): -7709597 or 6511754. OLE color: 6511754.

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

Color convert

RGB1389299-
CMYK00.330.280.46
HSL350.87º20%45.1%-
HSV(B)350.87º33.33%54.12%-
XYZ16.5613.9613.63-
YUV106.55123.74150.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.95%
GREEN value IS 92 (36.33% from 255) = 27.96%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=41.95%
G=27.96%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138929900.330.280.46350.872045.1
Hex8A5C630211C2E15f142d
Octal21213414304134565372455
Binary100010101011100110001101000011110010111010101111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,92,99); }

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

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

 a { background-color: rgb(138,92,99); }

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

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

 span { border-color: rgb(138,92,99); }

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