COLOR #A8777C

HEX: #A8777C RGB: (168,119,124)

Color info

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

RGB color model

#A8777C color RGB value is (168,119,124).

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

RGB channels and saturation

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

168
119
124

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

Portions of RGB colors in percentages

R + G + B = 168 + 119 + 124 = 411 (100%)
R 168 of 411 ~ 40.88%
G 119 of 411 ~ 28.95%
B 124 of 411 ~ 30.17'%

%40.88
%28.95
%30.17

CMYK color model

#A8777C color CMYK value is (0,29,26,34).

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

CMYK: (0,29,26,34)
C0M29Y26K34 (0%, 29%, 26%, 34%)
(0.00 / 0.29 / 0.26 / 0.34)

CMYK percentages

%0
%29.17
%26.19
%34.12

Codes

Color #A8777C in popluar color models

A8 77 7C
RGB 168 119 124
HSL 354° 21.97% 56.27%
HSB/HSV 354° 29.17% 65.88%
CMYK 0.00% 29.17% 26.19%
34.12%

Color #A8777C in popluar number systems.

HEX A8 77 7C
Decimal 168 119 124
Binary 10101000 1110111 1111100
Octal 250 167 174

Shades and tints

Shades of #A8777C

#A8777C
(168,119,124)
#996D71
(153,109,113)
#8A6366
(138,99,102)
#7B595B
(123,89,91)
#6C4F50
(108,79,80)
#5D4545
(93,69,69)
#4E3B3A
(78,59,58)
#3F312F
(63,49,47)
#302724
(48,39,36)
#211D19
(33,29,25)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #A8777C

#A8777C
(168,119,124)
#AF8387
(175,131,135)
#B68F92
(182,143,146)
#BD9B9D
(189,155,157)
#C4A7A8
(196,167,168)
#CBB3B3
(203,179,179)
#D2BFBE
(210,191,190)
#D9CBC9
(217,203,201)
#E0D7D4
(224,215,212)
#E7E3DF
(231,227,223)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8777C; }

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

This text font color is #A8777C.

Background Color

.myBgColor { background-color: #A8777C; }

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

This div background color is #A8777C.

Border color

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

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

This div border color is #A8777C.

Opacity

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

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

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

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

This text has shadow with #A8777C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8777C.

Preview

Color preview on black background

This text has color #A8777C on black background.


Color preview on white background

This text has color #A8777C on white background.


Black color preview on #A8777C background

This text has black color on #A8777C background.


White color preview on #A8777C background

This text has white color on #A8777C background.


Related colors

Complementary color

Complementary color for #hex is #578883.


I love getcolorcode.com

Triadic colors

1 #7CA877 and #777CA8 with #A8777C are triadic colors.

2 #7C77A8 and #77A87C with #A8777C are triadic colors.