#A55F75

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

Shades of Mauve Taupe #A55F75

Tints of Mauve Taupe #A55F75

Color information

#A55F75 (or 0xA55F75) is unknown color: approx Mauve Taupe. HEX triplet: A5, 5F and 75. RGB value is (165,95,117). Sum of RGB (Red+Green+Blue) = 165+95+117=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55F75 is #5AA08A. Grayscale: #767676. Windows color (decimal): -5939339 or 7692197. OLE color: 7692197.

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

Color convert

RGB16595117-
CMYK00.420.290.35
HSL341.14º28%50.98%-
HSV(B)341.14º42.42%64.71%-
XYZ22.8217.4719-
YUV118.44127.19161.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 95 (37.5% from 255) = 25.20%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=43.77%
G=25.20%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659511700.420.290.35341.142850.98
HexA55F7502A1D231551c33
Octal24513716505235435253463
Binary101001011011111111010101010101110110001110101010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F75; }

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

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

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

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

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

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

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

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