COLOR #A8777E

HEX: #A8777E RGB: (168,119,126)

Color info

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

RGB color model

#A8777E color RGB value is (168,119,126).

RGB: (168,119,126) (66%, 47%, 49%)

RGB channels and saturation

R 168 of 255 = 66%
G 119 of 255 = 47%
B 126 of 255 = 49%

168
119
126

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

Portions of RGB colors in percentages

R + G + B = 168 + 119 + 126 = 413 (100%)
R 168 of 413 ~ 40.68%
G 119 of 413 ~ 28.81%
B 126 of 413 ~ 30.51'%

%40.68
%28.81
%30.51

CMYK color model

#A8777E color CMYK value is (0,29,25,34).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 25.00%
  • key color value is 34.12%

CMYK: (0,29,25,34)
C0M29Y25K34 (0%, 29%, 25%, 34%)
(0.00 / 0.29 / 0.25 / 0.34)

CMYK percentages

%0
%29.17
%25
%34.12

Codes

Color #A8777E in popluar color models

A8 77 7E
RGB 168 119 126
HSL 351° 21.97% 56.27%
HSB/HSV 351° 29.17% 65.88%
CMYK 0.00% 29.17% 25.00%
34.12%

Color #A8777E in popluar number systems.

HEX A8 77 7E
Decimal 168 119 126
Binary 10101000 1110111 1111110
Octal 250 167 176

Shades and tints

Shades of #A8777E

#A8777E
(168,119,126)
#996D73
(153,109,115)
#8A6368
(138,99,104)
#7B595D
(123,89,93)
#6C4F52
(108,79,82)
#5D4547
(93,69,71)
#4E3B3C
(78,59,60)
#3F3131
(63,49,49)
#302726
(48,39,38)
#211D1B
(33,29,27)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #A8777E

#A8777E
(168,119,126)
#AF8389
(175,131,137)
#B68F94
(182,143,148)
#BD9B9F
(189,155,159)
#C4A7AA
(196,167,170)
#CBB3B5
(203,179,181)
#D2BFC0
(210,191,192)
#D9CBCB
(217,203,203)
#E0D7D6
(224,215,214)
#E7E3E1
(231,227,225)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8777E color. Also use rgb(168,119,126) instead hex code.

Text Font Color

.myTextColor { color: #A8777E; }

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

This text font color is #A8777E.

Background Color

.myBgColor { background-color: #A8777E; }

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

This div background color is #A8777E.

Border color

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

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

This div border color is #A8777E.

Opacity

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

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

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

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

This text has shadow with #A8777E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8777E.

Preview

Color preview on black background

This text has color #A8777E on black background.


Color preview on white background

This text has color #A8777E on white background.


Black color preview on #A8777E background

This text has black color on #A8777E background.


White color preview on #A8777E background

This text has white color on #A8777E background.


Related colors

Complementary color

Complementary color for #hex is #578881.


I love getcolorcode.com

Triadic colors

1 #7EA877 and #777EA8 with #A8777E are triadic colors.

2 #7E77A8 and #77A87E with #A8777E are triadic colors.