COLOR #A57D99

HEX: #A57D99 RGB: (165,125,153)

Color info

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

RGB color model

#A57D99 color RGB value is (165,125,153).

RGB: (165,125,153) (65%, 49%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 125 of 255 = 49%
B 153 of 255 = 60%

165
125
153

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

Portions of RGB colors in percentages

R + G + B = 165 + 125 + 153 = 443 (100%)
R 165 of 443 ~ 37.25%
G 125 of 443 ~ 28.22%
B 153 of 443 ~ 34.54'%

%37.25
%28.22
%34.54

CMYK color model

#A57D99 color CMYK value is (0,24,7,35).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 7.27%
  • key color value is 35.29%

CMYK: (0,24,7,35)
C0M24Y7K35 (0%, 24%, 7%, 35%)
(0.00 / 0.24 / 0.07 / 0.35)

CMYK percentages

%0
%24.24
%7.27
%35.29

Codes

Color #A57D99 in popluar color models

A5 7D 99
RGB 165 125 153
HSL 318° 18.18% 56.86%
HSB/HSV 318° 24.24% 64.71%
CMYK 0.00% 24.24% 7.27%
35.29%

Color #A57D99 in popluar number systems.

HEX A5 7D 99
Decimal 165 125 153
Binary 10100101 1111101 10011001
Octal 245 175 231

Shades and tints

Shades of #A57D99

#A57D99
(165,125,153)
#96728C
(150,114,140)
#87677F
(135,103,127)
#785C72
(120,92,114)
#695165
(105,81,101)
#5A4658
(90,70,88)
#4B3B4B
(75,59,75)
#3C303E
(60,48,62)
#2D2531
(45,37,49)
#1E1A24
(30,26,36)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #A57D99

#A57D99
(165,125,153)
#AD88A2
(173,136,162)
#B593AB
(181,147,171)
#BD9EB4
(189,158,180)
#C5A9BD
(197,169,189)
#CDB4C6
(205,180,198)
#D5BFCF
(213,191,207)
#DDCAD8
(221,202,216)
#E5D5E1
(229,213,225)
#EDE0EA
(237,224,234)
#F5EBF3
(245,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57D99 color. Also use rgb(165,125,153) instead hex code.

Text Font Color

.myTextColor { color: #A57D99; }

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

This text font color is #A57D99.

Background Color

.myBgColor { background-color: #A57D99; }

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

This div background color is #A57D99.

Border color

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

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

This div border color is #A57D99.

Opacity

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

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

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

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

This text has shadow with #A57D99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57D99.

Preview

Color preview on black background

This text has color #A57D99 on black background.


Color preview on white background

This text has color #A57D99 on white background.


Black color preview on #A57D99 background

This text has black color on #A57D99 background.


White color preview on #A57D99 background

This text has white color on #A57D99 background.


Related colors

Complementary color

Complementary color for #hex is #5A8266.


I love getcolorcode.com

Triadic colors

1 #99A57D and #7D99A5 with #A57D99 are triadic colors.

2 #997DA5 and #7DA599 with #A57D99 are triadic colors.