#A55C75

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

Shades of Mauve Taupe #A55C75

Tints of Mauve Taupe #A55C75

Color information

#A55C75 (or 0xA55C75) is unknown color: approx Mauve Taupe. HEX triplet: A5, 5C and 75. RGB value is (165,92,117). Sum of RGB (Red+Green+Blue) = 165+92+117=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55C75 is #5AA38A. Grayscale: #747474. Windows color (decimal): -5940107 or 7691429. OLE color: 7691429.

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

Color convert

RGB16592117-
CMYK00.440.290.35
HSL339.45º28.85%50.39%-
HSV(B)339.45º44.24%64.71%-
XYZ22.5616.9418.91-
YUV116.68128.18162.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.12%
GREEN value IS 92 (36.33% from 255) = 24.60%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=44.12%
G=24.60%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659211700.440.290.35339.4528.8550.39
HexA55C7502C1D231531d32
Octal24513416505435435233562
Binary101001011011100111010101011001110110001110101001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C75; }

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

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

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

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

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

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

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

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