#A35D6B

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

Shades of Mauve Taupe #A35D6B

Tints of Mauve Taupe #A35D6B

Color information

#A35D6B (or 0xA35D6B) is unknown color: approx Mauve Taupe. HEX triplet: A3, 5D and 6B. RGB value is (163,93,107). Sum of RGB (Red+Green+Blue) = 163+93+107=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35D6B is #5CA294. Grayscale: #737373. Windows color (decimal): -6070933 or 7036323. OLE color: 7036323.

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

Color convert

RGB16393107-
CMYK00.430.340.36
HSL348º27.56%50.2%-
HSV(B)348º42.94%63.92%-
XYZ21.6716.6815.99-
YUV115.53123.19161.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 93 (36.72% from 255) = 25.62%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=44.90%
G=25.62%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639310700.430.340.3634827.5650.2
HexA35D6B02B222415c1c32
Octal24313515305342445343462
Binary1010001110111011101011010101110001010010010101110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D6B; }

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

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

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

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

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

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

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

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