COLOR #A57E6A

HEX: #A57E6A
RGB: (165,126,106)

Color info

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

RGB color model

#A57E6A color RGB value is (165,126,106).

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

RGB channels and saturation

R 165 of 255 = 65%
G 126 of 255 = 49%
B 106 of 255 = 42%

165
126
106

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

Portions of RGB colors in percentages

R + G + B =
165 + 126 + 106 = 397 (100%)
R 165 of 397 ~ 41.56%
G 126 of 397 ~ 31.74%
B 106 of 397 ~ 26.7%

%41.56
%31.74
%26.7

CMYK color model

#A57E6A color CMYK value is (0,24,36,35).

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 35.76%
  • key color value is 35.29%
CMYK:
(0,24,36,35)
C0M24Y36K35 
(0%,24%,36%,35%)
(0.00/0.24/0.36/0.35)	

CMYK percentages

%0
%23.64
%35.76
%35.29

Codes

Color #A57E6A in popluar color models

A57E6A
RGB165126106
HSL20°24.69%53.14%
HSB/HSV20°35.76%64.71%
CMYK0.00%23.64%35.76%
35.29%

Color #A57E6A in popluar number systems.

HEXA57E6A
Decimal165126106
Binary1010010111111101101010
Octal245176152

Shades and tints

Shades of #A57E6A

#A57E6A
(165,126,106)
#967361
(150,115,97)
#876858
(135,104,88)
#785D4F
(120,93,79)
#695246
(105,82,70)
#5A473D
(90,71,61)
#4B3C34
(75,60,52)
#3C312B
(60,49,43)
#2D2622
(45,38,34)
#1E1B19
(30,27,25)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #A57E6A

#A57E6A
(165,126,106)
#AD8977
(173,137,119)
#B59484
(181,148,132)
#BD9F91
(189,159,145)
#C5AA9E
(197,170,158)
#CDB5AB
(205,181,171)
#D5C0B8
(213,192,184)
#DDCBC5
(221,203,197)
#E5D6D2
(229,214,210)
#EDE1DF
(237,225,223)
#F5ECEC
(245,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57E6A; }

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

This text font color is #A57E6A.


Background Color

.myBgColor { background-color: #A57E6A; }

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

This div background color is #A57E6A.


Border color

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

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

This div border color is #A57E6A.


Opacity

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

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

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

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

This text has shadow with #A57E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57E6A on black background.


Color preview on white background

This text has color #A57E6A on white background.



Black color preview on #A57E6A background

This text has black color on #A57E6A background.


White color preview on #A57E6A background

This text has white color on #A57E6A background.