#A15A6E

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

Shades of Mauve Taupe #A15A6E

Tints of Mauve Taupe #A15A6E

Color information

#A15A6E (or 0xA15A6E) is unknown color: approx Mauve Taupe. HEX triplet: A1, 5A and 6E. RGB value is (161,90,110). Sum of RGB (Red+Green+Blue) = 161+90+110=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15A6E is #5EA591. Grayscale: #717171. Windows color (decimal): -6202770 or 7232161. OLE color: 7232161.

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

Color convert

RGB16190110-
CMYK00.440.320.37
HSL343.1º28.29%49.22%-
HSV(B)343.1º44.1%63.14%-
XYZ21.1716.0216.73-
YUV113.51126.02161.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=44.60%
G=24.93%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619011000.440.320.37343.128.2949.22
HexA15A6E02C20251571c31
Octal24113215605440455273461
Binary1010000110110101101110010110010000010010110101011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15A6E; }

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

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

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

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

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

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

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

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