#a35b74

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

Shades of Mauve Taupe #A35B74

Tints of Mauve Taupe #A35B74

Color information

#A35B74 (or 0xA35B74) is unknown color: approx Mauve Taupe. HEX triplet: A3, 5B and 74. RGB value is (163,91,116). Sum of RGB (Red+Green+Blue) = 163+91+116=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35B74 is #5CA48B. Grayscale: #737373. Windows color (decimal): -6071436 or 7625635. OLE color: 7625635.

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

Color convert

RGB16391116-
CMYK00.440.290.36
HSL339.17º28.35%49.8%-
HSV(B)339.17º44.17%63.92%-
XYZ2216.5318.55-
YUV115.38128.35161.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.05%
GREEN value IS 91 (35.94% from 255) = 24.59%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=44.05%
G=24.59%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639111600.440.290.36339.1728.3549.8
HexA35B7402C1D241531c32
Octal24313316405435445233462
Binary101000111011011111010001011001110110010010101001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a35b74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a35b74; }

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

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

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

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

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

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

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

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