#A15674

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

Shades of Mauve Taupe #A15674

Tints of Mauve Taupe #A15674

Color information

#A15674 (or 0xA15674) is unknown color: approx Mauve Taupe. HEX triplet: A1, 56 and 74. RGB value is (161,86,116). Sum of RGB (Red+Green+Blue) = 161+86+116=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A15674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15674 is #5EA98B. Grayscale: #6F6F6F. Windows color (decimal): -6203788 or 7624353. OLE color: 7624353.

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

Color convert

RGB16186116-
CMYK00.470.280.37
HSL336º30.36%48.43%-
HSV(B)336º46.58%63.14%-
XYZ21.1815.4918.4-
YUV111.84130.35163.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 116 (45.70% from 255) = 31.96%
R=44.35%
G=23.69%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618611600.470.280.3733630.3648.43
HexA1567402F1C251501e30
Octal24112616405734455203660
Binary101000011010110111010001011111110010010110101000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15674; }

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

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

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

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

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

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

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

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