#A45E75

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

Shades of Mauve Taupe #A45E75

Tints of Mauve Taupe #A45E75

Color information

#A45E75 (or 0xA45E75) is unknown color: approx Mauve Taupe. HEX triplet: A4, 5E and 75. RGB value is (164,94,117). Sum of RGB (Red+Green+Blue) = 164+94+117=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E75 is #5BA18A. Grayscale: #757575. Windows color (decimal): -6005131 or 7691940. OLE color: 7691940.

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

Color convert

RGB16494117-
CMYK00.430.290.36
HSL340.29º27.78%50.59%-
HSV(B)340.29º42.68%64.31%-
XYZ22.5217.1818.96-
YUV117.55127.69161.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=43.73%
G=25.07%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649411700.430.290.36340.2927.7850.59
HexA45E7502B1D241541c33
Octal24413616505335445243463
Binary101001001011110111010101010111110110010010101010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45E75; }

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

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

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

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

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

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

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

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