COLOR #A8866E

HEX: #A8866E RGB: (168,134,110)

Color info

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

RGB color model

#A8866E color RGB value is (168,134,110).

RGB: (168,134,110) (66%, 53%, 43%)

RGB channels and saturation

R 168 of 255 = 66%
G 134 of 255 = 53%
B 110 of 255 = 43%

168
134
110

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

Portions of RGB colors in percentages

R + G + B = 168 + 134 + 110 = 412 (100%)
R 168 of 412 ~ 40.78%
G 134 of 412 ~ 32.52%
B 110 of 412 ~ 26.7'%

%40.78
%32.52
%26.7

CMYK color model

#A8866E color CMYK value is (0,20,35,34).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 34.52%
  • key color value is 34.12%

CMYK: (0,20,35,34)
C0M20Y35K34 (0%, 20%, 35%, 34%)
(0.00 / 0.20 / 0.35 / 0.34)

CMYK percentages

%0
%20.24
%34.52
%34.12

Codes

Color #A8866E in popluar color models

A8 86 6E
RGB 168 134 110
HSL 25° 25.00% 54.51%
HSB/HSV 25° 34.52% 65.88%
CMYK 0.00% 20.24% 34.52%
34.12%

Color #A8866E in popluar number systems.

HEX A8 86 6E
Decimal 168 134 110
Binary 10101000 10000110 1101110
Octal 250 206 156

Shades and tints

Shades of #A8866E

#A8866E
(168,134,110)
#997A64
(153,122,100)
#8A6E5A
(138,110,90)
#7B6250
(123,98,80)
#6C5646
(108,86,70)
#5D4A3C
(93,74,60)
#4E3E32
(78,62,50)
#3F3228
(63,50,40)
#30261E
(48,38,30)
#211A14
(33,26,20)
#120E0A
(18,14,10)
#000000
(0,0,0)

Tints of #A8866E

#A8866E
(168,134,110)
#AF917B
(175,145,123)
#B69C88
(182,156,136)
#BDA795
(189,167,149)
#C4B2A2
(196,178,162)
#CBBDAF
(203,189,175)
#D2C8BC
(210,200,188)
#D9D3C9
(217,211,201)
#E0DED6
(224,222,214)
#E7E9E3
(231,233,227)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8866E color. Also use rgb(168,134,110) instead hex code.

Text Font Color

.myTextColor { color: #A8866E; }

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

This text font color is #A8866E.

Background Color

.myBgColor { background-color: #A8866E; }

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

This div background color is #A8866E.

Border color

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

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

This div border color is #A8866E.

Opacity

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

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

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

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

This text has shadow with #A8866E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8866E.

Preview

Color preview on black background

This text has color #A8866E on black background.


Color preview on white background

This text has color #A8866E on white background.


Black color preview on #A8866E background

This text has black color on #A8866E background.


White color preview on #A8866E background

This text has white color on #A8866E background.


Related colors

Complementary color

Complementary color for #hex is #577991.


I love getcolorcode.com

Triadic colors

1 #6EA886 and #866EA8 with #A8866E are triadic colors.

2 #6E86A8 and #86A86E with #A8866E are triadic colors.