COLOR #A57291

HEX: #A57291
RGB: (165,114,145)

Color info

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

RGB color model

#A57291 color RGB value is (165,114,145).

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

RGB channels and saturation

R 165 of 255 = 65%
G 114 of 255 = 45%
B 145 of 255 = 57%

165
114
145

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

Portions of RGB colors in percentages

R + G + B =
165 + 114 + 145 = 424 (100%)
R 165 of 424 ~ 38.92%
G 114 of 424 ~ 26.89%
B 145 of 424 ~ 34.2%

%38.92
%26.89
%34.2

CMYK color model

#A57291 color CMYK value is (0,31,12,35).

  • cyan value is 0.00%
  • magenta value is 30.91%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK:
(0,31,12,35)
C0M31Y12K35 
(0%,31%,12%,35%)
(0.00/0.31/0.12/0.35)	

CMYK percentages

%0
%30.91
%12.12
%35.29

Codes

Color #A57291 in popluar color models

A57291
RGB165114145
HSL324°22.08%54.71%
HSB/HSV324°30.91%64.71%
CMYK0.00%30.91%12.12%
35.29%

Color #A57291 in popluar number systems.

HEXA57291
Decimal165114145
Binary10100101111001010010001
Octal245162221

Shades and tints

Shades of #A57291

#A57291
(165,114,145)
#966884
(150,104,132)
#875E77
(135,94,119)
#78546A
(120,84,106)
#694A5D
(105,74,93)
#5A4050
(90,64,80)
#4B3643
(75,54,67)
#3C2C36
(60,44,54)
#2D2229
(45,34,41)
#1E181C
(30,24,28)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #A57291

#A57291
(165,114,145)
#AD7E9B
(173,126,155)
#B58AA5
(181,138,165)
#BD96AF
(189,150,175)
#C5A2B9
(197,162,185)
#CDAEC3
(205,174,195)
#D5BACD
(213,186,205)
#DDC6D7
(221,198,215)
#E5D2E1
(229,210,225)
#EDDEEB
(237,222,235)
#F5EAF5
(245,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57291; }

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

This text font color is #A57291.


Background Color

.myBgColor { background-color: #A57291; }

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

This div background color is #A57291.


Border color

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

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

This div border color is #A57291.


Opacity

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

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

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

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

This text has shadow with #A57291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57291 on black background.


Color preview on white background

This text has color #A57291 on white background.



Black color preview on #A57291 background

This text has black color on #A57291 background.


White color preview on #A57291 background

This text has white color on #A57291 background.