#A55970

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

Shades of Mauve Taupe #A55970

Tints of Mauve Taupe #A55970

Color information

#A55970 (or 0xA55970) is unknown color: approx Mauve Taupe. HEX triplet: A5, 59 and 70. RGB value is (165,89,112). Sum of RGB (Red+Green+Blue) = 165+89+112=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A55970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55970 is #5AA68F. Grayscale: #727272. Windows color (decimal): -5940880 or 7362981. OLE color: 7362981.

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

Color convert

RGB16589112-
CMYK00.460.320.35
HSL341.84º29.92%49.8%-
HSV(B)341.84º46.06%64.71%-
XYZ22.0116.3117.32-
YUV114.35126.68164.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 89 (35.16% from 255) = 24.32%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=45.08%
G=24.32%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658911200.460.320.35341.8429.9249.8
HexA5597002E20231561e32
Octal24513116005640435263662
Binary1010010110110011110000010111010000010001110101011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55970; }

 p { color: rgb(165,89,112); }

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

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

 a { background-color: rgb(165,89,112); }

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

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

 span { border-color: rgb(165,89,112); }

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