COLOR #A84823

HEX: #A84823
RGB: (168,72,35)

Color info

#A84823 contains mainly red color. Web safe color of #A84823 is #993333 (or #933).

RGB color model

#A84823 color RGB value is (168,72,35).

  • red value is 168;
  • green value is 72;
  • blue value is 35.
RGB:
(168,72,35)
(66%,28%,14%)

RGB channels and saturation

R 168 of 255 = 66%
G 72 of 255 = 28%
B 35 of 255 = 14%

168
72
35

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

Portions of RGB colors in percentages

R + G + B =
168 + 72 + 35 = 275 (100%)
R 168 of 275 ~ 61.09%
G 72 of 275 ~ 26.18%
B 35 of 275 ~ 12.73%

%61.09
%26.18
%12.73

CMYK color model

#A84823 color CMYK value is (0,57,79,34).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 79.17%
  • key color value is 34.12%
CMYK:
(0,57,79,34)
C0M57Y79K34 
(0%,57%,79%,34%)
(0.00/0.57/0.79/0.34)	

CMYK percentages

%0
%57.14
%79.17
%34.12

Codes

Color #A84823 in popluar color models

A84823
RGB1687235
HSL17°65.52%39.80%
HSB/HSV17°79.17%65.88%
CMYK0.00%57.14%79.17%
34.12%

Color #A84823 in popluar number systems.

HEXA84823
Decimal1687235
Binary101010001001000100011
Octal25011043

Shades and tints

Shades of #A84823

#A84823
(168,72,35)
#994220
(153,66,32)
#8A3C1D
(138,60,29)
#7B361A
(123,54,26)
#6C3017
(108,48,23)
#5D2A14
(93,42,20)
#4E2411
(78,36,17)
#3F1E0E
(63,30,14)
#30180B
(48,24,11)
#211208
(33,18,8)
#120C05
(18,12,5)
#000000
(0,0,0)

Tints of #A84823

#A84823
(168,72,35)
#AF5837
(175,88,55)
#B6684B
(182,104,75)
#BD785F
(189,120,95)
#C48873
(196,136,115)
#CB9887
(203,152,135)
#D2A89B
(210,168,155)
#D9B8AF
(217,184,175)
#E0C8C3
(224,200,195)
#E7D8D7
(231,216,215)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A84823 color. Also use rgb(168,72,35) instead hex code.

Text Font Color

.myTextColor { color: #A84823; }

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

This text font color is #A84823.


Background Color

.myBgColor { background-color: #A84823; }

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

This div background color is #A84823.


Border color

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

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

This div border color is #A84823.


Opacity

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

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

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

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

This text has shadow with #A84823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A84823 on black background.


Color preview on white background

This text has color #A84823 on white background.



Black color preview on #A84823 background

This text has black color on #A84823 background.


White color preview on #A84823 background

This text has white color on #A84823 background.