COLOR #A57E76

HEX: #A57E76
RGB: (165,126,118)

Color info

#A57E76 contains red, green and blue colors in about the same proportion. Web safe color of #A57E76 is #996666 (or #966).

RGB color model

#A57E76 color RGB value is (165,126,118).

  • red value is 165;
  • green value is 126;
  • blue value is 118.
RGB:
(165,126,118)
(65%,49%,46%)

RGB channels and saturation

R 165 of 255 = 65%
G 126 of 255 = 49%
B 118 of 255 = 46%

165
126
118

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

Portions of RGB colors in percentages

R + G + B =
165 + 126 + 118 = 409 (100%)
R 165 of 409 ~ 40.34%
G 126 of 409 ~ 30.81%
B 118 of 409 ~ 28.85%

%40.34
%30.81
%28.85

CMYK color model

#A57E76 color CMYK value is (0,24,28,35).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 28.48%
  • key color value is 35.29%
CMYK:
(0,24,28,35)
C0M24Y28K35 
(0%,24%,28%,35%)
(0.00/0.24/0.28/0.35)	

CMYK percentages

%0
%23.64
%28.48
%35.29

Codes

Color #A57E76 in popluar color models

A57E76
RGB165126118
HSL10°20.70%55.49%
HSB/HSV10°28.48%64.71%
CMYK0.00%23.64%28.48%
35.29%

Color #A57E76 in popluar number systems.

HEXA57E76
Decimal165126118
Binary1010010111111101110110
Octal245176166

Shades and tints

Shades of #A57E76

#A57E76
(165,126,118)
#96736C
(150,115,108)
#876862
(135,104,98)
#785D58
(120,93,88)
#69524E
(105,82,78)
#5A4744
(90,71,68)
#4B3C3A
(75,60,58)
#3C3130
(60,49,48)
#2D2626
(45,38,38)
#1E1B1C
(30,27,28)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #A57E76

#A57E76
(165,126,118)
#AD8982
(173,137,130)
#B5948E
(181,148,142)
#BD9F9A
(189,159,154)
#C5AAA6
(197,170,166)
#CDB5B2
(205,181,178)
#D5C0BE
(213,192,190)
#DDCBCA
(221,203,202)
#E5D6D6
(229,214,214)
#EDE1E2
(237,225,226)
#F5ECEE
(245,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57E76 color. Also use rgb(165,126,118) instead hex code.

Text Font Color

.myTextColor { color: #A57E76; }

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

This text font color is #A57E76.


Background Color

.myBgColor { background-color: #A57E76; }

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

This div background color is #A57E76.


Border color

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

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

This div border color is #A57E76.


Opacity

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

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

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

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

This text has shadow with #A57E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57E76 on black background.


Color preview on white background

This text has color #A57E76 on white background.



Black color preview on #A57E76 background

This text has black color on #A57E76 background.


White color preview on #A57E76 background

This text has white color on #A57E76 background.