COLOR #A5777C

HEX: #A5777C RGB: (165,119,124)

Color info

#A5777C contains red, green and blue colors in about the same proportion. Web safe color of #A5777C is #996666 (or #966).

RGB color model

#A5777C color RGB value is (165,119,124).

RGB: (165,119,124) (65%, 47%, 49%)

RGB channels and saturation

R 165 of 255 = 65%
G 119 of 255 = 47%
B 124 of 255 = 49%

165
119
124

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

Portions of RGB colors in percentages

R + G + B = 165 + 119 + 124 = 408 (100%)
R 165 of 408 ~ 40.44%
G 119 of 408 ~ 29.17%
B 124 of 408 ~ 30.39'%

%40.44
%29.17
%30.39

CMYK color model

#A5777C color CMYK value is (0,28,25,35).

  • cyan value is 0.00%
  • magenta value is 27.88%
  • yellow value is 24.85%
  • key color value is 35.29%

CMYK: (0,28,25,35)
C0M28Y25K35 (0%, 28%, 25%, 35%)
(0.00 / 0.28 / 0.25 / 0.35)

CMYK percentages

%0
%27.88
%24.85
%35.29

Codes

Color #A5777C in popluar color models

A5 77 7C
RGB 165 119 124
HSL 353° 20.35% 55.69%
HSB/HSV 353° 27.88% 64.71%
CMYK 0.00% 27.88% 24.85%
35.29%

Color #A5777C in popluar number systems.

HEX A5 77 7C
Decimal 165 119 124
Binary 10100101 1110111 1111100
Octal 245 167 174

Shades and tints

Shades of #A5777C

#A5777C
(165,119,124)
#966D71
(150,109,113)
#876366
(135,99,102)
#78595B
(120,89,91)
#694F50
(105,79,80)
#5A4545
(90,69,69)
#4B3B3A
(75,59,58)
#3C312F
(60,49,47)
#2D2724
(45,39,36)
#1E1D19
(30,29,25)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #A5777C

#A5777C
(165,119,124)
#AD8387
(173,131,135)
#B58F92
(181,143,146)
#BD9B9D
(189,155,157)
#C5A7A8
(197,167,168)
#CDB3B3
(205,179,179)
#D5BFBE
(213,191,190)
#DDCBC9
(221,203,201)
#E5D7D4
(229,215,212)
#EDE3DF
(237,227,223)
#F5EFEA
(245,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5777C; }

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

This text font color is #A5777C.

Background Color

.myBgColor { background-color: #A5777C; }

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

This div background color is #A5777C.

Border color

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

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

This div border color is #A5777C.

Opacity

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

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

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

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

This text has shadow with #A5777C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5777C.

Preview

Color preview on black background

This text has color #A5777C on black background.


Color preview on white background

This text has color #A5777C on white background.


Black color preview on #A5777C background

This text has black color on #A5777C background.


White color preview on #A5777C background

This text has white color on #A5777C background.


Related colors

Complementary color

Complementary color for #hex is #5A8883.


I love getcolorcode.com

Triadic colors

1 #7CA577 and #777CA5 with #A5777C are triadic colors.

2 #7C77A5 and #77A57C with #A5777C are triadic colors.