COLOR #A84E22

HEX: #A84E22
RGB: (168,78,34)

Color info

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

RGB color model

#A84E22 color RGB value is (168,78,34).

  • red value is 168;
  • green value is 78;
  • blue value is 34.
RGB:
(168,78,34)
(66%,31%,13%)

RGB channels and saturation

R 168 of 255 = 66%
G 78 of 255 = 31%
B 34 of 255 = 13%

168
78
34

R + G + B ~ 37%. #A84E22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 78 + 34 = 280 (100%)
R 168 of 280 ~ 60%
G 78 of 280 ~ 27.86%
B 34 of 280 ~ 12.14%

%60
%27.86
%12.14

CMYK color model

#A84E22 color CMYK value is (0,54,80,34).

  • cyan value is 0.00%
  • magenta value is 53.57%
  • yellow value is 79.76%
  • key color value is 34.12%
CMYK:
(0,54,80,34)
C0M54Y80K34 
(0%,54%,80%,34%)
(0.00/0.54/0.80/0.34)	

CMYK percentages

%0
%53.57
%79.76
%34.12

Codes

Color #A84E22 in popluar color models

A84E22
RGB1687834
HSL20°66.34%39.61%
HSB/HSV20°79.76%65.88%
CMYK0.00%53.57%79.76%
34.12%

Color #A84E22 in popluar number systems.

HEXA84E22
Decimal1687834
Binary101010001001110100010
Octal25011642

Shades and tints

Shades of #A84E22

#A84E22
(168,78,34)
#99471F
(153,71,31)
#8A401C
(138,64,28)
#7B3919
(123,57,25)
#6C3216
(108,50,22)
#5D2B13
(93,43,19)
#4E2410
(78,36,16)
#3F1D0D
(63,29,13)
#30160A
(48,22,10)
#210F07
(33,15,7)
#120804
(18,8,4)
#000000
(0,0,0)

Tints of #A84E22

#A84E22
(168,78,34)
#AF5E36
(175,94,54)
#B66E4A
(182,110,74)
#BD7E5E
(189,126,94)
#C48E72
(196,142,114)
#CB9E86
(203,158,134)
#D2AE9A
(210,174,154)
#D9BEAE
(217,190,174)
#E0CEC2
(224,206,194)
#E7DED6
(231,222,214)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A84E22 color. Also use rgb(168,78,34) instead hex code.

Text Font Color

.myTextColor { color: #A84E22; }

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

This text font color is #A84E22.


Background Color

.myBgColor { background-color: #A84E22; }

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

This div background color is #A84E22.


Border color

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

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

This div border color is #A84E22.


Opacity

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

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

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

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

This text has shadow with #A84E22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A84E22 on black background.


Color preview on white background

This text has color #A84E22 on white background.



Black color preview on #A84E22 background

This text has black color on #A84E22 background.


White color preview on #A84E22 background

This text has white color on #A84E22 background.