COLOR #A08776

HEX: #A08776 RGB: (160,135,118)

Color info

#A08776 contains red, green and blue colors in about the same proportion. Web safe color of #A08776 is #999966 (or #996).

RGB color model

#A08776 color RGB value is (160,135,118).

RGB: (160,135,118) (63%, 53%, 46%)

RGB channels and saturation

R 160 of 255 = 63%
G 135 of 255 = 53%
B 118 of 255 = 46%

160
135
118

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

Portions of RGB colors in percentages

R + G + B = 160 + 135 + 118 = 413 (100%)
R 160 of 413 ~ 38.74%
G 135 of 413 ~ 32.69%
B 118 of 413 ~ 28.57'%

%38.74
%32.69
%28.57

CMYK color model

#A08776 color CMYK value is (0,16,26,37).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 26.25%
  • key color value is 37.25%
CMYK: (0,16,26,37) C0M16Y26K37 (0%,16%,26%,37%) (0.00/0.16/0.26/0.37) 

CMYK percentages

%0
%15.63
%26.25
%37.25

Codes

Color #A08776 in popluar color models

A0 87 76
RGB 160 135 118
HSL 24° 18.10% 54.51%
HSB/HSV 24° 26.25% 62.75%
CMYK 0.00% 15.63% 26.25%
37.25%

Color #A08776 in popluar number systems.

HEX A0 87 76
Decimal 160 135 118
Binary 10100000 10000111 1110110
Octal 240 207 166

Shades and tints

Shades of #A08776

#A08776
(160,135,118)
#927B6C
(146,123,108)
#846F62
(132,111,98)
#766358
(118,99,88)
#68574E
(104,87,78)
#5A4B44
(90,75,68)
#4C3F3A
(76,63,58)
#3E3330
(62,51,48)
#302726
(48,39,38)
#221B1C
(34,27,28)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #A08776

#A08776
(160,135,118)
#A89182
(168,145,130)
#B09B8E
(176,155,142)
#B8A59A
(184,165,154)
#C0AFA6
(192,175,166)
#C8B9B2
(200,185,178)
#D0C3BE
(208,195,190)
#D8CDCA
(216,205,202)
#E0D7D6
(224,215,214)
#E8E1E2
(232,225,226)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08776 color. Also use rgb(160,135,118) instead hex code.

Text Font Color

.myTextColor { color: #A08776; }

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

This text font color is #A08776.

Background Color

.myBgColor { background-color: #A08776; }

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

This div background color is #A08776.

Border color

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

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

This div border color is #A08776.

Opacity

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

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

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

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

This text has shadow with #A08776 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08776.

Preview

Color preview on black background

This text has color #A08776 on black background.


Color preview on white background

This text has color #A08776 on white background.


Black color preview on #A08776 background

This text has black color on #A08776 background.


White color preview on #A08776 background

This text has white color on #A08776 background.


Related colors

Complementary color

Complementary color for #hex is #5F7889.


I love getcolorcode.com

Triadic colors

1 #76A087 and #8776A0 with #A08776 are triadic colors.

2 #7687A0 and #87A076 with #A08776 are triadic colors.