COLOR #A08E77

HEX: #A08E77
RGB: (160,142,119)

Color info

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

RGB color model

#A08E77 color RGB value is (160,142,119).

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

RGB channels and saturation

R 160 of 255 = 63%
G 142 of 255 = 56%
B 119 of 255 = 47%

160
142
119

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

Portions of RGB colors in percentages

R + G + B =
160 + 142 + 119 = 421 (100%)
R 160 of 421 ~ 38%
G 142 of 421 ~ 33.73%
B 119 of 421 ~ 28.27%

%38
%33.73
%28.27

CMYK color model

#A08E77 color CMYK value is (0,11,26,37).

  • cyan value is 0.00%
  • magenta value is 11.25%
  • yellow value is 25.63%
  • key color value is 37.25%
CMYK:
(0,11,26,37)
C0M11Y26K37 
(0%,11%,26%,37%)
(0.00/0.11/0.26/0.37)	

CMYK percentages

%0
%11.25
%25.63
%37.25

Codes

Color #A08E77 in popluar color models

A08E77
RGB160142119
HSL34°17.75%54.71%
HSB/HSV34°25.63%62.75%
CMYK0.00%11.25%25.63%
37.25%

Color #A08E77 in popluar number systems.

HEXA08E77
Decimal160142119
Binary10100000100011101110111
Octal240216167

Shades and tints

Shades of #A08E77

#A08E77
(160,142,119)
#92826D
(146,130,109)
#847663
(132,118,99)
#766A59
(118,106,89)
#685E4F
(104,94,79)
#5A5245
(90,82,69)
#4C463B
(76,70,59)
#3E3A31
(62,58,49)
#302E27
(48,46,39)
#22221D
(34,34,29)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #A08E77

#A08E77
(160,142,119)
#A89883
(168,152,131)
#B0A28F
(176,162,143)
#B8AC9B
(184,172,155)
#C0B6A7
(192,182,167)
#C8C0B3
(200,192,179)
#D0CABF
(208,202,191)
#D8D4CB
(216,212,203)
#E0DED7
(224,222,215)
#E8E8E3
(232,232,227)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08E77; }

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

This text font color is #A08E77.


Background Color

.myBgColor { background-color: #A08E77; }

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

This div background color is #A08E77.


Border color

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

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

This div border color is #A08E77.


Opacity

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

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

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

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

This text has shadow with #A08E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08E77 on black background.


Color preview on white background

This text has color #A08E77 on white background.



Black color preview on #A08E77 background

This text has black color on #A08E77 background.


White color preview on #A08E77 background

This text has white color on #A08E77 background.