#A45E71

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

Shades of Mauve Taupe #A45E71

Tints of Mauve Taupe #A45E71

Color information

#A45E71 (or 0xA45E71) is unknown color: approx Mauve Taupe. HEX triplet: A4, 5E and 71. RGB value is (164,94,113). Sum of RGB (Red+Green+Blue) = 164+94+113=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E71 is #5BA18E. Grayscale: #757575. Windows color (decimal): -6005135 or 7429796. OLE color: 7429796.

HSL color Cylindrical-coordinate representation of color #A45E71: hue angle of 343.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A45E71 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16494113-
CMYK00.430.310.36
HSL343.71º27.78%50.59%-
HSV(B)343.71º42.68%64.31%-
XYZ22.2917.0917.75-
YUV117.1125.69161.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=44.20%
G=25.34%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649411300.430.310.36343.7127.7850.59
HexA45E7102B1F241581c33
Octal24413616105337445303463
Binary101001001011110111000101010111111110010010101100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45E71; }

 p { color: rgb(164,94,113); }

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

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

 a { background-color: rgb(164,94,113); }

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

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

 span { border-color: rgb(164,94,113); }

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