#A35B6F

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

Shades of Mauve Taupe #A35B6F

Tints of Mauve Taupe #A35B6F

Color information

#A35B6F (or 0xA35B6F) is unknown color: approx Mauve Taupe. HEX triplet: A3, 5B and 6F. RGB value is (163,91,111). Sum of RGB (Red+Green+Blue) = 163+91+111=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35B6F is #5CA490. Grayscale: #727272. Windows color (decimal): -6071441 or 7297955. OLE color: 7297955.

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

Color convert

RGB16391111-
CMYK00.440.320.36
HSL343.33º28.35%49.8%-
HSV(B)343.33º44.17%63.92%-
XYZ21.7116.4217.06-
YUV114.81125.85162.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.66%
GREEN value IS 91 (35.94% from 255) = 24.93%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=44.66%
G=24.93%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639111100.440.320.36343.3328.3549.8
HexA35B6F02C20241571c32
Octal24313315705440445273462
Binary1010001110110111101111010110010000010010010101011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B6F; }

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

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

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

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

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

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

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

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