#A05A75

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

Shades of Mauve Taupe #A05A75

Tints of Mauve Taupe #A05A75

Color information

#A05A75 (or 0xA05A75) is unknown color: approx Mauve Taupe. HEX triplet: A0, 5A and 75. RGB value is (160,90,117). Sum of RGB (Red+Green+Blue) = 160+90+117=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05A75 is #5FA58A. Grayscale: #717171. Windows color (decimal): -6268299 or 7690912. OLE color: 7690912.

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

Color convert

RGB16090117-
CMYK00.440.270.37
HSL336.86º28%49.02%-
HSV(B)336.86º43.75%62.75%-
XYZ21.3616.0718.81-
YUV114.01129.69160.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 117 (46.09% from 255) = 31.88%
R=43.60%
G=24.52%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609011700.440.270.37336.862849.02
HexA05A7502C1B251511c31
Octal24013216505433455213461
Binary101000001011010111010101011001101110010110101000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05A75; }

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

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

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

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

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

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

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

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