#A36179

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

Shades of Mauve Taupe #A36179

Tints of Mauve Taupe #A36179

Color information

#A36179 (or 0xA36179) is unknown color: approx Mauve Taupe. HEX triplet: A3, 61 and 79. RGB value is (163,97,121). Sum of RGB (Red+Green+Blue) = 163+97+121=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A36179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36179 is #5C9E86. Grayscale: #777777. Windows color (decimal): -6069895 or 7954851. OLE color: 7954851.

HSL color Cylindrical-coordinate representation of color #A36179: hue angle of 338.18º 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 #A36179 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16397121-
CMYK00.400.260.36
HSL338.18º26.4%50.98%-
HSV(B)338.18º40.49%63.92%-
XYZ22.8317.7220.31-
YUV119.47128.87159.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.78%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 121 (47.66% from 255) = 31.76%
R=42.78%
G=25.46%
B=31.76%

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
Decimal1639712100.400.260.36338.1826.450.98
HexA361790281A241521a33
Octal24314117105032445223263
Binary101000111100001111100101010001101010010010101001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36179; }

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

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

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

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

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

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

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

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