COLOR #A8846F

HEX: #A8846F
RGB: (168,132,111)

Color info

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

RGB color model

#A8846F color RGB value is (168,132,111).

  • red value is 168;
  • green value is 132;
  • blue value is 111.
RGB:
(168,132,111)
(66%,52%,44%)

RGB channels and saturation

R 168 of 255 = 66%
G 132 of 255 = 52%
B 111 of 255 = 44%

168
132
111

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

Portions of RGB colors in percentages

R + G + B =
168 + 132 + 111 = 411 (100%)
R 168 of 411 ~ 40.88%
G 132 of 411 ~ 32.12%
B 111 of 411 ~ 27.01%

%40.88
%32.12
%27.01

CMYK color model

#A8846F color CMYK value is (0,21,34,34).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 33.93%
  • key color value is 34.12%
CMYK:
(0,21,34,34)
C0M21Y34K34 
(0%,21%,34%,34%)
(0.00/0.21/0.34/0.34)	

CMYK percentages

%0
%21.43
%33.93
%34.12

Codes

Color #A8846F in popluar color models

A8846F
RGB168132111
HSL22°24.68%54.71%
HSB/HSV22°33.93%65.88%
CMYK0.00%21.43%33.93%
34.12%

Color #A8846F in popluar number systems.

HEXA8846F
Decimal168132111
Binary10101000100001001101111
Octal250204157

Shades and tints

Shades of #A8846F

#A8846F
(168,132,111)
#997865
(153,120,101)
#8A6C5B
(138,108,91)
#7B6051
(123,96,81)
#6C5447
(108,84,71)
#5D483D
(93,72,61)
#4E3C33
(78,60,51)
#3F3029
(63,48,41)
#30241F
(48,36,31)
#211815
(33,24,21)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #A8846F

#A8846F
(168,132,111)
#AF8F7C
(175,143,124)
#B69A89
(182,154,137)
#BDA596
(189,165,150)
#C4B0A3
(196,176,163)
#CBBBB0
(203,187,176)
#D2C6BD
(210,198,189)
#D9D1CA
(217,209,202)
#E0DCD7
(224,220,215)
#E7E7E4
(231,231,228)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8846F color. Also use rgb(168,132,111) instead hex code.

Text Font Color

.myTextColor { color: #A8846F; }

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

This text font color is #A8846F.


Background Color

.myBgColor { background-color: #A8846F; }

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

This div background color is #A8846F.


Border color

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

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

This div border color is #A8846F.


Opacity

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

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

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

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

This text has shadow with #A8846F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8846F on black background.


Color preview on white background

This text has color #A8846F on white background.



Black color preview on #A8846F background

This text has black color on #A8846F background.


White color preview on #A8846F background

This text has white color on #A8846F background.