COLOR #A8967B

HEX: #A8967B
RGB: (168,150,123)

Color info

#A8967B contains red, green and blue colors in about the same proportion. Web safe color of #A8967B is #999966 (or #996).

RGB color model

#A8967B color RGB value is (168,150,123).

  • red value is 168;
  • green value is 150;
  • blue value is 123.
RGB:
(168,150,123)
(66%,59%,48%)

RGB channels and saturation

R 168 of 255 = 66%
G 150 of 255 = 59%
B 123 of 255 = 48%

168
150
123

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

Portions of RGB colors in percentages

R + G + B =
168 + 150 + 123 = 441 (100%)
R 168 of 441 ~ 38.1%
G 150 of 441 ~ 34.01%
B 123 of 441 ~ 27.89%

%38.1
%34.01
%27.89

CMYK color model

#A8967B color CMYK value is (0,11,27,34).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 26.79%
  • key color value is 34.12%
CMYK:
(0,11,27,34)
C0M11Y27K34 
(0%,11%,27%,34%)
(0.00/0.11/0.27/0.34)	

CMYK percentages

%0
%10.71
%26.79
%34.12

Codes

Color #A8967B in popluar color models

A8967B
RGB168150123
HSL36°20.55%57.06%
HSB/HSV36°26.79%65.88%
CMYK0.00%10.71%26.79%
34.12%

Color #A8967B in popluar number systems.

HEXA8967B
Decimal168150123
Binary10101000100101101111011
Octal250226173

Shades and tints

Shades of #A8967B

#A8967B
(168,150,123)
#998970
(153,137,112)
#8A7C65
(138,124,101)
#7B6F5A
(123,111,90)
#6C624F
(108,98,79)
#5D5544
(93,85,68)
#4E4839
(78,72,57)
#3F3B2E
(63,59,46)
#302E23
(48,46,35)
#212118
(33,33,24)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #A8967B

#A8967B
(168,150,123)
#AF9F87
(175,159,135)
#B6A893
(182,168,147)
#BDB19F
(189,177,159)
#C4BAAB
(196,186,171)
#CBC3B7
(203,195,183)
#D2CCC3
(210,204,195)
#D9D5CF
(217,213,207)
#E0DEDB
(224,222,219)
#E7E7E7
(231,231,231)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8967B color. Also use rgb(168,150,123) instead hex code.

Text Font Color

.myTextColor { color: #A8967B; }

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

This text font color is #A8967B.


Background Color

.myBgColor { background-color: #A8967B; }

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

This div background color is #A8967B.


Border color

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

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

This div border color is #A8967B.


Opacity

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

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

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

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

This text has shadow with #A8967B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8967B on black background.


Color preview on white background

This text has color #A8967B on white background.



Black color preview on #A8967B background

This text has black color on #A8967B background.


White color preview on #A8967B background

This text has white color on #A8967B background.