COLOR #A57579

HEX: #A57579
RGB: (165,117,121)

Color info

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

RGB color model

#A57579 color RGB value is (165,117,121).

  • red value is 165;
  • green value is 117;
  • blue value is 121.
RGB:
(165,117,121)
(65%,46%,47%)

RGB channels and saturation

R 165 of 255 = 65%
G 117 of 255 = 46%
B 121 of 255 = 47%

165
117
121

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

Portions of RGB colors in percentages

R + G + B =
165 + 117 + 121 = 403 (100%)
R 165 of 403 ~ 40.94%
G 117 of 403 ~ 29.03%
B 121 of 403 ~ 30.02%

%40.94
%29.03
%30.02

CMYK color model

#A57579 color CMYK value is (0,29,27,35).

  • cyan value is 0.00%
  • magenta value is 29.09%
  • yellow value is 26.67%
  • key color value is 35.29%
CMYK:
(0,29,27,35)
C0M29Y27K35 
(0%,29%,27%,35%)
(0.00/0.29/0.27/0.35)	

CMYK percentages

%0
%29.09
%26.67
%35.29

Codes

Color #A57579 in popluar color models

A57579
RGB165117121
HSL355°21.05%55.29%
HSB/HSV355°29.09%64.71%
CMYK0.00%29.09%26.67%
35.29%

Color #A57579 in popluar number systems.

HEXA57579
Decimal165117121
Binary1010010111101011111001
Octal245165171

Shades and tints

Shades of #A57579

#A57579
(165,117,121)
#966B6E
(150,107,110)
#876163
(135,97,99)
#785758
(120,87,88)
#694D4D
(105,77,77)
#5A4342
(90,67,66)
#4B3937
(75,57,55)
#3C2F2C
(60,47,44)
#2D2521
(45,37,33)
#1E1B16
(30,27,22)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #A57579

#A57579
(165,117,121)
#AD8185
(173,129,133)
#B58D91
(181,141,145)
#BD999D
(189,153,157)
#C5A5A9
(197,165,169)
#CDB1B5
(205,177,181)
#D5BDC1
(213,189,193)
#DDC9CD
(221,201,205)
#E5D5D9
(229,213,217)
#EDE1E5
(237,225,229)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57579 color. Also use rgb(165,117,121) instead hex code.

Text Font Color

.myTextColor { color: #A57579; }

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

This text font color is #A57579.


Background Color

.myBgColor { background-color: #A57579; }

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

This div background color is #A57579.


Border color

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

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

This div border color is #A57579.


Opacity

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

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

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

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

This text has shadow with #A57579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57579 on black background.


Color preview on white background

This text has color #A57579 on white background.



Black color preview on #A57579 background

This text has black color on #A57579 background.


White color preview on #A57579 background

This text has white color on #A57579 background.