#A15B6E

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

Shades of Mauve Taupe #A15B6E

Tints of Mauve Taupe #A15B6E

Color information

#A15B6E (or 0xA15B6E) is unknown color: approx Mauve Taupe. HEX triplet: A1, 5B and 6E. RGB value is (161,91,110). Sum of RGB (Red+Green+Blue) = 161+91+110=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15B6E is #5EA491. Grayscale: #727272. Windows color (decimal): -6202514 or 7232417. OLE color: 7232417.

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

Color convert

RGB16191110-
CMYK00.430.320.37
HSL343.71º27.78%49.41%-
HSV(B)343.71º43.48%63.14%-
XYZ21.2516.1916.76-
YUV114.1125.69161.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.48%
GREEN value IS 91 (35.94% from 255) = 25.14%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=44.48%
G=25.14%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619111000.430.320.37343.7127.7849.41
HexA15B6E02B20251581c31
Octal24113315605340455303461
Binary1010000110110111101110010101110000010010110101100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15B6E; }

 p { color: rgb(161,91,110); }

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

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

 a { background-color: rgb(161,91,110); }

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

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

 span { border-color: rgb(161,91,110); }

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