COLOR #A57481

HEX: #A57481
RGB: (165,116,129)

Color info

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

RGB color model

#A57481 color RGB value is (165,116,129).

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

RGB channels and saturation

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

165
116
129

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

Portions of RGB colors in percentages

R + G + B =
165 + 116 + 129 = 410 (100%)
R 165 of 410 ~ 40.24%
G 116 of 410 ~ 28.29%
B 129 of 410 ~ 31.46%

%40.24
%28.29
%31.46

CMYK color model

#A57481 color CMYK value is (0,30,22,35).

  • cyan value is 0.00%
  • magenta value is 29.70%
  • yellow value is 21.82%
  • key color value is 35.29%
CMYK:
(0,30,22,35)
C0M30Y22K35 
(0%,30%,22%,35%)
(0.00/0.30/0.22/0.35)	

CMYK percentages

%0
%29.7
%21.82
%35.29

Codes

Color #A57481 in popluar color models

A57481
RGB165116129
HSL344°21.40%55.10%
HSB/HSV344°29.70%64.71%
CMYK0.00%29.70%21.82%
35.29%

Color #A57481 in popluar number systems.

HEXA57481
Decimal165116129
Binary10100101111010010000001
Octal245164201

Shades and tints

Shades of #A57481

#A57481
(165,116,129)
#966A76
(150,106,118)
#87606B
(135,96,107)
#785660
(120,86,96)
#694C55
(105,76,85)
#5A424A
(90,66,74)
#4B383F
(75,56,63)
#3C2E34
(60,46,52)
#2D2429
(45,36,41)
#1E1A1E
(30,26,30)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #A57481

#A57481
(165,116,129)
#AD808C
(173,128,140)
#B58C97
(181,140,151)
#BD98A2
(189,152,162)
#C5A4AD
(197,164,173)
#CDB0B8
(205,176,184)
#D5BCC3
(213,188,195)
#DDC8CE
(221,200,206)
#E5D4D9
(229,212,217)
#EDE0E4
(237,224,228)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57481; }

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

This text font color is #A57481.


Background Color

.myBgColor { background-color: #A57481; }

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

This div background color is #A57481.


Border color

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

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

This div border color is #A57481.


Opacity

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

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

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

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

This text has shadow with #A57481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57481 on black background.


Color preview on white background

This text has color #A57481 on white background.



Black color preview on #A57481 background

This text has black color on #A57481 background.


White color preview on #A57481 background

This text has white color on #A57481 background.