#A35B6E

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

Shades of Mauve Taupe #A35B6E

Tints of Mauve Taupe #A35B6E

Color information

#A35B6E (or 0xA35B6E) is unknown color: approx Mauve Taupe. HEX triplet: A3, 5B and 6E. RGB value is (163,91,110). Sum of RGB (Red+Green+Blue) = 163+91+110=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35B6E is #5CA491. Grayscale: #727272. Windows color (decimal): -6071442 or 7232419. OLE color: 7232419.

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

Color convert

RGB16391110-
CMYK00.440.330.36
HSL344.17º28.35%49.8%-
HSV(B)344.17º44.17%63.92%-
XYZ21.6616.3916.77-
YUV114.69125.35162.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.78%
GREEN value IS 91 (35.94% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=44.78%
G=25%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639111000.440.330.36344.1728.3549.8
HexA35B6E02C21241581c32
Octal24313315605441445303462
Binary1010001110110111101110010110010000110010010101100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B6E; }

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

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

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

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

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

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

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

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