#A15675

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

Shades of Mauve Taupe #A15675

Tints of Mauve Taupe #A15675

Color information

#A15675 (or 0xA15675) is unknown color: approx Mauve Taupe. HEX triplet: A1, 56 and 75. RGB value is (161,86,117). Sum of RGB (Red+Green+Blue) = 161+86+117=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A15675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15675 is #5EA98A. Grayscale: #6F6F6F. Windows color (decimal): -6203787 or 7689889. OLE color: 7689889.

HSL color Cylindrical-coordinate representation of color #A15675: hue angle of 335.2º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15675 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB16186117-
CMYK00.470.270.37
HSL335.2º30.36%48.43%-
HSV(B)335.2º46.58%63.14%-
XYZ21.2415.5218.71-
YUV111.96130.85162.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.23%
GREEN value IS 86 (33.98% from 255) = 23.63%
BLUE value IS 117 (46.09% from 255) = 32.14%
R=44.23%
G=23.63%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618611700.470.270.37335.230.3648.43
HexA1567502F1B2514f1e30
Octal24112616505733455173660
Binary101000011010110111010101011111101110010110100111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15675; }

 p { color: rgb(161,86,117); }

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

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

 a { background-color: rgb(161,86,117); }

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

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

 span { border-color: rgb(161,86,117); }

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