#A35D72

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

Shades of Mauve Taupe #A35D72

Tints of Mauve Taupe #A35D72

Color information

#A35D72 (or 0xA35D72) is unknown color: approx Mauve Taupe. HEX triplet: A3, 5D and 72. RGB value is (163,93,114). Sum of RGB (Red+Green+Blue) = 163+93+114=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35D72 is #5CA28D. Grayscale: #747474. Windows color (decimal): -6070926 or 7495075. OLE color: 7495075.

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

Color convert

RGB16393114-
CMYK00.430.300.36
HSL342º27.56%50.2%-
HSV(B)342º42.94%63.92%-
XYZ22.0616.8318.01-
YUV116.32126.69161.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.05%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=44.05%
G=25.14%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639311400.430.300.3634227.5650.2
HexA35D7202B1E241561c32
Octal24313516205336445263462
Binary101000111011101111001001010111111010010010101011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D72; }

 p { color: rgb(163,93,114); }

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

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

 a { background-color: rgb(163,93,114); }

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

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

 span { border-color: rgb(163,93,114); }

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