COLOR #A77083

HEX: #A77083 RGB: (167,112,131)

Color info

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

RGB color model

#A77083 color RGB value is (167,112,131).

RGB: (167,112,131) (65%, 44%, 51%)

RGB channels and saturation

R 167 of 255 = 65%
G 112 of 255 = 44%
B 131 of 255 = 51%

167
112
131

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

Portions of RGB colors in percentages

R + G + B = 167 + 112 + 131 = 410 (100%)
R 167 of 410 ~ 40.73%
G 112 of 410 ~ 27.32%
B 131 of 410 ~ 31.95'%

%40.73
%27.32
%31.95

CMYK color model

#A77083 color CMYK value is (0,33,22,35).

  • cyan value is 0.00%
  • magenta value is 32.93%
  • yellow value is 21.56%
  • key color value is 34.51%

CMYK: (0,33,22,35)
C0M33Y22K35 (0%, 33%, 22%, 35%)
(0.00 / 0.33 / 0.22 / 0.35)

CMYK percentages

%0
%32.93
%21.56
%34.51

Codes

Color #A77083 in popluar color models

A7 70 83
RGB 167 112 131
HSL 339° 23.81% 54.71%
HSB/HSV 339° 32.93% 65.49%
CMYK 0.00% 32.93% 21.56%
34.51%

Color #A77083 in popluar number systems.

HEX A7 70 83
Decimal 167 112 131
Binary 10100111 1110000 10000011
Octal 247 160 203

Shades and tints

Shades of #A77083

#A77083
(167,112,131)
#986678
(152,102,120)
#895C6D
(137,92,109)
#7A5262
(122,82,98)
#6B4857
(107,72,87)
#5C3E4C
(92,62,76)
#4D3441
(77,52,65)
#3E2A36
(62,42,54)
#2F202B
(47,32,43)
#201620
(32,22,32)
#110C15
(17,12,21)
#000000
(0,0,0)

Tints of #A77083

#A77083
(167,112,131)
#AF7D8E
(175,125,142)
#B78A99
(183,138,153)
#BF97A4
(191,151,164)
#C7A4AF
(199,164,175)
#CFB1BA
(207,177,186)
#D7BEC5
(215,190,197)
#DFCBD0
(223,203,208)
#E7D8DB
(231,216,219)
#EFE5E6
(239,229,230)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77083 color. Also use rgb(167,112,131) instead hex code.

Text Font Color

.myTextColor { color: #A77083; }

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

This text font color is #A77083.

Background Color

.myBgColor { background-color: #A77083; }

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

This div background color is #A77083.

Border color

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

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

This div border color is #A77083.

Opacity

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

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

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

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

This text has shadow with #A77083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77083.

Preview

Color preview on black background

This text has color #A77083 on black background.


Color preview on white background

This text has color #A77083 on white background.


Black color preview on #A77083 background

This text has black color on #A77083 background.


White color preview on #A77083 background

This text has white color on #A77083 background.


Related colors

Complementary color

Complementary color for #hex is #588F7C.


I love getcolorcode.com

Triadic colors

1 #83A770 and #7083A7 with #A77083 are triadic colors.

2 #8370A7 and #70A783 with #A77083 are triadic colors.