COLOR #A57795

HEX: #A57795 RGB: (165,119,149)

Color info

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

RGB color model

#A57795 color RGB value is (165,119,149).

RGB: (165,119,149) (65%, 47%, 58%)

RGB channels and saturation

R 165 of 255 = 65%
G 119 of 255 = 47%
B 149 of 255 = 58%

165
119
149

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

Portions of RGB colors in percentages

R + G + B = 165 + 119 + 149 = 433 (100%)
R 165 of 433 ~ 38.11%
G 119 of 433 ~ 27.48%
B 149 of 433 ~ 34.41'%

%38.11
%27.48
%34.41

CMYK color model

#A57795 color CMYK value is (0,28,10,35).

  • cyan value is 0.00%
  • magenta value is 27.88%
  • yellow value is 9.70%
  • key color value is 35.29%
CMYK: (0,28,10,35) C0M28Y10K35 (0%,28%,10%,35%) (0.00/0.28/0.10/0.35) 

CMYK percentages

%0
%27.88
%9.7
%35.29

Codes

Color #A57795 in popluar color models

A5 77 95
RGB 165 119 149
HSL 321° 20.35% 55.69%
HSB/HSV 321° 27.88% 64.71%
CMYK 0.00% 27.88% 9.70%
35.29%

Color #A57795 in popluar number systems.

HEX A5 77 95
Decimal 165 119 149
Binary 10100101 1110111 10010101
Octal 245 167 225

Shades and tints

Shades of #A57795

#A57795
(165,119,149)
#966D88
(150,109,136)
#87637B
(135,99,123)
#78596E
(120,89,110)
#694F61
(105,79,97)
#5A4554
(90,69,84)
#4B3B47
(75,59,71)
#3C313A
(60,49,58)
#2D272D
(45,39,45)
#1E1D20
(30,29,32)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #A57795

#A57795
(165,119,149)
#AD839E
(173,131,158)
#B58FA7
(181,143,167)
#BD9BB0
(189,155,176)
#C5A7B9
(197,167,185)
#CDB3C2
(205,179,194)
#D5BFCB
(213,191,203)
#DDCBD4
(221,203,212)
#E5D7DD
(229,215,221)
#EDE3E6
(237,227,230)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57795 color. Also use rgb(165,119,149) instead hex code.

Text Font Color

.myTextColor { color: #A57795; }

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

This text font color is #A57795.

Background Color

.myBgColor { background-color: #A57795; }

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

This div background color is #A57795.

Border color

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

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

This div border color is #A57795.

Opacity

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

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

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

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

This text has shadow with #A57795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57795.

Preview

Color preview on black background

This text has color #A57795 on black background.


Color preview on white background

This text has color #A57795 on white background.


Black color preview on #A57795 background

This text has black color on #A57795 background.


White color preview on #A57795 background

This text has white color on #A57795 background.


Related colors

Complementary color

Complementary color for #hex is #5A886A.


I love getcolorcode.com

Triadic colors

1 #95A577 and #7795A5 with #A57795 are triadic colors.

2 #9577A5 and #77A595 with #A57795 are triadic colors.