#A36178

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

Shades of Mauve Taupe #A36178

Tints of Mauve Taupe #A36178

Color information

#A36178 (or 0xA36178) is unknown color: approx Mauve Taupe. HEX triplet: A3, 61 and 78. RGB value is (163,97,120). Sum of RGB (Red+Green+Blue) = 163+97+120=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A36178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36178 is #5C9E87. Grayscale: #777777. Windows color (decimal): -6069896 or 7889315. OLE color: 7889315.

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

Color convert

RGB16397120-
CMYK00.400.260.36
HSL339.09º26.4%50.98%-
HSV(B)339.09º40.49%63.92%-
XYZ22.7717.6919.98-
YUV119.36128.37159.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.89%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 120 (47.27% from 255) = 31.58%
R=42.89%
G=25.53%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639712000.400.260.36339.0926.450.98
HexA361780281A241531a33
Octal24314117005032445233263
Binary101000111100001111100001010001101010010010101001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36178; }

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

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

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

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

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

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

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

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