COLOR #A57A69

HEX: #A57A69
RGB: (165,122,105)

Color info

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

RGB color model

#A57A69 color RGB value is (165,122,105).

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

RGB channels and saturation

R 165 of 255 = 65%
G 122 of 255 = 48%
B 105 of 255 = 41%

165
122
105

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

Portions of RGB colors in percentages

R + G + B =
165 + 122 + 105 = 392 (100%)
R 165 of 392 ~ 42.09%
G 122 of 392 ~ 31.12%
B 105 of 392 ~ 26.79%

%42.09
%31.12
%26.79

CMYK color model

#A57A69 color CMYK value is (0,26,36,35).

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 36.36%
  • key color value is 35.29%
CMYK:
(0,26,36,35)
C0M26Y36K35 
(0%,26%,36%,35%)
(0.00/0.26/0.36/0.35)	

CMYK percentages

%0
%26.06
%36.36
%35.29

Codes

Color #A57A69 in popluar color models

A57A69
RGB165122105
HSL17°25.00%52.94%
HSB/HSV17°36.36%64.71%
CMYK0.00%26.06%36.36%
35.29%

Color #A57A69 in popluar number systems.

HEXA57A69
Decimal165122105
Binary1010010111110101101001
Octal245172151

Shades and tints

Shades of #A57A69

#A57A69
(165,122,105)
#966F60
(150,111,96)
#876457
(135,100,87)
#78594E
(120,89,78)
#694E45
(105,78,69)
#5A433C
(90,67,60)
#4B3833
(75,56,51)
#3C2D2A
(60,45,42)
#2D2221
(45,34,33)
#1E1718
(30,23,24)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #A57A69

#A57A69
(165,122,105)
#AD8676
(173,134,118)
#B59283
(181,146,131)
#BD9E90
(189,158,144)
#C5AA9D
(197,170,157)
#CDB6AA
(205,182,170)
#D5C2B7
(213,194,183)
#DDCEC4
(221,206,196)
#E5DAD1
(229,218,209)
#EDE6DE
(237,230,222)
#F5F2EB
(245,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57A69; }

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

This text font color is #A57A69.


Background Color

.myBgColor { background-color: #A57A69; }

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

This div background color is #A57A69.


Border color

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

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

This div border color is #A57A69.


Opacity

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

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

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

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

This text has shadow with #A57A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57A69 on black background.


Color preview on white background

This text has color #A57A69 on white background.



Black color preview on #A57A69 background

This text has black color on #A57A69 background.


White color preview on #A57A69 background

This text has white color on #A57A69 background.