#A45E73

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

Shades of Mauve Taupe #A45E73

Tints of Mauve Taupe #A45E73

Color information

#A45E73 (or 0xA45E73) is unknown color: approx Mauve Taupe. HEX triplet: A4, 5E and 73. RGB value is (164,94,115). Sum of RGB (Red+Green+Blue) = 164+94+115=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E73 is #5BA18C. Grayscale: #757575. Windows color (decimal): -6005133 or 7560868. OLE color: 7560868.

HSL color Cylindrical-coordinate representation of color #A45E73: hue angle of 342º 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 #A45E73 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16494115-
CMYK00.430.300.36
HSL342º27.78%50.59%-
HSV(B)342º42.68%64.31%-
XYZ22.4117.1418.35-
YUV117.32126.69161.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 94 (37.11% from 255) = 25.20%
BLUE value IS 115 (45.31% from 255) = 30.83%
R=43.97%
G=25.20%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649411500.430.300.3634227.7850.59
HexA45E7302B1E241561c33
Octal24413616305336445263463
Binary101001001011110111001101010111111010010010101011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45E73; }

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

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

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

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

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

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

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

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