#a35971

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

Shades of Mauve Taupe #A35971

Tints of Mauve Taupe #A35971

Color information

#A35971 (or 0xA35971) is unknown color: approx Mauve Taupe. HEX triplet: A3, 59 and 71. RGB value is (163,89,113). Sum of RGB (Red+Green+Blue) = 163+89+113=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A35971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35971 is #5CA68E. Grayscale: #717171. Windows color (decimal): -6071951 or 7428515. OLE color: 7428515.

HSL color Cylindrical-coordinate representation of color #A35971: hue angle of 340.54º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A35971 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16389113-
CMYK00.450.310.36
HSL340.54º29.37%49.41%-
HSV(B)340.54º45.4%63.92%-
XYZ21.6616.1217.59-
YUV113.86127.52163.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.66%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=44.66%
G=24.38%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638911300.450.310.36340.5429.3749.41
HexA3597102D1F241551d31
Octal24313116105537445253561
Binary101000111011001111000101011011111110010010101010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a35971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a35971; }

 p { color: rgb(163,89,113); }

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

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

 a { background-color: rgb(163,89,113); }

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

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

 span { border-color: rgb(163,89,113); }

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