#A55B74

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

Shades of Mauve Taupe #A55B74

Tints of Mauve Taupe #A55B74

Color information

#A55B74 (or 0xA55B74) is unknown color: approx Mauve Taupe. HEX triplet: A5, 5B and 74. RGB value is (165,91,116). Sum of RGB (Red+Green+Blue) = 165+91+116=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55B74 is #5AA48B. Grayscale: #737373. Windows color (decimal): -5940364 or 7625637. OLE color: 7625637.

HSL color Cylindrical-coordinate representation of color #A55B74: hue angle of 339.73º 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 #A55B74 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB16591116-
CMYK00.450.300.35
HSL339.73º29.13%50.2%-
HSV(B)339.73º44.85%64.71%-
XYZ22.4116.7418.57-
YUV115.98128.02162.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 91 (35.94% from 255) = 24.46%
BLUE value IS 116 (45.70% from 255) = 31.18%
R=44.35%
G=24.46%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659111600.450.300.35339.7329.1350.2
HexA55B7402D1E231541d32
Octal24513316405536435243562
Binary101001011011011111010001011011111010001110101010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B74; }

 p { color: rgb(165,91,116); }

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

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

 a { background-color: rgb(165,91,116); }

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

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

 span { border-color: rgb(165,91,116); }

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