COLOR #A8816E

HEX: #A8816E RGB: (168,129,110)

Color info

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

RGB color model

#A8816E color RGB value is (168,129,110).

RGB: (168,129,110) (66%, 51%, 43%)

RGB channels and saturation

R 168 of 255 = 66%
G 129 of 255 = 51%
B 110 of 255 = 43%

168
129
110

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

Portions of RGB colors in percentages

R + G + B = 168 + 129 + 110 = 407 (100%)
R 168 of 407 ~ 41.28%
G 129 of 407 ~ 31.7%
B 110 of 407 ~ 27.03'%

%41.28
%31.7
%27.03

CMYK color model

#A8816E color CMYK value is (0,23,35,34).

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

CMYK: (0,23,35,34)
C0M23Y35K34 (0%, 23%, 35%, 34%)
(0.00 / 0.23 / 0.35 / 0.34)

CMYK percentages

%0
%23.21
%34.52
%34.12

Codes

Color #A8816E in popluar color models

A8 81 6E
RGB 168 129 110
HSL 20° 25.00% 54.51%
HSB/HSV 20° 34.52% 65.88%
CMYK 0.00% 23.21% 34.52%
34.12%

Color #A8816E in popluar number systems.

HEX A8 81 6E
Decimal 168 129 110
Binary 10101000 10000001 1101110
Octal 250 201 156

Shades and tints

Shades of #A8816E

#A8816E
(168,129,110)
#997664
(153,118,100)
#8A6B5A
(138,107,90)
#7B6050
(123,96,80)
#6C5546
(108,85,70)
#5D4A3C
(93,74,60)
#4E3F32
(78,63,50)
#3F3428
(63,52,40)
#30291E
(48,41,30)
#211E14
(33,30,20)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #A8816E

#A8816E
(168,129,110)
#AF8C7B
(175,140,123)
#B69788
(182,151,136)
#BDA295
(189,162,149)
#C4ADA2
(196,173,162)
#CBB8AF
(203,184,175)
#D2C3BC
(210,195,188)
#D9CEC9
(217,206,201)
#E0D9D6
(224,217,214)
#E7E4E3
(231,228,227)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8816E; }

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

This text font color is #A8816E.

Background Color

.myBgColor { background-color: #A8816E; }

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

This div background color is #A8816E.

Border color

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

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

This div border color is #A8816E.

Opacity

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

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

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

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

This text has shadow with #A8816E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8816E.

Preview

Color preview on black background

This text has color #A8816E on black background.


Color preview on white background

This text has color #A8816E on white background.


Black color preview on #A8816E background

This text has black color on #A8816E background.


White color preview on #A8816E background

This text has white color on #A8816E background.


Related colors

Complementary color

Complementary color for #hex is #577E91.


I love getcolorcode.com

Triadic colors

1 #6EA881 and #816EA8 with #A8816E are triadic colors.

2 #6E81A8 and #81A86E with #A8816E are triadic colors.