#A15A6F

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

Shades of Mauve Taupe #A15A6F

Tints of Mauve Taupe #A15A6F

Color information

#A15A6F (or 0xA15A6F) is unknown color: approx Mauve Taupe. HEX triplet: A1, 5A and 6F. RGB value is (161,90,111). Sum of RGB (Red+Green+Blue) = 161+90+111=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15A6F is #5EA590. Grayscale: #717171. Windows color (decimal): -6202769 or 7297697. OLE color: 7297697.

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

Color convert

RGB16190111-
CMYK00.440.310.37
HSL342.25º28.29%49.22%-
HSV(B)342.25º44.1%63.14%-
XYZ21.2216.0417.02-
YUV113.62126.52161.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.48%
GREEN value IS 90 (35.55% from 255) = 24.86%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=44.48%
G=24.86%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619011100.440.310.37342.2528.2949.22
HexA15A6F02C1F251561c31
Octal24113215705437455263461
Binary101000011011010110111101011001111110010110101011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15A6F; }

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

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

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

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

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

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

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

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