COLOR #A08D57

HEX: #A08D57
RGB: (160,141,87)

Color info

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

RGB color model

#A08D57 color RGB value is (160,141,87).

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

RGB channels and saturation

R 160 of 255 = 63%
G 141 of 255 = 55%
B 87 of 255 = 34%

160
141
87

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

Portions of RGB colors in percentages

R + G + B =
160 + 141 + 87 = 388 (100%)
R 160 of 388 ~ 41.24%
G 141 of 388 ~ 36.34%
B 87 of 388 ~ 22.42%

%41.24
%36.34
%22.42

CMYK color model

#A08D57 color CMYK value is (0,12,46,37).

  • cyan value is 0.00%
  • magenta value is 11.88%
  • yellow value is 45.63%
  • key color value is 37.25%
CMYK:
(0,12,46,37)
C0M12Y46K37 
(0%,12%,46%,37%)
(0.00/0.12/0.46/0.37)	

CMYK percentages

%0
%11.88
%45.63
%37.25

Codes

Color #A08D57 in popluar color models

A08D57
RGB16014187
HSL44°29.55%48.43%
HSB/HSV44°45.63%62.75%
CMYK0.00%11.88%45.63%
37.25%

Color #A08D57 in popluar number systems.

HEXA08D57
Decimal16014187
Binary10100000100011011010111
Octal240215127

Shades and tints

Shades of #A08D57

#A08D57
(160,141,87)
#928150
(146,129,80)
#847549
(132,117,73)
#766942
(118,105,66)
#685D3B
(104,93,59)
#5A5134
(90,81,52)
#4C452D
(76,69,45)
#3E3926
(62,57,38)
#302D1F
(48,45,31)
#222118
(34,33,24)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #A08D57

#A08D57
(160,141,87)
#A89766
(168,151,102)
#B0A175
(176,161,117)
#B8AB84
(184,171,132)
#C0B593
(192,181,147)
#C8BFA2
(200,191,162)
#D0C9B1
(208,201,177)
#D8D3C0
(216,211,192)
#E0DDCF
(224,221,207)
#E8E7DE
(232,231,222)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08D57; }

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

This text font color is #A08D57.


Background Color

.myBgColor { background-color: #A08D57; }

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

This div background color is #A08D57.


Border color

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

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

This div border color is #A08D57.


Opacity

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

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

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

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

This text has shadow with #A08D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08D57 on black background.


Color preview on white background

This text has color #A08D57 on white background.



Black color preview on #A08D57 background

This text has black color on #A08D57 background.


White color preview on #A08D57 background

This text has white color on #A08D57 background.