COLOR #A8936D

HEX: #A8936D
RGB: (168,147,109)

Color info

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

RGB color model

#A8936D color RGB value is (168,147,109).

  • red value is 168;
  • green value is 147;
  • blue value is 109.
RGB:
(168,147,109)
(66%,58%,43%)

RGB channels and saturation

R 168 of 255 = 66%
G 147 of 255 = 58%
B 109 of 255 = 43%

168
147
109

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

Portions of RGB colors in percentages

R + G + B =
168 + 147 + 109 = 424 (100%)
R 168 of 424 ~ 39.62%
G 147 of 424 ~ 34.67%
B 109 of 424 ~ 25.71%

%39.62
%34.67
%25.71

CMYK color model

#A8936D color CMYK value is (0,13,35,34).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 35.12%
  • key color value is 34.12%
CMYK:
(0,13,35,34)
C0M13Y35K34 
(0%,13%,35%,34%)
(0.00/0.13/0.35/0.34)	

CMYK percentages

%0
%12.5
%35.12
%34.12

Codes

Color #A8936D in popluar color models

A8936D
RGB168147109
HSL39°25.32%54.31%
HSB/HSV39°35.12%65.88%
CMYK0.00%12.50%35.12%
34.12%

Color #A8936D in popluar number systems.

HEXA8936D
Decimal168147109
Binary10101000100100111101101
Octal250223155

Shades and tints

Shades of #A8936D

#A8936D
(168,147,109)
#998664
(153,134,100)
#8A795B
(138,121,91)
#7B6C52
(123,108,82)
#6C5F49
(108,95,73)
#5D5240
(93,82,64)
#4E4537
(78,69,55)
#3F382E
(63,56,46)
#302B25
(48,43,37)
#211E1C
(33,30,28)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #A8936D

#A8936D
(168,147,109)
#AF9C7A
(175,156,122)
#B6A587
(182,165,135)
#BDAE94
(189,174,148)
#C4B7A1
(196,183,161)
#CBC0AE
(203,192,174)
#D2C9BB
(210,201,187)
#D9D2C8
(217,210,200)
#E0DBD5
(224,219,213)
#E7E4E2
(231,228,226)
#EEEDEF
(238,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8936D color. Also use rgb(168,147,109) instead hex code.

Text Font Color

.myTextColor { color: #A8936D; }

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

This text font color is #A8936D.


Background Color

.myBgColor { background-color: #A8936D; }

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

This div background color is #A8936D.


Border color

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

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

This div border color is #A8936D.


Opacity

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

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

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

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

This text has shadow with #A8936D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8936D on black background.


Color preview on white background

This text has color #A8936D on white background.



Black color preview on #A8936D background

This text has black color on #A8936D background.


White color preview on #A8936D background

This text has white color on #A8936D background.