COLOR #A85A33

HEX: #A85A33
RGB: (168,90,51)

Color info

#A85A33 contains mainly red color. Web safe color of #A85A33 is #996633 (or #963).

RGB color model

#A85A33 color RGB value is (168,90,51).

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

RGB channels and saturation

R 168 of 255 = 66%
G 90 of 255 = 35%
B 51 of 255 = 20%

168
90
51

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

Portions of RGB colors in percentages

R + G + B =
168 + 90 + 51 = 309 (100%)
R 168 of 309 ~ 54.37%
G 90 of 309 ~ 29.13%
B 51 of 309 ~ 16.5%

%54.37
%29.13
%16.5

CMYK color model

#A85A33 color CMYK value is (0,46,70,34).

  • cyan value is 0.00%
  • magenta value is 46.43%
  • yellow value is 69.64%
  • key color value is 34.12%
CMYK:
(0,46,70,34)
C0M46Y70K34 
(0%,46%,70%,34%)
(0.00/0.46/0.70/0.34)	

CMYK percentages

%0
%46.43
%69.64
%34.12

Codes

Color #A85A33 in popluar color models

A85A33
RGB1689051
HSL20°53.42%42.94%
HSB/HSV20°69.64%65.88%
CMYK0.00%46.43%69.64%
34.12%

Color #A85A33 in popluar number systems.

HEXA85A33
Decimal1689051
Binary101010001011010110011
Octal25013263

Shades and tints

Shades of #A85A33

#A85A33
(168,90,51)
#99522F
(153,82,47)
#8A4A2B
(138,74,43)
#7B4227
(123,66,39)
#6C3A23
(108,58,35)
#5D321F
(93,50,31)
#4E2A1B
(78,42,27)
#3F2217
(63,34,23)
#301A13
(48,26,19)
#21120F
(33,18,15)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #A85A33

#A85A33
(168,90,51)
#AF6945
(175,105,69)
#B67857
(182,120,87)
#BD8769
(189,135,105)
#C4967B
(196,150,123)
#CBA58D
(203,165,141)
#D2B49F
(210,180,159)
#D9C3B1
(217,195,177)
#E0D2C3
(224,210,195)
#E7E1D5
(231,225,213)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A85A33; }

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

This text font color is #A85A33.


Background Color

.myBgColor { background-color: #A85A33; }

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

This div background color is #A85A33.


Border color

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

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

This div border color is #A85A33.


Opacity

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

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

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

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

This text has shadow with #A85A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A85A33 on black background.


Color preview on white background

This text has color #A85A33 on white background.



Black color preview on #A85A33 background

This text has black color on #A85A33 background.


White color preview on #A85A33 background

This text has white color on #A85A33 background.