#A55D71

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

Shades of Mauve Taupe #A55D71

Tints of Mauve Taupe #A55D71

Color information

#A55D71 (or 0xA55D71) is unknown color: approx Mauve Taupe. HEX triplet: A5, 5D and 71. RGB value is (165,93,113). Sum of RGB (Red+Green+Blue) = 165+93+113=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55D71 is #5AA28E. Grayscale: #747474. Windows color (decimal): -5939855 or 7429541. OLE color: 7429541.

HSL color Cylindrical-coordinate representation of color #A55D71: hue angle of 343.33º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A55D71 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16593113-
CMYK00.440.320.35
HSL343.33º28.57%50.59%-
HSV(B)343.33º43.64%64.71%-
XYZ22.4117.0217.73-
YUV116.81125.85162.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 93 (36.72% from 255) = 25.07%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=44.47%
G=25.07%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659311300.440.320.35343.3328.5750.59
HexA55D7102C20231571d33
Octal24513516105440435273563
Binary1010010110111011110001010110010000010001110101011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55D71; }

 p { color: rgb(165,93,113); }

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

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

 a { background-color: rgb(165,93,113); }

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

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

 span { border-color: rgb(165,93,113); }

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