COLOR #A8847C

HEX: #A8847C RGB: (168,132,124)

Color info

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

RGB color model

#A8847C color RGB value is (168,132,124).

RGB: (168,132,124) (66%, 52%, 49%)

RGB channels and saturation

R 168 of 255 = 66%
G 132 of 255 = 52%
B 124 of 255 = 49%

168
132
124

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

Portions of RGB colors in percentages

R + G + B = 168 + 132 + 124 = 424 (100%)
R 168 of 424 ~ 39.62%
G 132 of 424 ~ 31.13%
B 124 of 424 ~ 29.25'%

%39.62
%31.13
%29.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 26.19%
  • key color value is 34.12%
CMYK: (0,21,26,34) C0M21Y26K34 (0%,21%,26%,34%) (0.00/0.21/0.26/0.34) 

CMYK percentages

%0
%21.43
%26.19
%34.12

Codes

Color #A8847C in popluar color models

A8 84 7C
RGB 168 132 124
HSL 11° 20.18% 57.25%
HSB/HSV 11° 26.19% 65.88%
CMYK 0.00% 21.43% 26.19%
34.12%

Color #A8847C in popluar number systems.

HEX A8 84 7C
Decimal 168 132 124
Binary 10101000 10000100 1111100
Octal 250 204 174

Shades and tints

Shades of #A8847C

#A8847C
(168,132,124)
#997871
(153,120,113)
#8A6C66
(138,108,102)
#7B605B
(123,96,91)
#6C5450
(108,84,80)
#5D4845
(93,72,69)
#4E3C3A
(78,60,58)
#3F302F
(63,48,47)
#302424
(48,36,36)
#211819
(33,24,25)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #A8847C

#A8847C
(168,132,124)
#AF8F87
(175,143,135)
#B69A92
(182,154,146)
#BDA59D
(189,165,157)
#C4B0A8
(196,176,168)
#CBBBB3
(203,187,179)
#D2C6BE
(210,198,190)
#D9D1C9
(217,209,201)
#E0DCD4
(224,220,212)
#E7E7DF
(231,231,223)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8847C; }

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

This text font color is #A8847C.

Background Color

.myBgColor { background-color: #A8847C; }

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

This div background color is #A8847C.

Border color

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

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

This div border color is #A8847C.

Opacity

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

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

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

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

This text has shadow with #A8847C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8847C.

Preview

Color preview on black background

This text has color #A8847C on black background.


Color preview on white background

This text has color #A8847C on white background.


Black color preview on #A8847C background

This text has black color on #A8847C background.


White color preview on #A8847C background

This text has white color on #A8847C background.


Related colors

Complementary color

Complementary color for #hex is #577B83.


I love getcolorcode.com

Triadic colors

1 #7CA884 and #847CA8 with #A8847C are triadic colors.

2 #7C84A8 and #84A87C with #A8847C are triadic colors.