#A35B76

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

Shades of Mauve Taupe #A35B76

Tints of Mauve Taupe #A35B76

Color information

#A35B76 (or 0xA35B76) is unknown color: approx Mauve Taupe. HEX triplet: A3, 5B and 76. RGB value is (163,91,118). Sum of RGB (Red+Green+Blue) = 163+91+118=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35B76 is #5CA489. Grayscale: #737373. Windows color (decimal): -6071434 or 7756707. OLE color: 7756707.

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

Color convert

RGB16391118-
CMYK00.440.280.36
HSL337.5º28.35%49.8%-
HSV(B)337.5º44.17%63.92%-
XYZ22.1216.5819.17-
YUV115.61129.35161.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.82%
GREEN value IS 91 (35.94% from 255) = 24.46%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=43.82%
G=24.46%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639111800.440.280.36337.528.3549.8
HexA35B7602C1C241521c32
Octal24313316605434445223462
Binary101000111011011111011001011001110010010010101001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B76; }

 p { color: rgb(163,91,118); }

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

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

 a { background-color: rgb(163,91,118); }

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

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

 span { border-color: rgb(163,91,118); }

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