COLOR #A57079

HEX: #A57079
RGB: (165,112,121)

Color info

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

RGB color model

#A57079 color RGB value is (165,112,121).

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

RGB channels and saturation

R 165 of 255 = 65%
G 112 of 255 = 44%
B 121 of 255 = 47%

165
112
121

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

Portions of RGB colors in percentages

R + G + B =
165 + 112 + 121 = 398 (100%)
R 165 of 398 ~ 41.46%
G 112 of 398 ~ 28.14%
B 121 of 398 ~ 30.4%

%41.46
%28.14
%30.4

CMYK color model

#A57079 color CMYK value is (0,32,27,35).

  • cyan value is 0.00%
  • magenta value is 32.12%
  • yellow value is 26.67%
  • key color value is 35.29%
CMYK:
(0,32,27,35)
C0M32Y27K35 
(0%,32%,27%,35%)
(0.00/0.32/0.27/0.35)	

CMYK percentages

%0
%32.12
%26.67
%35.29

Codes

Color #A57079 in popluar color models

A57079
RGB165112121
HSL350°22.75%54.31%
HSB/HSV350°32.12%64.71%
CMYK0.00%32.12%26.67%
35.29%

Color #A57079 in popluar number systems.

HEXA57079
Decimal165112121
Binary1010010111100001111001
Octal245160171

Shades and tints

Shades of #A57079

#A57079
(165,112,121)
#96666E
(150,102,110)
#875C63
(135,92,99)
#785258
(120,82,88)
#69484D
(105,72,77)
#5A3E42
(90,62,66)
#4B3437
(75,52,55)
#3C2A2C
(60,42,44)
#2D2021
(45,32,33)
#1E1616
(30,22,22)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #A57079

#A57079
(165,112,121)
#AD7D85
(173,125,133)
#B58A91
(181,138,145)
#BD979D
(189,151,157)
#C5A4A9
(197,164,169)
#CDB1B5
(205,177,181)
#D5BEC1
(213,190,193)
#DDCBCD
(221,203,205)
#E5D8D9
(229,216,217)
#EDE5E5
(237,229,229)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57079; }

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

This text font color is #A57079.


Background Color

.myBgColor { background-color: #A57079; }

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

This div background color is #A57079.


Border color

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

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

This div border color is #A57079.


Opacity

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

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

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

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

This text has shadow with #A57079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57079 on black background.


Color preview on white background

This text has color #A57079 on white background.



Black color preview on #A57079 background

This text has black color on #A57079 background.


White color preview on #A57079 background

This text has white color on #A57079 background.