#A15774

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

Shades of Mauve Taupe #A15774

Tints of Mauve Taupe #A15774

Color information

#A15774 (or 0xA15774) is unknown color: approx Mauve Taupe. HEX triplet: A1, 57 and 74. RGB value is (161,87,116). Sum of RGB (Red+Green+Blue) = 161+87+116=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A15774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15774 is #5EA88B. Grayscale: #707070. Windows color (decimal): -6203532 or 7624609. OLE color: 7624609.

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

Color convert

RGB16187116-
CMYK00.460.280.37
HSL336.49º29.84%48.63%-
HSV(B)336.49º45.96%63.14%-
XYZ21.2615.6518.42-
YUV112.43130.02162.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.23%
GREEN value IS 87 (34.38% from 255) = 23.90%
BLUE value IS 116 (45.70% from 255) = 31.87%
R=44.23%
G=23.90%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618711600.460.280.37336.4929.8448.63
HexA1577402E1C251501e31
Octal24112716405634455203661
Binary101000011010111111010001011101110010010110101000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15774; }

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

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

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

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

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

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

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

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