#A55C74

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

Shades of Mauve Taupe #A55C74

Tints of Mauve Taupe #A55C74

Color information

#A55C74 (or 0xA55C74) is unknown color: approx Mauve Taupe. HEX triplet: A5, 5C and 74. RGB value is (165,92,116). Sum of RGB (Red+Green+Blue) = 165+92+116=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55C74 is #5AA38B. Grayscale: #747474. Windows color (decimal): -5940108 or 7625893. OLE color: 7625893.

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

Color convert

RGB16592116-
CMYK00.440.300.35
HSL340.27º28.85%50.39%-
HSV(B)340.27º44.24%64.71%-
XYZ22.516.9118.6-
YUV116.56127.68162.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 92 (36.33% from 255) = 24.66%
BLUE value IS 116 (45.70% from 255) = 31.10%
R=44.24%
G=24.66%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659211600.440.300.35340.2728.8550.39
HexA55C7402C1E231541d32
Octal24513416405436435243562
Binary101001011011100111010001011001111010001110101010011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C74; }

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

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

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

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

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

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

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

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