#A55A70

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

Shades of Mauve Taupe #A55A70

Tints of Mauve Taupe #A55A70

Color information

#A55A70 (or 0xA55A70) is unknown color: approx Mauve Taupe. HEX triplet: A5, 5A and 70. RGB value is (165,90,112). Sum of RGB (Red+Green+Blue) = 165+90+112=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55A70 is #5AA58F. Grayscale: #727272. Windows color (decimal): -5940624 or 7363237. OLE color: 7363237.

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

Color convert

RGB16590112-
CMYK00.450.320.35
HSL342.4º29.41%50%-
HSV(B)342.4º45.45%64.71%-
XYZ22.116.4817.35-
YUV114.93126.35163.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=44.96%
G=24.52%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659011200.450.320.35342.429.4150
HexA55A7002D20231561d32
Octal24513216005540435263562
Binary1010010110110101110000010110110000010001110101011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55A70; }

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

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

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

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

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

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

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

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