#8A5C69

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

Shades of Mauve Taupe #8A5C69

Tints of Mauve Taupe #8A5C69

Color information

#8A5C69 (or 0x8A5C69) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 5C and 69. RGB value is (138,92,105). Sum of RGB (Red+Green+Blue) = 138+92+105=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5C69 is #75A396. Grayscale: #6B6B6B. Windows color (decimal): -7709591 or 6904970. OLE color: 6904970.

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

Color convert

RGB13892105-
CMYK00.330.240.46
HSL343.04º20%45.1%-
HSV(B)343.04º33.33%54.12%-
XYZ16.8614.0815.19-
YUV107.24126.74149.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.19%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=41.19%
G=27.46%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1389210500.330.240.46343.042045.1
Hex8A5C69021182E157142d
Octal21213415104130565272455
Binary100010101011100110100101000011100010111010101011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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