#A45F73

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

Shades of Mauve Taupe #A45F73

Tints of Mauve Taupe #A45F73

Color information

#A45F73 (or 0xA45F73) is unknown color: approx Mauve Taupe. HEX triplet: A4, 5F and 73. RGB value is (164,95,115). Sum of RGB (Red+Green+Blue) = 164+95+115=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F73 is #5BA08C. Grayscale: #757575. Windows color (decimal): -6004877 or 7561124. OLE color: 7561124.

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

Color convert

RGB16495115-
CMYK00.420.300.36
HSL342.61º27.49%50.78%-
HSV(B)342.61º42.07%64.31%-
XYZ22.517.3118.38-
YUV117.91126.36160.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 95 (37.5% from 255) = 25.40%
BLUE value IS 115 (45.31% from 255) = 30.75%
R=43.85%
G=25.40%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649511500.420.300.36342.6127.4950.78
HexA45F7302A1E241571b33
Octal24413716305236445273363
Binary101001001011111111001101010101111010010010101011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45F73; }

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

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

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

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

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

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

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

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