COLOR #A8806B

HEX: #A8806B
RGB: (168,128,107)

Color info

#A8806B contains mainly red and green colors. Web safe color of #A8806B is #996666 (or #966).

RGB color model

#A8806B color RGB value is (168,128,107).

  • red value is 168;
  • green value is 128;
  • blue value is 107.
RGB:
(168,128,107)
(66%,50%,42%)

RGB channels and saturation

R 168 of 255 = 66%
G 128 of 255 = 50%
B 107 of 255 = 42%

168
128
107

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

Portions of RGB colors in percentages

R + G + B =
168 + 128 + 107 = 403 (100%)
R 168 of 403 ~ 41.69%
G 128 of 403 ~ 31.76%
B 107 of 403 ~ 26.55%

%41.69
%31.76
%26.55

CMYK color model

#A8806B color CMYK value is (0,24,36,34).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 36.31%
  • key color value is 34.12%
CMYK:
(0,24,36,34)
C0M24Y36K34 
(0%,24%,36%,34%)
(0.00/0.24/0.36/0.34)	

CMYK percentages

%0
%23.81
%36.31
%34.12

Codes

Color #A8806B in popluar color models

A8806B
RGB168128107
HSL21°25.96%53.92%
HSB/HSV21°36.31%65.88%
CMYK0.00%23.81%36.31%
34.12%

Color #A8806B in popluar number systems.

HEXA8806B
Decimal168128107
Binary10101000100000001101011
Octal250200153

Shades and tints

Shades of #A8806B

#A8806B
(168,128,107)
#997562
(153,117,98)
#8A6A59
(138,106,89)
#7B5F50
(123,95,80)
#6C5447
(108,84,71)
#5D493E
(93,73,62)
#4E3E35
(78,62,53)
#3F332C
(63,51,44)
#302823
(48,40,35)
#211D1A
(33,29,26)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #A8806B

#A8806B
(168,128,107)
#AF8B78
(175,139,120)
#B69685
(182,150,133)
#BDA192
(189,161,146)
#C4AC9F
(196,172,159)
#CBB7AC
(203,183,172)
#D2C2B9
(210,194,185)
#D9CDC6
(217,205,198)
#E0D8D3
(224,216,211)
#E7E3E0
(231,227,224)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8806B; }

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

This text font color is #A8806B.


Background Color

.myBgColor { background-color: #A8806B; }

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

This div background color is #A8806B.


Border color

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

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

This div border color is #A8806B.


Opacity

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

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

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

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

This text has shadow with #A8806B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8806B on black background.


Color preview on white background

This text has color #A8806B on white background.



Black color preview on #A8806B background

This text has black color on #A8806B background.


White color preview on #A8806B background

This text has white color on #A8806B background.