COLOR #A8884D

HEX: #A8884D
RGB: (168,136,77)

Color info

#A8884D contains mainly red and green colors. Web safe color of #A8884D is #999933 (or #993).

RGB color model

#A8884D color RGB value is (168,136,77).

  • red value is 168;
  • green value is 136;
  • blue value is 77.
RGB:
(168,136,77)
(66%,53%,30%)

RGB channels and saturation

R 168 of 255 = 66%
G 136 of 255 = 53%
B 77 of 255 = 30%

168
136
77

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

Portions of RGB colors in percentages

R + G + B =
168 + 136 + 77 = 381 (100%)
R 168 of 381 ~ 44.09%
G 136 of 381 ~ 35.7%
B 77 of 381 ~ 20.21%

%44.09
%35.7
%20.21

CMYK color model

#A8884D color CMYK value is (0,19,54,34).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 54.17%
  • key color value is 34.12%
CMYK:
(0,19,54,34)
C0M19Y54K34 
(0%,19%,54%,34%)
(0.00/0.19/0.54/0.34)	

CMYK percentages

%0
%19.05
%54.17
%34.12

Codes

Color #A8884D in popluar color models

A8884D
RGB16813677
HSL39°37.14%48.04%
HSB/HSV39°54.17%65.88%
CMYK0.00%19.05%54.17%
34.12%

Color #A8884D in popluar number systems.

HEXA8884D
Decimal16813677
Binary10101000100010001001101
Octal250210115

Shades and tints

Shades of #A8884D

#A8884D
(168,136,77)
#997C46
(153,124,70)
#8A703F
(138,112,63)
#7B6438
(123,100,56)
#6C5831
(108,88,49)
#5D4C2A
(93,76,42)
#4E4023
(78,64,35)
#3F341C
(63,52,28)
#302815
(48,40,21)
#211C0E
(33,28,14)
#121007
(18,16,7)
#000000
(0,0,0)

Tints of #A8884D

#A8884D
(168,136,77)
#AF925D
(175,146,93)
#B69C6D
(182,156,109)
#BDA67D
(189,166,125)
#C4B08D
(196,176,141)
#CBBA9D
(203,186,157)
#D2C4AD
(210,196,173)
#D9CEBD
(217,206,189)
#E0D8CD
(224,216,205)
#E7E2DD
(231,226,221)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8884D color. Also use rgb(168,136,77) instead hex code.

Text Font Color

.myTextColor { color: #A8884D; }

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

This text font color is #A8884D.


Background Color

.myBgColor { background-color: #A8884D; }

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

This div background color is #A8884D.


Border color

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

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

This div border color is #A8884D.


Opacity

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

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

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

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

This text has shadow with #A8884D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8884D on black background.


Color preview on white background

This text has color #A8884D on white background.



Black color preview on #A8884D background

This text has black color on #A8884D background.


White color preview on #A8884D background

This text has white color on #A8884D background.