COLOR #A8896B

HEX: #A8896B
RGB: (168,137,107)

Color info

#A8896B contains mainly red and green colors. Web safe color of #A8896B is #999966 (or #996).

RGB color model

#A8896B color RGB value is (168,137,107).

  • red value is 168;
  • green value is 137;
  • blue value is 107.
RGB:
(168,137,107)
(66%,54%,42%)

RGB channels and saturation

R 168 of 255 = 66%
G 137 of 255 = 54%
B 107 of 255 = 42%

168
137
107

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

Portions of RGB colors in percentages

R + G + B =
168 + 137 + 107 = 412 (100%)
R 168 of 412 ~ 40.78%
G 137 of 412 ~ 33.25%
B 107 of 412 ~ 25.97%

%40.78
%33.25
%25.97

CMYK color model

#A8896B color CMYK value is (0,18,36,34).

  • cyan value is 0.00%
  • magenta value is 18.45%
  • yellow value is 36.31%
  • key color value is 34.12%
CMYK:
(0,18,36,34)
C0M18Y36K34 
(0%,18%,36%,34%)
(0.00/0.18/0.36/0.34)	

CMYK percentages

%0
%18.45
%36.31
%34.12

Codes

Color #A8896B in popluar color models

A8896B
RGB168137107
HSL30°25.96%53.92%
HSB/HSV30°36.31%65.88%
CMYK0.00%18.45%36.31%
34.12%

Color #A8896B in popluar number systems.

HEXA8896B
Decimal168137107
Binary10101000100010011101011
Octal250211153

Shades and tints

Shades of #A8896B

#A8896B
(168,137,107)
#997D62
(153,125,98)
#8A7159
(138,113,89)
#7B6550
(123,101,80)
#6C5947
(108,89,71)
#5D4D3E
(93,77,62)
#4E4135
(78,65,53)
#3F352C
(63,53,44)
#302923
(48,41,35)
#211D1A
(33,29,26)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #A8896B

#A8896B
(168,137,107)
#AF9378
(175,147,120)
#B69D85
(182,157,133)
#BDA792
(189,167,146)
#C4B19F
(196,177,159)
#CBBBAC
(203,187,172)
#D2C5B9
(210,197,185)
#D9CFC6
(217,207,198)
#E0D9D3
(224,217,211)
#E7E3E0
(231,227,224)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8896B color. Also use rgb(168,137,107) instead hex code.

Text Font Color

.myTextColor { color: #A8896B; }

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

This text font color is #A8896B.


Background Color

.myBgColor { background-color: #A8896B; }

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

This div background color is #A8896B.


Border color

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

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

This div border color is #A8896B.


Opacity

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

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

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

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

This text has shadow with #A8896B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8896B on black background.


Color preview on white background

This text has color #A8896B on white background.



Black color preview on #A8896B background

This text has black color on #A8896B background.


White color preview on #A8896B background

This text has white color on #A8896B background.