#A45D71

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

Shades of Mauve Taupe #A45D71

Tints of Mauve Taupe #A45D71

Color information

#A45D71 (or 0xA45D71) is unknown color: approx Mauve Taupe. HEX triplet: A4, 5D and 71. RGB value is (164,93,113). Sum of RGB (Red+Green+Blue) = 164+93+113=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45D71 is #5BA28E. Grayscale: #747474. Windows color (decimal): -6005391 or 7429540. OLE color: 7429540.

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

Color convert

RGB16493113-
CMYK00.430.310.36
HSL343.1º28.06%50.39%-
HSV(B)343.1º43.29%64.31%-
XYZ22.216.9117.72-
YUV116.51126.02161.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.32%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 113 (44.53% from 255) = 30.54%
R=44.32%
G=25.14%
B=30.54%

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
Decimal1649311300.430.310.36343.128.0650.39
HexA45D7102B1F241571c32
Octal24413516105337445273462
Binary101001001011101111000101010111111110010010101011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45D71; }

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

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

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

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

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

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

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

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