COLOR #A57E69

HEX: #A57E69
RGB: (165,126,105)

Color info

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

RGB color model

#A57E69 color RGB value is (165,126,105).

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

RGB channels and saturation

R 165 of 255 = 65%
G 126 of 255 = 49%
B 105 of 255 = 41%

165
126
105

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

Portions of RGB colors in percentages

R + G + B =
165 + 126 + 105 = 396 (100%)
R 165 of 396 ~ 41.67%
G 126 of 396 ~ 31.82%
B 105 of 396 ~ 26.52%

%41.67
%31.82
%26.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.64%
  • yellow value is 36.36%
  • 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
%36.36
%35.29

Codes

Color #A57E69 in popluar color models

A57E69
RGB165126105
HSL21°25.00%52.94%
HSB/HSV21°36.36%64.71%
CMYK0.00%23.64%36.36%
35.29%

Color #A57E69 in popluar number systems.

HEXA57E69
Decimal165126105
Binary1010010111111101101001
Octal245176151

Shades and tints

Shades of #A57E69

#A57E69
(165,126,105)
#967360
(150,115,96)
#876857
(135,104,87)
#785D4E
(120,93,78)
#695245
(105,82,69)
#5A473C
(90,71,60)
#4B3C33
(75,60,51)
#3C312A
(60,49,42)
#2D2621
(45,38,33)
#1E1B18
(30,27,24)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #A57E69

#A57E69
(165,126,105)
#AD8976
(173,137,118)
#B59483
(181,148,131)
#BD9F90
(189,159,144)
#C5AA9D
(197,170,157)
#CDB5AA
(205,181,170)
#D5C0B7
(213,192,183)
#DDCBC4
(221,203,196)
#E5D6D1
(229,214,209)
#EDE1DE
(237,225,222)
#F5ECEB
(245,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57E69; }

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

This text font color is #A57E69.


Background Color

.myBgColor { background-color: #A57E69; }

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

This div background color is #A57E69.


Border color

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

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

This div border color is #A57E69.


Opacity

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

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

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

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

This text has shadow with #A57E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57E69 on black background.


Color preview on white background

This text has color #A57E69 on white background.



Black color preview on #A57E69 background

This text has black color on #A57E69 background.


White color preview on #A57E69 background

This text has white color on #A57E69 background.