COLOR #A08A76

HEX: #A08A76
RGB: (160,138,118)

Color info

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

RGB color model

#A08A76 color RGB value is (160,138,118).

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

RGB channels and saturation

R 160 of 255 = 63%
G 138 of 255 = 54%
B 118 of 255 = 46%

160
138
118

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

Portions of RGB colors in percentages

R + G + B =
160 + 138 + 118 = 416 (100%)
R 160 of 416 ~ 38.46%
G 138 of 416 ~ 33.17%
B 118 of 416 ~ 28.37%

%38.46
%33.17
%28.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 26.25%
  • 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
%26.25
%37.25

Codes

Color #A08A76 in popluar color models

A08A76
RGB160138118
HSL29°18.10%54.51%
HSB/HSV29°26.25%62.75%
CMYK0.00%13.75%26.25%
37.25%

Color #A08A76 in popluar number systems.

HEXA08A76
Decimal160138118
Binary10100000100010101110110
Octal240212166

Shades and tints

Shades of #A08A76

#A08A76
(160,138,118)
#927E6C
(146,126,108)
#847262
(132,114,98)
#766658
(118,102,88)
#685A4E
(104,90,78)
#5A4E44
(90,78,68)
#4C423A
(76,66,58)
#3E3630
(62,54,48)
#302A26
(48,42,38)
#221E1C
(34,30,28)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #A08A76

#A08A76
(160,138,118)
#A89482
(168,148,130)
#B09E8E
(176,158,142)
#B8A89A
(184,168,154)
#C0B2A6
(192,178,166)
#C8BCB2
(200,188,178)
#D0C6BE
(208,198,190)
#D8D0CA
(216,208,202)
#E0DAD6
(224,218,214)
#E8E4E2
(232,228,226)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08A76; }

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

This text font color is #A08A76.


Background Color

.myBgColor { background-color: #A08A76; }

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

This div background color is #A08A76.


Border color

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

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

This div border color is #A08A76.


Opacity

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

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

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

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

This text has shadow with #A08A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08A76 on black background.


Color preview on white background

This text has color #A08A76 on white background.



Black color preview on #A08A76 background

This text has black color on #A08A76 background.


White color preview on #A08A76 background

This text has white color on #A08A76 background.