COLOR #A85A13

HEX: #A85A13
RGB: (168,90,19)

Color info

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

RGB color model

#A85A13 color RGB value is (168,90,19).

  • red value is 168;
  • green value is 90;
  • blue value is 19.
RGB:
(168,90,19)
(66%,35%,7%)

RGB channels and saturation

R 168 of 255 = 66%
G 90 of 255 = 35%
B 19 of 255 = 7%

168
90
19

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

Portions of RGB colors in percentages

R + G + B =
168 + 90 + 19 = 277 (100%)
R 168 of 277 ~ 60.65%
G 90 of 277 ~ 32.49%
B 19 of 277 ~ 6.86%

%60.65
%32.49

CMYK color model

#A85A13 color CMYK value is (0,46,89,34).

  • cyan value is 0.00%
  • magenta value is 46.43%
  • yellow value is 88.69%
  • key color value is 34.12%
CMYK:
(0,46,89,34)
C0M46Y89K34 
(0%,46%,89%,34%)
(0.00/0.46/0.89/0.34)	

CMYK percentages

%0
%46.43
%88.69
%34.12

Codes

Color #A85A13 in popluar color models

A85A13
RGB1689019
HSL29°79.68%36.67%
HSB/HSV29°88.69%65.88%
CMYK0.00%46.43%88.69%
34.12%

Color #A85A13 in popluar number systems.

HEXA85A13
Decimal1689019
Binary10101000101101010011
Octal25013223

Shades and tints

Shades of #A85A13

#A85A13
(168,90,19)
#995212
(153,82,18)
#8A4A11
(138,74,17)
#7B4210
(123,66,16)
#6C3A0F
(108,58,15)
#5D320E
(93,50,14)
#4E2A0D
(78,42,13)
#3F220C
(63,34,12)
#301A0B
(48,26,11)
#21120A
(33,18,10)
#120A09
(18,10,9)
#000000
(0,0,0)

Tints of #A85A13

#A85A13
(168,90,19)
#AF6928
(175,105,40)
#B6783D
(182,120,61)
#BD8752
(189,135,82)
#C49667
(196,150,103)
#CBA57C
(203,165,124)
#D2B491
(210,180,145)
#D9C3A6
(217,195,166)
#E0D2BB
(224,210,187)
#E7E1D0
(231,225,208)
#EEF0E5
(238,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85A13 color. Also use rgb(168,90,19) instead hex code.

Text Font Color

.myTextColor { color: #A85A13; }

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

This text font color is #A85A13.


Background Color

.myBgColor { background-color: #A85A13; }

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

This div background color is #A85A13.


Border color

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

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

This div border color is #A85A13.


Opacity

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

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

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

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

This text has shadow with #A85A13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85A13 on black background.


Color preview on white background

This text has color #A85A13 on white background.



Black color preview on #A85A13 background

This text has black color on #A85A13 background.


White color preview on #A85A13 background

This text has white color on #A85A13 background.