COLOR #A57E65

HEX: #A57E65
RGB: (165,126,101)

Color info

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

RGB color model

#A57E65 color RGB value is (165,126,101).

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

RGB channels and saturation

R 165 of 255 = 65%
G 126 of 255 = 49%
B 101 of 255 = 40%

165
126
101

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

Portions of RGB colors in percentages

R + G + B =
165 + 126 + 101 = 392 (100%)
R 165 of 392 ~ 42.09%
G 126 of 392 ~ 32.14%
B 101 of 392 ~ 25.77%

%42.09
%32.14
%25.77

CMYK color model

#A57E65 color CMYK value is (0,24,39,35).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 38.79%
  • key color value is 35.29%
CMYK:
(0,24,39,35)
C0M24Y39K35 
(0%,24%,39%,35%)
(0.00/0.24/0.39/0.35)	

CMYK percentages

%0
%23.64
%38.79
%35.29

Codes

Color #A57E65 in popluar color models

A57E65
RGB165126101
HSL23°26.23%52.16%
HSB/HSV23°38.79%64.71%
CMYK0.00%23.64%38.79%
35.29%

Color #A57E65 in popluar number systems.

HEXA57E65
Decimal165126101
Binary1010010111111101100101
Octal245176145

Shades and tints

Shades of #A57E65

#A57E65
(165,126,101)
#96735C
(150,115,92)
#876853
(135,104,83)
#785D4A
(120,93,74)
#695241
(105,82,65)
#5A4738
(90,71,56)
#4B3C2F
(75,60,47)
#3C3126
(60,49,38)
#2D261D
(45,38,29)
#1E1B14
(30,27,20)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #A57E65

#A57E65
(165,126,101)
#AD8973
(173,137,115)
#B59481
(181,148,129)
#BD9F8F
(189,159,143)
#C5AA9D
(197,170,157)
#CDB5AB
(205,181,171)
#D5C0B9
(213,192,185)
#DDCBC7
(221,203,199)
#E5D6D5
(229,214,213)
#EDE1E3
(237,225,227)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57E65; }

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

This text font color is #A57E65.


Background Color

.myBgColor { background-color: #A57E65; }

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

This div background color is #A57E65.


Border color

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

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

This div border color is #A57E65.


Opacity

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

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

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

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

This text has shadow with #A57E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57E65 on black background.


Color preview on white background

This text has color #A57E65 on white background.



Black color preview on #A57E65 background

This text has black color on #A57E65 background.


White color preview on #A57E65 background

This text has white color on #A57E65 background.