COLOR #A08346

HEX: #A08346
RGB: (160,131,70)

Color info

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

RGB color model

#A08346 color RGB value is (160,131,70).

  • red value is 160;
  • green value is 131;
  • blue value is 70.
RGB:
(160,131,70)
(63%,51%,27%)

RGB channels and saturation

R 160 of 255 = 63%
G 131 of 255 = 51%
B 70 of 255 = 27%

160
131
70

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

Portions of RGB colors in percentages

R + G + B =
160 + 131 + 70 = 361 (100%)
R 160 of 361 ~ 44.32%
G 131 of 361 ~ 36.29%
B 70 of 361 ~ 19.39%

%44.32
%36.29
%19.39

CMYK color model

#A08346 color CMYK value is (0,18,56,37).

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 56.25%
  • key color value is 37.25%
CMYK:
(0,18,56,37)
C0M18Y56K37 
(0%,18%,56%,37%)
(0.00/0.18/0.56/0.37)	

CMYK percentages

%0
%18.13
%56.25
%37.25

Codes

Color #A08346 in popluar color models

A08346
RGB16013170
HSL41°39.13%45.10%
HSB/HSV41°56.25%62.75%
CMYK0.00%18.13%56.25%
37.25%

Color #A08346 in popluar number systems.

HEXA08346
Decimal16013170
Binary10100000100000111000110
Octal240203106

Shades and tints

Shades of #A08346

#A08346
(160,131,70)
#927840
(146,120,64)
#846D3A
(132,109,58)
#766234
(118,98,52)
#68572E
(104,87,46)
#5A4C28
(90,76,40)
#4C4122
(76,65,34)
#3E361C
(62,54,28)
#302B16
(48,43,22)
#222010
(34,32,16)
#14150A
(20,21,10)
#000000
(0,0,0)

Tints of #A08346

#A08346
(160,131,70)
#A88E56
(168,142,86)
#B09966
(176,153,102)
#B8A476
(184,164,118)
#C0AF86
(192,175,134)
#C8BA96
(200,186,150)
#D0C5A6
(208,197,166)
#D8D0B6
(216,208,182)
#E0DBC6
(224,219,198)
#E8E6D6
(232,230,214)
#F0F1E6
(240,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08346 color. Also use rgb(160,131,70) instead hex code.

Text Font Color

.myTextColor { color: #A08346; }

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

This text font color is #A08346.


Background Color

.myBgColor { background-color: #A08346; }

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

This div background color is #A08346.


Border color

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

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

This div border color is #A08346.


Opacity

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

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

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

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

This text has shadow with #A08346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08346 on black background.


Color preview on white background

This text has color #A08346 on white background.



Black color preview on #A08346 background

This text has black color on #A08346 background.


White color preview on #A08346 background

This text has white color on #A08346 background.