COLOR #A8776C

HEX: #A8776C RGB: (168,119,108)

Color info

#A8776C contains mainly red and green colors. Web safe color of #A8776C is #996666 (or #966).

RGB color model

#A8776C color RGB value is (168,119,108).

RGB: (168,119,108) (66%, 47%, 42%)

RGB channels and saturation

R 168 of 255 = 66%
G 119 of 255 = 47%
B 108 of 255 = 42%

168
119
108

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

Portions of RGB colors in percentages

R + G + B = 168 + 119 + 108 = 395 (100%)
R 168 of 395 ~ 42.53%
G 119 of 395 ~ 30.13%
B 108 of 395 ~ 27.34'%

%42.53
%30.13
%27.34

CMYK color model

#A8776C color CMYK value is (0,29,36,34).

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

CMYK: (0,29,36,34)
C0M29Y36K34 (0%, 29%, 36%, 34%)
(0.00 / 0.29 / 0.36 / 0.34)

CMYK percentages

%0
%29.17
%35.71
%34.12

Codes

Color #A8776C in popluar color models

A8 77 6C
RGB 168 119 108
HSL 11° 25.64% 54.12%
HSB/HSV 11° 35.71% 65.88%
CMYK 0.00% 29.17% 35.71%
34.12%

Color #A8776C in popluar number systems.

HEX A8 77 6C
Decimal 168 119 108
Binary 10101000 1110111 1101100
Octal 250 167 154

Shades and tints

Shades of #A8776C

#A8776C
(168,119,108)
#996D63
(153,109,99)
#8A635A
(138,99,90)
#7B5951
(123,89,81)
#6C4F48
(108,79,72)
#5D453F
(93,69,63)
#4E3B36
(78,59,54)
#3F312D
(63,49,45)
#302724
(48,39,36)
#211D1B
(33,29,27)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #A8776C

#A8776C
(168,119,108)
#AF8379
(175,131,121)
#B68F86
(182,143,134)
#BD9B93
(189,155,147)
#C4A7A0
(196,167,160)
#CBB3AD
(203,179,173)
#D2BFBA
(210,191,186)
#D9CBC7
(217,203,199)
#E0D7D4
(224,215,212)
#E7E3E1
(231,227,225)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8776C; }

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

This text font color is #A8776C.

Background Color

.myBgColor { background-color: #A8776C; }

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

This div background color is #A8776C.

Border color

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

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

This div border color is #A8776C.

Opacity

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

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

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

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

This text has shadow with #A8776C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8776C.

Preview

Color preview on black background

This text has color #A8776C on black background.


Color preview on white background

This text has color #A8776C on white background.


Black color preview on #A8776C background

This text has black color on #A8776C background.


White color preview on #A8776C background

This text has white color on #A8776C background.


Related colors

Complementary color

Complementary color for #hex is #578893.


I love getcolorcode.com

Triadic colors

1 #6CA877 and #776CA8 with #A8776C are triadic colors.

2 #6C77A8 and #77A86C with #A8776C are triadic colors.