COLOR #A08355

HEX: #A08355
RGB: (160,131,85)

Color info

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

RGB color model

#A08355 color RGB value is (160,131,85).

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

RGB channels and saturation

R 160 of 255 = 63%
G 131 of 255 = 51%
B 85 of 255 = 33%

160
131
85

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

Portions of RGB colors in percentages

R + G + B =
160 + 131 + 85 = 376 (100%)
R 160 of 376 ~ 42.55%
G 131 of 376 ~ 34.84%
B 85 of 376 ~ 22.61%

%42.55
%34.84
%22.61

CMYK color model

#A08355 color CMYK value is (0,18,47,37).

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 46.88%
  • key color value is 37.25%
CMYK:
(0,18,47,37)
C0M18Y47K37 
(0%,18%,47%,37%)
(0.00/0.18/0.47/0.37)	

CMYK percentages

%0
%18.13
%46.88
%37.25

Codes

Color #A08355 in popluar color models

A08355
RGB16013185
HSL37°30.61%48.04%
HSB/HSV37°46.88%62.75%
CMYK0.00%18.13%46.88%
37.25%

Color #A08355 in popluar number systems.

HEXA08355
Decimal16013185
Binary10100000100000111010101
Octal240203125

Shades and tints

Shades of #A08355

#A08355
(160,131,85)
#92784E
(146,120,78)
#846D47
(132,109,71)
#766240
(118,98,64)
#685739
(104,87,57)
#5A4C32
(90,76,50)
#4C412B
(76,65,43)
#3E3624
(62,54,36)
#302B1D
(48,43,29)
#222016
(34,32,22)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #A08355

#A08355
(160,131,85)
#A88E64
(168,142,100)
#B09973
(176,153,115)
#B8A482
(184,164,130)
#C0AF91
(192,175,145)
#C8BAA0
(200,186,160)
#D0C5AF
(208,197,175)
#D8D0BE
(216,208,190)
#E0DBCD
(224,219,205)
#E8E6DC
(232,230,220)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08355; }

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

This text font color is #A08355.


Background Color

.myBgColor { background-color: #A08355; }

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

This div background color is #A08355.


Border color

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

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

This div border color is #A08355.


Opacity

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

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

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

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

This text has shadow with #A08355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08355 on black background.


Color preview on white background

This text has color #A08355 on white background.



Black color preview on #A08355 background

This text has black color on #A08355 background.


White color preview on #A08355 background

This text has white color on #A08355 background.