COLOR #A35E73

HEX: #A35E73 RGB: (163,94,115)

Color info

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

RGB color model

#A35E73 color RGB value is (163,94,115).

RGB: (163,94,115) (64%, 37%, 45%)

RGB channels and saturation

R 163 of 255 = 64%
G 94 of 255 = 37%
B 115 of 255 = 45%

163
94
115

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

Portions of RGB colors in percentages

R + G + B = 163 + 94 + 115 = 372 (100%)
R 163 of 372 ~ 43.82%
G 94 of 372 ~ 25.27%
B 115 of 372 ~ 30.91'%

%43.82
%25.27
%30.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.33%
  • yellow value is 29.45%
  • 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
%42.33
%29.45
%36.08

Codes

Color #A35E73 in popluar color models

A3 5E 73
RGB 163 94 115
HSL 342° 27.27% 50.39%
HSB/HSV 342° 42.33% 63.92%
CMYK 0.00% 42.33% 29.45%
36.08%

Color #A35E73 in popluar number systems.

HEX A3 5E 73
Decimal 163 94 115
Binary 10100011 1011110 1110011
Octal 243 136 163

Shades and tints

Shades of #A35E73

#A35E73
(163,94,115)
#955669
(149,86,105)
#874E5F
(135,78,95)
#794655
(121,70,85)
#6B3E4B
(107,62,75)
#5D3641
(93,54,65)
#4F2E37
(79,46,55)
#41262D
(65,38,45)
#331E23
(51,30,35)
#251619
(37,22,25)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #A35E73

#A35E73
(163,94,115)
#AB6C7F
(171,108,127)
#B37A8B
(179,122,139)
#BB8897
(187,136,151)
#C396A3
(195,150,163)
#CBA4AF
(203,164,175)
#D3B2BB
(211,178,187)
#DBC0C7
(219,192,199)
#E3CED3
(227,206,211)
#EBDCDF
(235,220,223)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35E73 color. Also use rgb(163,94,115) instead hex code.

Text Font Color

.myTextColor { color: #A35E73; }

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

This text font color is #A35E73.

Background Color

.myBgColor { background-color: #A35E73; }

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

This div background color is #A35E73.

Border color

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

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

This div border color is #A35E73.

Opacity

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

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

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

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

This text has shadow with #A35E73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A35E73.

Preview

Color preview on black background

This text has color #A35E73 on black background.


Color preview on white background

This text has color #A35E73 on white background.


Black color preview on #A35E73 background

This text has black color on #A35E73 background.


White color preview on #A35E73 background

This text has white color on #A35E73 background.


Related colors

Complementary color

Complementary color for #hex is #5CA18C.


I love getcolorcode.com

Triadic colors

1 #73A35E and #5E73A3 with #A35E73 are triadic colors.

2 #735EA3 and #5EA373 with #A35E73 are triadic colors.