COLOR #A08D59

HEX: #A08D59
RGB: (160,141,89)

Color info

#A08D59 contains mainly red and green colors. Web safe color of #A08D59 is #999966 (or #996).

RGB color model

#A08D59 color RGB value is (160,141,89).

  • red value is 160;
  • green value is 141;
  • blue value is 89.
RGB:
(160,141,89)
(63%,55%,35%)

RGB channels and saturation

R 160 of 255 = 63%
G 141 of 255 = 55%
B 89 of 255 = 35%

160
141
89

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

Portions of RGB colors in percentages

R + G + B =
160 + 141 + 89 = 390 (100%)
R 160 of 390 ~ 41.03%
G 141 of 390 ~ 36.15%
B 89 of 390 ~ 22.82%

%41.03
%36.15
%22.82

CMYK color model

#A08D59 color CMYK value is (0,12,44,37).

  • cyan value is 0.00%
  • magenta value is 11.88%
  • yellow value is 44.38%
  • key color value is 37.25%
CMYK:
(0,12,44,37)
C0M12Y44K37 
(0%,12%,44%,37%)
(0.00/0.12/0.44/0.37)	

CMYK percentages

%0
%11.88
%44.38
%37.25

Codes

Color #A08D59 in popluar color models

A08D59
RGB16014189
HSL44°28.51%48.82%
HSB/HSV44°44.38%62.75%
CMYK0.00%11.88%44.38%
37.25%

Color #A08D59 in popluar number systems.

HEXA08D59
Decimal16014189
Binary10100000100011011011001
Octal240215131

Shades and tints

Shades of #A08D59

#A08D59
(160,141,89)
#928151
(146,129,81)
#847549
(132,117,73)
#766941
(118,105,65)
#685D39
(104,93,57)
#5A5131
(90,81,49)
#4C4529
(76,69,41)
#3E3921
(62,57,33)
#302D19
(48,45,25)
#222111
(34,33,17)
#141509
(20,21,9)
#000000
(0,0,0)

Tints of #A08D59

#A08D59
(160,141,89)
#A89768
(168,151,104)
#B0A177
(176,161,119)
#B8AB86
(184,171,134)
#C0B595
(192,181,149)
#C8BFA4
(200,191,164)
#D0C9B3
(208,201,179)
#D8D3C2
(216,211,194)
#E0DDD1
(224,221,209)
#E8E7E0
(232,231,224)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08D59 color. Also use rgb(160,141,89) instead hex code.

Text Font Color

.myTextColor { color: #A08D59; }

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

This text font color is #A08D59.


Background Color

.myBgColor { background-color: #A08D59; }

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

This div background color is #A08D59.


Border color

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

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

This div border color is #A08D59.


Opacity

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

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

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

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

This text has shadow with #A08D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08D59 on black background.


Color preview on white background

This text has color #A08D59 on white background.



Black color preview on #A08D59 background

This text has black color on #A08D59 background.


White color preview on #A08D59 background

This text has white color on #A08D59 background.