#A46178

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

Shades of Mauve Taupe #A46178

Tints of Mauve Taupe #A46178

Color information

#A46178 (or 0xA46178) is unknown color: approx Mauve Taupe. HEX triplet: A4, 61 and 78. RGB value is (164,97,120). Sum of RGB (Red+Green+Blue) = 164+97+120=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A46178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46178 is #5B9E87. Grayscale: #777777. Windows color (decimal): -6004360 or 7889316. OLE color: 7889316.

HSL color Cylindrical-coordinate representation of color #A46178: hue angle of 339.4º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46178 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16497120-
CMYK00.410.270.36
HSL339.4º26.91%51.18%-
HSV(B)339.4º40.85%64.31%-
XYZ22.9717.819.99-
YUV119.66128.2159.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 120 (47.27% from 255) = 31.50%
R=43.04%
G=25.46%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649712000.410.270.36339.426.9151.18
HexA461780291B241531b33
Octal24414117005133445233363
Binary101001001100001111100001010011101110010010101001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46178; }

 p { color: rgb(164,97,120); }

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

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

 a { background-color: rgb(164,97,120); }

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

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

 span { border-color: rgb(164,97,120); }

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