COLOR #A35F74

HEX: #A35F74
RGB: (163,95,116)

Color info

#A35F74 contains mainly red and blue colors. Web safe color of #A35F74 is #996666 (or #966).

RGB color model

#A35F74 color RGB value is (163,95,116).

  • red value is 163;
  • green value is 95;
  • blue value is 116.
RGB:
(163,95,116)
(64%,37%,45%)

RGB channels and saturation

R 163 of 255 = 64%
G 95 of 255 = 37%
B 116 of 255 = 45%

163
95
116

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

Portions of RGB colors in percentages

R + G + B =
163 + 95 + 116 = 374 (100%)
R 163 of 374 ~ 43.58%
G 95 of 374 ~ 25.4%
B 116 of 374 ~ 31.02%

%43.58
%25.4
%31.02

CMYK color model

#A35F74 color CMYK value is (0,42,29,36).

  • cyan value is 0.00%
  • magenta value is 41.72%
  • yellow value is 28.83%
  • key color value is 36.08%
CMYK:
(0,42,29,36)
C0M42Y29K36 
(0%,42%,29%,36%)
(0.00/0.42/0.29/0.36)	

CMYK percentages

%0
%41.72
%28.83
%36.08

Codes

Color #A35F74 in popluar color models

A35F74
RGB16395116
HSL341°26.98%50.59%
HSB/HSV341°41.72%63.92%
CMYK0.00%41.72%28.83%
36.08%

Color #A35F74 in popluar number systems.

HEXA35F74
Decimal16395116
Binary1010001110111111110100
Octal243137164

Shades and tints

Shades of #A35F74

#A35F74
(163,95,116)
#95576A
(149,87,106)
#874F60
(135,79,96)
#794756
(121,71,86)
#6B3F4C
(107,63,76)
#5D3742
(93,55,66)
#4F2F38
(79,47,56)
#41272E
(65,39,46)
#331F24
(51,31,36)
#25171A
(37,23,26)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #A35F74

#A35F74
(163,95,116)
#AB6D80
(171,109,128)
#B37B8C
(179,123,140)
#BB8998
(187,137,152)
#C397A4
(195,151,164)
#CBA5B0
(203,165,176)
#D3B3BC
(211,179,188)
#DBC1C8
(219,193,200)
#E3CFD4
(227,207,212)
#EBDDE0
(235,221,224)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35F74 color. Also use rgb(163,95,116) instead hex code.

Text Font Color

.myTextColor { color: #A35F74; }

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

This text font color is #A35F74.


Background Color

.myBgColor { background-color: #A35F74; }

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

This div background color is #A35F74.


Border color

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

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

This div border color is #A35F74.


Opacity

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

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

Text with #A35F74 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 #A35F74;}

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

This text has shadow with #A35F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35F74 on black background.


Color preview on white background

This text has color #A35F74 on white background.



Black color preview on #A35F74 background

This text has black color on #A35F74 background.


White color preview on #A35F74 background

This text has white color on #A35F74 background.