COLOR #A35C64

HEX: #A35C64
RGB: (163,92,100)

Color info

#A35C64 contains mainly red color. Web safe color of #A35C64 is #996666 (or #966).

RGB color model

#A35C64 color RGB value is (163,92,100).

  • red value is 163;
  • green value is 92;
  • blue value is 100.
RGB:
(163,92,100)
(64%,36%,39%)

RGB channels and saturation

R 163 of 255 = 64%
G 92 of 255 = 36%
B 100 of 255 = 39%

163
92
100

R + G + B ~ 46%. #A35C64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 92 + 100 = 355 (100%)
R 163 of 355 ~ 45.92%
G 92 of 355 ~ 25.92%
B 100 of 355 ~ 28.17%

%45.92
%25.92
%28.17

CMYK color model

#A35C64 color CMYK value is (0,44,39,36).

  • cyan value is 0.00%
  • magenta value is 43.56%
  • yellow value is 38.65%
  • key color value is 36.08%
CMYK:
(0,44,39,36)
C0M44Y39K36 
(0%,44%,39%,36%)
(0.00/0.44/0.39/0.36)	

CMYK percentages

%0
%43.56
%38.65
%36.08

Codes

Color #A35C64 in popluar color models

A35C64
RGB16392100
HSL353°27.84%50.00%
HSB/HSV353°43.56%63.92%
CMYK0.00%43.56%38.65%
36.08%

Color #A35C64 in popluar number systems.

HEXA35C64
Decimal16392100
Binary1010001110111001100100
Octal243134144

Shades and tints

Shades of #A35C64

#A35C64
(163,92,100)
#95545B
(149,84,91)
#874C52
(135,76,82)
#794449
(121,68,73)
#6B3C40
(107,60,64)
#5D3437
(93,52,55)
#4F2C2E
(79,44,46)
#412425
(65,36,37)
#331C1C
(51,28,28)
#251413
(37,20,19)
#170C0A
(23,12,10)
#000000
(0,0,0)

Tints of #A35C64

#A35C64
(163,92,100)
#AB6A72
(171,106,114)
#B37880
(179,120,128)
#BB868E
(187,134,142)
#C3949C
(195,148,156)
#CBA2AA
(203,162,170)
#D3B0B8
(211,176,184)
#DBBEC6
(219,190,198)
#E3CCD4
(227,204,212)
#EBDAE2
(235,218,226)
#F3E8F0
(243,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35C64 color. Also use rgb(163,92,100) instead hex code.

Text Font Color

.myTextColor { color: #A35C64; }

<p style="color:#A35C64">This sample text font color is #A35C64.</p>

This text font color is #A35C64.


Background Color

.myBgColor { background-color: #A35C64; }

<div style="background-color:#A35C64">Inner text</div>

This div background color is #A35C64.


Border color

.myBorderColor { border: 1px solid #A35C64; }

<div style="border:3px solid #A35C64">Div</div>

This div border color is #A35C64.


Opacity

.myOpacity80 { color: #A35C64; opacity: 0.8; }

<p style="color:#A35C64;opacity:0.8;">80%</p>

Text with #A35C64 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A35C64;}

<p style="text-shadow: 3px 3px 1px #A35C64">Text here.</p>

This text has shadow with #A35C64 color.

.textShadow {text-shadow: 3px 3px 1px #A35C64, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A35C64, 5px 5px 20px red">Text here.</p>

This text has shadow with #A35C64 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A35C64, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A35C64, Direction=45, Strength=4)">Text</p>

This text has shadow with #A35C64 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A35C64;
  -webkit-box-shadow:	1px 1px 3px 2px #A35C64;
  box-shadow:		1px 1px 3px 2px #A35C64;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A35C64;
-webkit-box-shadow: 1px 1px 3px 2px #A35C64;
box-shadow:1px 1px 3px 2px #A35C64;">
Div content here</div>
This div box has shadow with color #A35C64.

Preview

Color preview on black background

This text has color #A35C64 on black background.


Color preview on white background

This text has color #A35C64 on white background.



Black color preview on #A35C64 background

This text has black color on #A35C64 background.


White color preview on #A35C64 background

This text has white color on #A35C64 background.