COLOR #A8886B

HEX: #A8886B RGB: (168,136,107)

Color info

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

RGB color model

#A8886B color RGB value is (168,136,107).

RGB: (168,136,107) (66%, 53%, 42%)

RGB channels and saturation

R 168 of 255 = 66%
G 136 of 255 = 53%
B 107 of 255 = 42%

168
136
107

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

Portions of RGB colors in percentages

R + G + B = 168 + 136 + 107 = 411 (100%)
R 168 of 411 ~ 40.88%
G 136 of 411 ~ 33.09%
B 107 of 411 ~ 26.03'%

%40.88
%33.09
%26.03

CMYK color model

#A8886B color CMYK value is (0,19,36,34).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 36.31%
  • key color value is 34.12%
CMYK: (0,19,36,34) C0M19Y36K34 (0%,19%,36%,34%) (0.00/0.19/0.36/0.34) 

CMYK percentages

%0
%19.05
%36.31
%34.12

Codes

Color #A8886B in popluar color models

A8 88 6B
RGB 168 136 107
HSL 29° 25.96% 53.92%
HSB/HSV 29° 36.31% 65.88%
CMYK 0.00% 19.05% 36.31%
34.12%

Color #A8886B in popluar number systems.

HEX A8 88 6B
Decimal 168 136 107
Binary 10101000 10001000 1101011
Octal 250 210 153

Shades and tints

Shades of #A8886B

#A8886B
(168,136,107)
#997C62
(153,124,98)
#8A7059
(138,112,89)
#7B6450
(123,100,80)
#6C5847
(108,88,71)
#5D4C3E
(93,76,62)
#4E4035
(78,64,53)
#3F342C
(63,52,44)
#302823
(48,40,35)
#211C1A
(33,28,26)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #A8886B

#A8886B
(168,136,107)
#AF9278
(175,146,120)
#B69C85
(182,156,133)
#BDA692
(189,166,146)
#C4B09F
(196,176,159)
#CBBAAC
(203,186,172)
#D2C4B9
(210,196,185)
#D9CEC6
(217,206,198)
#E0D8D3
(224,216,211)
#E7E2E0
(231,226,224)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8886B; }

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

This text font color is #A8886B.

Background Color

.myBgColor { background-color: #A8886B; }

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

This div background color is #A8886B.

Border color

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

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

This div border color is #A8886B.

Opacity

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

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

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

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

This text has shadow with #A8886B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8886B.

Preview

Color preview on black background

This text has color #A8886B on black background.


Color preview on white background

This text has color #A8886B on white background.


Black color preview on #A8886B background

This text has black color on #A8886B background.


White color preview on #A8886B background

This text has white color on #A8886B background.


Related colors

Complementary color

Complementary color for #hex is #577794.


I love getcolorcode.com

Triadic colors

1 #6BA888 and #886BA8 with #A8886B are triadic colors.

2 #6B88A8 and #88A86B with #A8886B are triadic colors.