COLOR #A08739

HEX: #A08739 RGB: (160,135,57)

Color info

#A08739 contains mainly red and green colors. Web safe color of #A08739 is #999933 (or #993).

RGB color model

#A08739 color RGB value is (160,135,57).

RGB: (160,135,57) (63%, 53%, 22%)

RGB channels and saturation

R 160 of 255 = 63%
G 135 of 255 = 53%
B 57 of 255 = 22%

160
135
57

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

Portions of RGB colors in percentages

R + G + B = 160 + 135 + 57 = 352 (100%)
R 160 of 352 ~ 45.45%
G 135 of 352 ~ 38.35%
B 57 of 352 ~ 16.19'%

%45.45
%38.35
%16.19

CMYK color model

#A08739 color CMYK value is (0,16,64,37).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 64.38%
  • key color value is 37.25%

CMYK: (0,16,64,37)
C0M16Y64K37 (0%, 16%, 64%, 37%)
(0.00 / 0.16 / 0.64 / 0.37)

CMYK percentages

%0
%15.63
%64.38
%37.25

Codes

Color #A08739 in popluar color models

A0 87 39
RGB 160 135 57
HSL 45° 47.47% 42.55%
HSB/HSV 45° 64.38% 62.75%
CMYK 0.00% 15.63% 64.38%
37.25%

Color #A08739 in popluar number systems.

HEX A0 87 39
Decimal 160 135 57
Binary 10100000 10000111 111001
Octal 240 207 71

Shades and tints

Shades of #A08739

#A08739
(160,135,57)
#927B34
(146,123,52)
#846F2F
(132,111,47)
#76632A
(118,99,42)
#685725
(104,87,37)
#5A4B20
(90,75,32)
#4C3F1B
(76,63,27)
#3E3316
(62,51,22)
#302711
(48,39,17)
#221B0C
(34,27,12)
#140F07
(20,15,7)
#000000
(0,0,0)

Tints of #A08739

#A08739
(160,135,57)
#A8914B
(168,145,75)
#B09B5D
(176,155,93)
#B8A56F
(184,165,111)
#C0AF81
(192,175,129)
#C8B993
(200,185,147)
#D0C3A5
(208,195,165)
#D8CDB7
(216,205,183)
#E0D7C9
(224,215,201)
#E8E1DB
(232,225,219)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08739 color. Also use rgb(160,135,57) instead hex code.

Text Font Color

.myTextColor { color: #A08739; }

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

This text font color is #A08739.

Background Color

.myBgColor { background-color: #A08739; }

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

This div background color is #A08739.

Border color

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

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

This div border color is #A08739.

Opacity

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

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

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

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

This text has shadow with #A08739 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08739.

Preview

Color preview on black background

This text has color #A08739 on black background.


Color preview on white background

This text has color #A08739 on white background.


Black color preview on #A08739 background

This text has black color on #A08739 background.


White color preview on #A08739 background

This text has white color on #A08739 background.


Related colors

Complementary color

Complementary color for #hex is #5F78C6.


I love getcolorcode.com

Triadic colors

1 #39A087 and #8739A0 with #A08739 are triadic colors.

2 #3987A0 and #87A039 with #A08739 are triadic colors.