COLOR #A8806A

HEX: #A8806A RGB: (168,128,106)

Color info

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

RGB color model

#A8806A color RGB value is (168,128,106).

RGB: (168,128,106) (66%, 50%, 42%)

RGB channels and saturation

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

168
128
106

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

Portions of RGB colors in percentages

R + G + B = 168 + 128 + 106 = 402 (100%)
R 168 of 402 ~ 41.79%
G 128 of 402 ~ 31.84%
B 106 of 402 ~ 26.37'%

%41.79
%31.84
%26.37

CMYK color model

#A8806A color CMYK value is (0,24,37,34).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 36.90%
  • key color value is 34.12%

CMYK: (0,24,37,34)
C0M24Y37K34 (0%, 24%, 37%, 34%)
(0.00 / 0.24 / 0.37 / 0.34)

CMYK percentages

%0
%23.81
%36.9
%34.12

Codes

Color #A8806A in popluar color models

A8 80 6A
RGB 168 128 106
HSL 21° 26.27% 53.73%
HSB/HSV 21° 36.90% 65.88%
CMYK 0.00% 23.81% 36.90%
34.12%

Color #A8806A in popluar number systems.

HEX A8 80 6A
Decimal 168 128 106
Binary 10101000 10000000 1101010
Octal 250 200 152

Shades and tints

Shades of #A8806A

#A8806A
(168,128,106)
#997561
(153,117,97)
#8A6A58
(138,106,88)
#7B5F4F
(123,95,79)
#6C5446
(108,84,70)
#5D493D
(93,73,61)
#4E3E34
(78,62,52)
#3F332B
(63,51,43)
#302822
(48,40,34)
#211D19
(33,29,25)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #A8806A

#A8806A
(168,128,106)
#AF8B77
(175,139,119)
#B69684
(182,150,132)
#BDA191
(189,161,145)
#C4AC9E
(196,172,158)
#CBB7AB
(203,183,171)
#D2C2B8
(210,194,184)
#D9CDC5
(217,205,197)
#E0D8D2
(224,216,210)
#E7E3DF
(231,227,223)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8806A; }

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

This text font color is #A8806A.

Background Color

.myBgColor { background-color: #A8806A; }

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

This div background color is #A8806A.

Border color

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

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

This div border color is #A8806A.

Opacity

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

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

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

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

This text has shadow with #A8806A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8806A.

Preview

Color preview on black background

This text has color #A8806A on black background.


Color preview on white background

This text has color #A8806A on white background.


Black color preview on #A8806A background

This text has black color on #A8806A background.


White color preview on #A8806A background

This text has white color on #A8806A background.


Related colors

Complementary color

Complementary color for #hex is #577F95.


I love getcolorcode.com

Triadic colors

1 #6AA880 and #806AA8 with #A8806A are triadic colors.

2 #6A80A8 and #80A86A with #A8806A are triadic colors.