#A15F72

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

Shades of Mauve Taupe #A15F72

Tints of Mauve Taupe #A15F72

Color information

#A15F72 (or 0xA15F72) is unknown color: approx Mauve Taupe. HEX triplet: A1, 5F and 72. RGB value is (161,95,114). Sum of RGB (Red+Green+Blue) = 161+95+114=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15F72 is #5EA08D. Grayscale: #747474. Windows color (decimal): -6201486 or 7495585. OLE color: 7495585.

HSL color Cylindrical-coordinate representation of color #A15F72: hue angle of 342.73º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A15F72 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16195114-
CMYK00.410.290.37
HSL342.73º25.98%50.2%-
HSV(B)342.73º40.99%63.14%-
XYZ21.8316.9818.05-
YUV116.9126.37159.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.51%
GREEN value IS 95 (37.5% from 255) = 25.68%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=43.51%
G=25.68%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619511400.410.290.37342.7325.9850.2
HexA15F720291D251571a32
Octal24113716205135455273262
Binary101000011011111111001001010011110110010110101011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15F72; }

 p { color: rgb(161,95,114); }

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

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

 a { background-color: rgb(161,95,114); }

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

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

 span { border-color: rgb(161,95,114); }

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