#A55E77

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

Shades of Mauve Taupe #A55E77

Tints of Mauve Taupe #A55E77

Color information

#A55E77 (or 0xA55E77) is unknown color: approx Mauve Taupe. HEX triplet: A5, 5E and 77. RGB value is (165,94,119). Sum of RGB (Red+Green+Blue) = 165+94+119=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E77 is #5AA188. Grayscale: #767676. Windows color (decimal): -5939593 or 7823013. OLE color: 7823013.

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

Color convert

RGB16594119-
CMYK00.430.280.35
HSL338.87º28.29%50.78%-
HSV(B)338.87º43.03%64.71%-
XYZ22.8517.3419.59-
YUV118.08128.52161.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 94 (37.11% from 255) = 24.87%
BLUE value IS 119 (46.88% from 255) = 31.48%
R=43.65%
G=24.87%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659411900.430.280.35338.8728.2950.78
HexA55E7702B1C231531c33
Octal24513616705334435233463
Binary101001011011110111011101010111110010001110101001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55E77; }

 p { color: rgb(165,94,119); }

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

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

 a { background-color: rgb(165,94,119); }

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

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

 span { border-color: rgb(165,94,119); }

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