COLOR #A08A77

HEX: #A08A77
RGB: (160,138,119)

Color info

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

RGB color model

#A08A77 color RGB value is (160,138,119).

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

RGB channels and saturation

R 160 of 255 = 63%
G 138 of 255 = 54%
B 119 of 255 = 47%

160
138
119

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

Portions of RGB colors in percentages

R + G + B =
160 + 138 + 119 = 417 (100%)
R 160 of 417 ~ 38.37%
G 138 of 417 ~ 33.09%
B 119 of 417 ~ 28.54%

%38.37
%33.09
%28.54

CMYK color model

#A08A77 color CMYK value is (0,14,26,37).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 25.63%
  • key color value is 37.25%
CMYK:
(0,14,26,37)
C0M14Y26K37 
(0%,14%,26%,37%)
(0.00/0.14/0.26/0.37)	

CMYK percentages

%0
%13.75
%25.63
%37.25

Codes

Color #A08A77 in popluar color models

A08A77
RGB160138119
HSL28°17.75%54.71%
HSB/HSV28°25.63%62.75%
CMYK0.00%13.75%25.63%
37.25%

Color #A08A77 in popluar number systems.

HEXA08A77
Decimal160138119
Binary10100000100010101110111
Octal240212167

Shades and tints

Shades of #A08A77

#A08A77
(160,138,119)
#927E6D
(146,126,109)
#847263
(132,114,99)
#766659
(118,102,89)
#685A4F
(104,90,79)
#5A4E45
(90,78,69)
#4C423B
(76,66,59)
#3E3631
(62,54,49)
#302A27
(48,42,39)
#221E1D
(34,30,29)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #A08A77

#A08A77
(160,138,119)
#A89483
(168,148,131)
#B09E8F
(176,158,143)
#B8A89B
(184,168,155)
#C0B2A7
(192,178,167)
#C8BCB3
(200,188,179)
#D0C6BF
(208,198,191)
#D8D0CB
(216,208,203)
#E0DAD7
(224,218,215)
#E8E4E3
(232,228,227)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08A77; }

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

This text font color is #A08A77.


Background Color

.myBgColor { background-color: #A08A77; }

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

This div background color is #A08A77.


Border color

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

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

This div border color is #A08A77.


Opacity

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

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

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

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

This text has shadow with #A08A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08A77 on black background.


Color preview on white background

This text has color #A08A77 on white background.



Black color preview on #A08A77 background

This text has black color on #A08A77 background.


White color preview on #A08A77 background

This text has white color on #A08A77 background.