#A15773

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

Shades of Mauve Taupe #A15773

Tints of Mauve Taupe #A15773

Color information

#A15773 (or 0xA15773) is unknown color: approx Mauve Taupe. HEX triplet: A1, 57 and 73. RGB value is (161,87,115). Sum of RGB (Red+Green+Blue) = 161+87+115=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A15773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15773 is #5EA88C. Grayscale: #707070. Windows color (decimal): -6203533 or 7559073. OLE color: 7559073.

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

Color convert

RGB16187115-
CMYK00.460.290.37
HSL337.3º29.84%48.63%-
HSV(B)337.3º45.96%63.14%-
XYZ21.215.6318.12-
YUV112.32129.52162.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 87 (34.38% from 255) = 23.97%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=44.35%
G=23.97%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618711500.460.290.37337.329.8448.63
HexA1577302E1D251511e31
Octal24112716305635455213661
Binary101000011010111111001101011101110110010110101000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15773; }

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

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

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

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

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

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

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

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