COLOR #A57281

HEX: #A57281
RGB: (165,114,129)

Color info

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

RGB color model

#A57281 color RGB value is (165,114,129).

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

RGB channels and saturation

R 165 of 255 = 65%
G 114 of 255 = 45%
B 129 of 255 = 51%

165
114
129

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

Portions of RGB colors in percentages

R + G + B =
165 + 114 + 129 = 408 (100%)
R 165 of 408 ~ 40.44%
G 114 of 408 ~ 27.94%
B 129 of 408 ~ 31.62%

%40.44
%27.94
%31.62

CMYK color model

#A57281 color CMYK value is (0,31,22,35).

  • cyan value is 0.00%
  • magenta value is 30.91%
  • yellow value is 21.82%
  • key color value is 35.29%
CMYK:
(0,31,22,35)
C0M31Y22K35 
(0%,31%,22%,35%)
(0.00/0.31/0.22/0.35)	

CMYK percentages

%0
%30.91
%21.82
%35.29

Codes

Color #A57281 in popluar color models

A57281
RGB165114129
HSL342°22.08%54.71%
HSB/HSV342°30.91%64.71%
CMYK0.00%30.91%21.82%
35.29%

Color #A57281 in popluar number systems.

HEXA57281
Decimal165114129
Binary10100101111001010000001
Octal245162201

Shades and tints

Shades of #A57281

#A57281
(165,114,129)
#966876
(150,104,118)
#875E6B
(135,94,107)
#785460
(120,84,96)
#694A55
(105,74,85)
#5A404A
(90,64,74)
#4B363F
(75,54,63)
#3C2C34
(60,44,52)
#2D2229
(45,34,41)
#1E181E
(30,24,30)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #A57281

#A57281
(165,114,129)
#AD7E8C
(173,126,140)
#B58A97
(181,138,151)
#BD96A2
(189,150,162)
#C5A2AD
(197,162,173)
#CDAEB8
(205,174,184)
#D5BAC3
(213,186,195)
#DDC6CE
(221,198,206)
#E5D2D9
(229,210,217)
#EDDEE4
(237,222,228)
#F5EAEF
(245,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57281; }

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

This text font color is #A57281.


Background Color

.myBgColor { background-color: #A57281; }

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

This div background color is #A57281.


Border color

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

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

This div border color is #A57281.


Opacity

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

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

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

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

This text has shadow with #A57281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57281 on black background.


Color preview on white background

This text has color #A57281 on white background.



Black color preview on #A57281 background

This text has black color on #A57281 background.


White color preview on #A57281 background

This text has white color on #A57281 background.