#A15775

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

Shades of Mauve Taupe #A15775

Tints of Mauve Taupe #A15775

Color information

#A15775 (or 0xA15775) is unknown color: approx Mauve Taupe. HEX triplet: A1, 57 and 75. RGB value is (161,87,117). Sum of RGB (Red+Green+Blue) = 161+87+117=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A15775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15775 is #5EA88A. Grayscale: #707070. Windows color (decimal): -6203531 or 7690145. OLE color: 7690145.

HSL color Cylindrical-coordinate representation of color #A15775: hue angle of 335.68º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A15775 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB16187117-
CMYK00.460.270.37
HSL335.68º29.84%48.63%-
HSV(B)335.68º45.96%63.14%-
XYZ21.3215.6818.73-
YUV112.55130.52162.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 87 (34.38% from 255) = 23.84%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=44.11%
G=23.84%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618711700.460.270.37335.6829.8448.63
HexA1577502E1B251501e31
Octal24112716505633455203661
Binary101000011010111111010101011101101110010110101000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15775; }

 p { color: rgb(161,87,117); }

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

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

 a { background-color: rgb(161,87,117); }

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

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

 span { border-color: rgb(161,87,117); }

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