COLOR #A08B5F

HEX: #A08B5F RGB: (160,139,95)

Color info

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

RGB color model

#A08B5F color RGB value is (160,139,95).

RGB: (160,139,95) (63%, 55%, 37%)

RGB channels and saturation

R 160 of 255 = 63%
G 139 of 255 = 55%
B 95 of 255 = 37%

160
139
95

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

Portions of RGB colors in percentages

R + G + B = 160 + 139 + 95 = 394 (100%)
R 160 of 394 ~ 40.61%
G 139 of 394 ~ 35.28%
B 95 of 394 ~ 24.11'%

%40.61
%35.28
%24.11

CMYK color model

#A08B5F color CMYK value is (0,13,41,37).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 40.63%
  • key color value is 37.25%

CMYK: (0,13,41,37)
C0M13Y41K37 (0%, 13%, 41%, 37%)
(0.00 / 0.13 / 0.41 / 0.37)

CMYK percentages

%0
%13.13
%40.63
%37.25

Codes

Color #A08B5F in popluar color models

A0 8B 5F
RGB 160 139 95
HSL 41° 25.49% 50.00%
HSB/HSV 41° 40.63% 62.75%
CMYK 0.00% 13.13% 40.63%
37.25%

Color #A08B5F in popluar number systems.

HEX A0 8B 5F
Decimal 160 139 95
Binary 10100000 10001011 1011111
Octal 240 213 137

Shades and tints

Shades of #A08B5F

#A08B5F
(160,139,95)
#927F57
(146,127,87)
#84734F
(132,115,79)
#766747
(118,103,71)
#685B3F
(104,91,63)
#5A4F37
(90,79,55)
#4C432F
(76,67,47)
#3E3727
(62,55,39)
#302B1F
(48,43,31)
#221F17
(34,31,23)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #A08B5F

#A08B5F
(160,139,95)
#A8956D
(168,149,109)
#B09F7B
(176,159,123)
#B8A989
(184,169,137)
#C0B397
(192,179,151)
#C8BDA5
(200,189,165)
#D0C7B3
(208,199,179)
#D8D1C1
(216,209,193)
#E0DBCF
(224,219,207)
#E8E5DD
(232,229,221)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08B5F color. Also use rgb(160,139,95) instead hex code.

Text Font Color

.myTextColor { color: #A08B5F; }

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

This text font color is #A08B5F.

Background Color

.myBgColor { background-color: #A08B5F; }

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

This div background color is #A08B5F.

Border color

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

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

This div border color is #A08B5F.

Opacity

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

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

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

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

This text has shadow with #A08B5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08B5F.

Preview

Color preview on black background

This text has color #A08B5F on black background.


Color preview on white background

This text has color #A08B5F on white background.


Black color preview on #A08B5F background

This text has black color on #A08B5F background.


White color preview on #A08B5F background

This text has white color on #A08B5F background.


Related colors

Complementary color

Complementary color for #hex is #5F74A0.


I love getcolorcode.com

Triadic colors

1 #5FA08B and #8B5FA0 with #A08B5F are triadic colors.

2 #5F8BA0 and #8BA05F with #A08B5F are triadic colors.