COLOR #A08C77

HEX: #A08C77
RGB: (160,140,119)

Color info

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

RGB color model

#A08C77 color RGB value is (160,140,119).

  • red value is 160;
  • green value is 140;
  • blue value is 119.
RGB: (160,140,119) (63%,55%,47%)

RGB channels and saturation

R 160 of 255 = 63%
G 140 of 255 = 55%
B 119 of 255 = 47%

160
140
119

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

Portions of RGB colors in percentages

R + G + B =
160 + 140 + 119 = 419 (100%)
R 160 of 419 ~ 38.19%
G 140 of 419 ~ 33.41%
B 119 of 419 ~ 28.4%

%38.19
%33.41
%28.4

CMYK color model

#A08C77 color CMYK value is (0,13,26,37).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 25.63%
  • key color value is 37.25%
CMYK: (0,13,26,37) C0M13Y26K37 (0%,13%,26%,37%) (0.00/0.13/0.26/0.37)

CMYK percentages

%0
%12.5
%25.63
%37.25

Codes

Color #A08C77 in popluar color models

A08C77
RGB160140119
HSL31°17.75%54.71%
HSB/HSV31°25.63%62.75%
CMYK0.00%12.50%25.63%
37.25%

Color #A08C77 in popluar number systems.

HEXA08C77
Decimal160140119
Binary10100000100011001110111
Octal240214167

Shades and tints

Shades of #A08C77

#A08C77
(160,140,119)
#92806D
(146,128,109)
#847463
(132,116,99)
#766859
(118,104,89)
#685C4F
(104,92,79)
#5A5045
(90,80,69)
#4C443B
(76,68,59)
#3E3831
(62,56,49)
#302C27
(48,44,39)
#22201D
(34,32,29)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #A08C77

#A08C77
(160,140,119)
#A89683
(168,150,131)
#B0A08F
(176,160,143)
#B8AA9B
(184,170,155)
#C0B4A7
(192,180,167)
#C8BEB3
(200,190,179)
#D0C8BF
(208,200,191)
#D8D2CB
(216,210,203)
#E0DCD7
(224,220,215)
#E8E6E3
(232,230,227)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08C77 color. Also use rgb(160,140,119) instead hex code.

Text Font Color

.myTextColor { color: #A08C77; }

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

This text font color is #A08C77.


Background Color

.myBgColor { background-color: #A08C77; }

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

This div background color is #A08C77.


Border color

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

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

This div border color is #A08C77.


Opacity

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

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

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

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

This text has shadow with #A08C77 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #A08C77; -webkit-box-shadow:	1px 1px 3px 2px #A08C77; box-shadow:	1px 1px 3px 2px #A08C77; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A08C77; -webkit-box-shadow: 1px 1px 3px 2px #A08C77; box-shadow:1px 1px 3px 2px #A08C77;">
Div content here</div>
This div box has shadow with color #A08C77.

Preview

Color preview on black background

This text has color #A08C77 on black background.


Color preview on white background

This text has color #A08C77 on white background.



Black color preview on #A08C77 background

This text has black color on #A08C77 background.


White color preview on #A08C77 background

This text has white color on #A08C77 background.