#A45D76

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

Shades of Mauve Taupe #A45D76

Tints of Mauve Taupe #A45D76

Color information

#A45D76 (or 0xA45D76) is unknown color: approx Mauve Taupe. HEX triplet: A4, 5D and 76. RGB value is (164,93,118). Sum of RGB (Red+Green+Blue) = 164+93+118=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45D76 is #5BA289. Grayscale: #757575. Windows color (decimal): -6005386 or 7757220. OLE color: 7757220.

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

Color convert

RGB16493118-
CMYK00.430.280.36
HSL338.87º28.06%50.39%-
HSV(B)338.87º43.29%64.31%-
XYZ22.4917.0319.24-
YUV117.08128.52161.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 93 (36.72% from 255) = 24.8%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=43.73%
G=24.8%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649311800.430.280.36338.8728.0650.39
HexA45D7602B1C241531c32
Octal24413516605334445233462
Binary101001001011101111011001010111110010010010101001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45D76; }

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

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

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

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

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

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

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

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