COLOR #A8955F

HEX: #A8955F
RGB: (168,149,95)

Color info

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

RGB color model

#A8955F color RGB value is (168,149,95).

  • red value is 168;
  • green value is 149;
  • blue value is 95.
RGB:
(168,149,95)
(66%,58%,37%)

RGB channels and saturation

R 168 of 255 = 66%
G 149 of 255 = 58%
B 95 of 255 = 37%

168
149
95

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

Portions of RGB colors in percentages

R + G + B =
168 + 149 + 95 = 412 (100%)
R 168 of 412 ~ 40.78%
G 149 of 412 ~ 36.17%
B 95 of 412 ~ 23.06%

%40.78
%36.17
%23.06

CMYK color model

#A8955F color CMYK value is (0,11,43,34).

  • cyan value is 0.00%
  • magenta value is 11.31%
  • yellow value is 43.45%
  • key color value is 34.12%
CMYK:
(0,11,43,34)
C0M11Y43K34 
(0%,11%,43%,34%)
(0.00/0.11/0.43/0.34)	

CMYK percentages

%0
%11.31
%43.45
%34.12

Codes

Color #A8955F in popluar color models

A8955F
RGB16814995
HSL44°29.55%51.57%
HSB/HSV44°43.45%65.88%
CMYK0.00%11.31%43.45%
34.12%

Color #A8955F in popluar number systems.

HEXA8955F
Decimal16814995
Binary10101000100101011011111
Octal250225137

Shades and tints

Shades of #A8955F

#A8955F
(168,149,95)
#998857
(153,136,87)
#8A7B4F
(138,123,79)
#7B6E47
(123,110,71)
#6C613F
(108,97,63)
#5D5437
(93,84,55)
#4E472F
(78,71,47)
#3F3A27
(63,58,39)
#302D1F
(48,45,31)
#212017
(33,32,23)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #A8955F

#A8955F
(168,149,95)
#AF9E6D
(175,158,109)
#B6A77B
(182,167,123)
#BDB089
(189,176,137)
#C4B997
(196,185,151)
#CBC2A5
(203,194,165)
#D2CBB3
(210,203,179)
#D9D4C1
(217,212,193)
#E0DDCF
(224,221,207)
#E7E6DD
(231,230,221)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8955F color. Also use rgb(168,149,95) instead hex code.

Text Font Color

.myTextColor { color: #A8955F; }

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

This text font color is #A8955F.


Background Color

.myBgColor { background-color: #A8955F; }

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

This div background color is #A8955F.


Border color

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

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

This div border color is #A8955F.


Opacity

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

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

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

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

This text has shadow with #A8955F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8955F on black background.


Color preview on white background

This text has color #A8955F on white background.



Black color preview on #A8955F background

This text has black color on #A8955F background.


White color preview on #A8955F background

This text has white color on #A8955F background.