#A35E6D

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

Shades of Mauve Taupe #A35E6D

Tints of Mauve Taupe #A35E6D

Color information

#A35E6D (or 0xA35E6D) is unknown color: approx Mauve Taupe. HEX triplet: A3, 5E and 6D. RGB value is (163,94,109). Sum of RGB (Red+Green+Blue) = 163+94+109=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35E6D is #5CA192. Grayscale: #747474. Windows color (decimal): -6070675 or 7167651. OLE color: 7167651.

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

Color convert

RGB16394109-
CMYK00.420.330.36
HSL346.96º27.27%50.39%-
HSV(B)346.96º42.33%63.92%-
XYZ21.8716.916.58-
YUV116.34123.86161.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.54%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 109 (42.97% from 255) = 29.78%
R=44.54%
G=25.68%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639410900.420.330.36346.9627.2750.39
HexA35E6D02A212415b1b32
Octal24313615505241445333362
Binary1010001110111101101101010101010000110010010101101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35E6D; }

 p { color: rgb(163,94,109); }

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

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

 a { background-color: rgb(163,94,109); }

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

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

 span { border-color: rgb(163,94,109); }

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