#A15F6D

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

Shades of Mauve Taupe #A15F6D

Tints of Mauve Taupe #A15F6D

Color information

#A15F6D (or 0xA15F6D) is unknown color: approx Mauve Taupe. HEX triplet: A1, 5F and 6D. RGB value is (161,95,109). Sum of RGB (Red+Green+Blue) = 161+95+109=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15F6D is #5EA092. Grayscale: #747474. Windows color (decimal): -6201491 or 7167905. OLE color: 7167905.

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

Color convert

RGB16195109-
CMYK00.410.320.37
HSL347.27º25.98%50.2%-
HSV(B)347.27º40.99%63.14%-
XYZ21.5516.8716.59-
YUV116.33123.87159.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 109 (42.97% from 255) = 29.86%
R=44.11%
G=26.03%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619510900.410.320.37347.2725.9850.2
HexA15F6D029202515b1a32
Octal24113715505140455333262
Binary1010000110111111101101010100110000010010110101101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15F6D; }

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

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

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

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

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

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

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

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