COLOR #A57287

HEX: #A57287
RGB: (165,114,135)

Color info

#A57287 contains red, green and blue colors in about the same proportion. Web safe color of #A57287 is #996699 (or #969).

RGB color model

#A57287 color RGB value is (165,114,135).

  • red value is 165;
  • green value is 114;
  • blue value is 135.
RGB:
(165,114,135)
(65%,45%,53%)

RGB channels and saturation

R 165 of 255 = 65%
G 114 of 255 = 45%
B 135 of 255 = 53%

165
114
135

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

Portions of RGB colors in percentages

R + G + B =
165 + 114 + 135 = 414 (100%)
R 165 of 414 ~ 39.86%
G 114 of 414 ~ 27.54%
B 135 of 414 ~ 32.61%

%39.86
%27.54
%32.61

CMYK color model

#A57287 color CMYK value is (0,31,18,35).

  • cyan value is 0.00%
  • magenta value is 30.91%
  • yellow value is 18.18%
  • key color value is 35.29%
CMYK:
(0,31,18,35)
C0M31Y18K35 
(0%,31%,18%,35%)
(0.00/0.31/0.18/0.35)	

CMYK percentages

%0
%30.91
%18.18
%35.29

Codes

Color #A57287 in popluar color models

A57287
RGB165114135
HSL335°22.08%54.71%
HSB/HSV335°30.91%64.71%
CMYK0.00%30.91%18.18%
35.29%

Color #A57287 in popluar number systems.

HEXA57287
Decimal165114135
Binary10100101111001010000111
Octal245162207

Shades and tints

Shades of #A57287

#A57287
(165,114,135)
#96687B
(150,104,123)
#875E6F
(135,94,111)
#785463
(120,84,99)
#694A57
(105,74,87)
#5A404B
(90,64,75)
#4B363F
(75,54,63)
#3C2C33
(60,44,51)
#2D2227
(45,34,39)
#1E181B
(30,24,27)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #A57287

#A57287
(165,114,135)
#AD7E91
(173,126,145)
#B58A9B
(181,138,155)
#BD96A5
(189,150,165)
#C5A2AF
(197,162,175)
#CDAEB9
(205,174,185)
#D5BAC3
(213,186,195)
#DDC6CD
(221,198,205)
#E5D2D7
(229,210,215)
#EDDEE1
(237,222,225)
#F5EAEB
(245,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57287 color. Also use rgb(165,114,135) instead hex code.

Text Font Color

.myTextColor { color: #A57287; }

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

This text font color is #A57287.


Background Color

.myBgColor { background-color: #A57287; }

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

This div background color is #A57287.


Border color

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

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

This div border color is #A57287.


Opacity

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

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

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

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

This text has shadow with #A57287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57287 on black background.


Color preview on white background

This text has color #A57287 on white background.



Black color preview on #A57287 background

This text has black color on #A57287 background.


White color preview on #A57287 background

This text has white color on #A57287 background.