#A05D75

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

Shades of Mauve Taupe #A05D75

Tints of Mauve Taupe #A05D75

Color information

#A05D75 (or 0xA05D75) is unknown color: approx Mauve Taupe. HEX triplet: A0, 5D and 75. RGB value is (160,93,117). Sum of RGB (Red+Green+Blue) = 160+93+117=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05D75 is #5FA28A. Grayscale: #737373. Windows color (decimal): -6267531 or 7691680. OLE color: 7691680.

HSL color Cylindrical-coordinate representation of color #A05D75: hue angle of 338.51º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A05D75 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB16093117-
CMYK00.420.270.37
HSL338.51º26.48%49.61%-
HSV(B)338.51º41.87%62.75%-
XYZ21.6216.5918.89-
YUV115.77128.7159.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.24%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=43.24%
G=25.14%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609311700.420.270.37338.5126.4849.61
HexA05D7502A1B251531a32
Octal24013516505233455233262
Binary101000001011101111010101010101101110010110101001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05D75; }

 p { color: rgb(160,93,117); }

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

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

 a { background-color: rgb(160,93,117); }

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

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

 span { border-color: rgb(160,93,117); }

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