COLOR #E3A5A2

HEX: #E3A5A2 RGB: (227,165,162)

Color info

#E3A5A2 contains mainly red color. Web safe color of #E3A5A2 is #CC9999 (or #C99).

RGB color model

#E3A5A2 color RGB value is (227,165,162).

RGB: (227,165,162) (89%, 65%, 64%)

RGB channels and saturation

R 227 of 255 = 89%
G 165 of 255 = 65%
B 162 of 255 = 64%

227
165
162

R + G + B ~ 73%. #E3A5A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 165 + 162 = 554 (100%)
R 227 of 554 ~ 40.97%
G 165 of 554 ~ 29.78%
B 162 of 554 ~ 29.24'%

%40.97
%29.78
%29.24

CMYK color model

#E3A5A2 color CMYK value is (0,27,29,11).

  • cyan value is 0.00%
  • magenta value is 27.31%
  • yellow value is 28.63%
  • key color value is 10.98%

CMYK: (0,27,29,11)
C0M27Y29K11 (0%, 27%, 29%, 11%)
(0.00 / 0.27 / 0.29 / 0.11)

CMYK percentages

%0
%27.31
%28.63
%10.98

Codes

Color #E3A5A2 in popluar color models

E3 A5 A2
RGB 227 165 162
HSL 53.72% 76.27%
HSB/HSV 28.63% 89.02%
CMYK 0.00% 27.31% 28.63%
10.98%

Color #E3A5A2 in popluar number systems.

HEX E3 A5 A2
Decimal 227 165 162
Binary 11100011 10100101 10100010
Octal 343 245 242

Shades and tints

Shades of #E3A5A2

#E3A5A2
(227,165,162)
#CF9694
(207,150,148)
#BB8786
(187,135,134)
#A77878
(167,120,120)
#93696A
(147,105,106)
#7F5A5C
(127,90,92)
#6B4B4E
(107,75,78)
#573C40
(87,60,64)
#432D32
(67,45,50)
#2F1E24
(47,30,36)
#1B0F16
(27,15,22)
#000000
(0,0,0)

Tints of #E3A5A2

#E3A5A2
(227,165,162)
#E5ADAA
(229,173,170)
#E7B5B2
(231,181,178)
#E9BDBA
(233,189,186)
#EBC5C2
(235,197,194)
#EDCDCA
(237,205,202)
#EFD5D2
(239,213,210)
#F1DDDA
(241,221,218)
#F3E5E2
(243,229,226)
#F5EDEA
(245,237,234)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A5A2 color. Also use rgb(227,165,162) instead hex code.

Text Font Color

.myTextColor { color: #E3A5A2; }

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

This text font color is #E3A5A2.

Background Color

.myBgColor { background-color: #E3A5A2; }

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

This div background color is #E3A5A2.

Border color

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

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

This div border color is #E3A5A2.

Opacity

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

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

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

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

This text has shadow with #E3A5A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3A5A2.

Preview

Color preview on black background

This text has color #E3A5A2 on black background.


Color preview on white background

This text has color #E3A5A2 on white background.


Black color preview on #E3A5A2 background

This text has black color on #E3A5A2 background.


White color preview on #E3A5A2 background

This text has white color on #E3A5A2 background.


Related colors

Complementary color

Complementary color for #hex is #1C5A5D.


I love getcolorcode.com

Triadic colors

1 #A2E3A5 and #A5A2E3 with #E3A5A2 are triadic colors.

2 #A2A5E3 and #A5E3A2 with #E3A5A2 are triadic colors.