COLOR #A85516

HEX: #A85516
RGB: (168,85,22)

Color info

#A85516 contains mainly red color. Web safe color of #A85516 is #996600 (or #960).

RGB color model

#A85516 color RGB value is (168,85,22).

  • red value is 168;
  • green value is 85;
  • blue value is 22.
RGB:
(168,85,22)
(66%,33%,9%)

RGB channels and saturation

R 168 of 255 = 66%
G 85 of 255 = 33%
B 22 of 255 = 9%

168
85
22

R + G + B ~ 36%. #A85516 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 85 + 22 = 275 (100%)
R 168 of 275 ~ 61.09%
G 85 of 275 ~ 30.91%
B 22 of 275 ~ 8%

%61.09
%30.91

CMYK color model

#A85516 color CMYK value is (0,49,87,34).

  • cyan value is 0.00%
  • magenta value is 49.40%
  • yellow value is 86.90%
  • key color value is 34.12%
CMYK:
(0,49,87,34)
C0M49Y87K34 
(0%,49%,87%,34%)
(0.00/0.49/0.87/0.34)	

CMYK percentages

%0
%49.4
%86.9
%34.12

Codes

Color #A85516 in popluar color models

A85516
RGB1688522
HSL26°76.84%37.25%
HSB/HSV26°86.90%65.88%
CMYK0.00%49.40%86.90%
34.12%

Color #A85516 in popluar number systems.

HEXA85516
Decimal1688522
Binary10101000101010110110
Octal25012526

Shades and tints

Shades of #A85516

#A85516
(168,85,22)
#994E14
(153,78,20)
#8A4712
(138,71,18)
#7B4010
(123,64,16)
#6C390E
(108,57,14)
#5D320C
(93,50,12)
#4E2B0A
(78,43,10)
#3F2408
(63,36,8)
#301D06
(48,29,6)
#211604
(33,22,4)
#120F02
(18,15,2)
#000000
(0,0,0)

Tints of #A85516

#A85516
(168,85,22)
#AF642B
(175,100,43)
#B67340
(182,115,64)
#BD8255
(189,130,85)
#C4916A
(196,145,106)
#CBA07F
(203,160,127)
#D2AF94
(210,175,148)
#D9BEA9
(217,190,169)
#E0CDBE
(224,205,190)
#E7DCD3
(231,220,211)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85516 color. Also use rgb(168,85,22) instead hex code.

Text Font Color

.myTextColor { color: #A85516; }

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

This text font color is #A85516.


Background Color

.myBgColor { background-color: #A85516; }

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

This div background color is #A85516.


Border color

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

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

This div border color is #A85516.


Opacity

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

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

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

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

This text has shadow with #A85516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85516 on black background.


Color preview on white background

This text has color #A85516 on white background.



Black color preview on #A85516 background

This text has black color on #A85516 background.


White color preview on #A85516 background

This text has white color on #A85516 background.