#A45A75

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

Shades of Mauve Taupe #A45A75

Tints of Mauve Taupe #A45A75

Color information

#A45A75 (or 0xA45A75) is unknown color: approx Mauve Taupe. HEX triplet: A4, 5A and 75. RGB value is (164,90,117). Sum of RGB (Red+Green+Blue) = 164+90+117=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A75 is #5BA58A. Grayscale: #737373. Windows color (decimal): -6006155 or 7690916. OLE color: 7690916.

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

Color convert

RGB16490117-
CMYK00.450.290.36
HSL338.11º29.13%49.8%-
HSV(B)338.11º45.12%64.31%-
XYZ22.1816.4918.84-
YUV115.2129.02162.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 90 (35.55% from 255) = 24.26%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=44.20%
G=24.26%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649011700.450.290.36338.1129.1349.8
HexA45A7502D1D241521d32
Octal24413216505535445223562
Binary101001001011010111010101011011110110010010101001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45A75; }

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

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

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

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

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

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

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

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