#A35970

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

Shades of Mauve Taupe #A35970

Tints of Mauve Taupe #A35970

Color information

#A35970 (or 0xA35970) is unknown color: approx Mauve Taupe. HEX triplet: A3, 59 and 70. RGB value is (163,89,112). Sum of RGB (Red+Green+Blue) = 163+89+112=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A35970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35970 is #5CA68F. Grayscale: #717171. Windows color (decimal): -6071952 or 7362979. OLE color: 7362979.

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

Color convert

RGB16389112-
CMYK00.450.310.36
HSL341.35º29.37%49.41%-
HSV(B)341.35º45.4%63.92%-
XYZ21.616.117.3-
YUV113.75127.02163.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.78%
GREEN value IS 89 (35.16% from 255) = 24.45%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=44.78%
G=24.45%
B=30.77%

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
Decimal1638911200.450.310.36341.3529.3749.41
HexA3597002D1F241551d31
Octal24313116005537445253561
Binary101000111011001111000001011011111110010010101010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35970; }

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

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

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

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

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

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

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

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