COLOR #A8857D

HEX: #A8857D RGB: (168,133,125)

Color info

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

RGB color model

#A8857D color RGB value is (168,133,125).

RGB: (168,133,125) (66%, 52%, 49%)

RGB channels and saturation

R 168 of 255 = 66%
G 133 of 255 = 52%
B 125 of 255 = 49%

168
133
125

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

Portions of RGB colors in percentages

R + G + B = 168 + 133 + 125 = 426 (100%)
R 168 of 426 ~ 39.44%
G 133 of 426 ~ 31.22%
B 125 of 426 ~ 29.34'%

%39.44
%31.22
%29.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 25.60%
  • 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
%20.83
%25.6
%34.12

Codes

Color #A8857D in popluar color models

A8 85 7D
RGB 168 133 125
HSL 11° 19.82% 57.45%
HSB/HSV 11° 25.60% 65.88%
CMYK 0.00% 20.83% 25.60%
34.12%

Color #A8857D in popluar number systems.

HEX A8 85 7D
Decimal 168 133 125
Binary 10101000 10000101 1111101
Octal 250 205 175

Shades and tints

Shades of #A8857D

#A8857D
(168,133,125)
#997972
(153,121,114)
#8A6D67
(138,109,103)
#7B615C
(123,97,92)
#6C5551
(108,85,81)
#5D4946
(93,73,70)
#4E3D3B
(78,61,59)
#3F3130
(63,49,48)
#302525
(48,37,37)
#21191A
(33,25,26)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #A8857D

#A8857D
(168,133,125)
#AF9088
(175,144,136)
#B69B93
(182,155,147)
#BDA69E
(189,166,158)
#C4B1A9
(196,177,169)
#CBBCB4
(203,188,180)
#D2C7BF
(210,199,191)
#D9D2CA
(217,210,202)
#E0DDD5
(224,221,213)
#E7E8E0
(231,232,224)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8857D color. Also use rgb(168,133,125) instead hex code.

Text Font Color

.myTextColor { color: #A8857D; }

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

This text font color is #A8857D.

Background Color

.myBgColor { background-color: #A8857D; }

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

This div background color is #A8857D.

Border color

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

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

This div border color is #A8857D.

Opacity

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

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

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

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

This text has shadow with #A8857D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8857D.

Preview

Color preview on black background

This text has color #A8857D on black background.


Color preview on white background

This text has color #A8857D on white background.


Black color preview on #A8857D background

This text has black color on #A8857D background.


White color preview on #A8857D background

This text has white color on #A8857D background.


Related colors

Complementary color

Complementary color for #hex is #577A82.


I love getcolorcode.com

Triadic colors

1 #7DA885 and #857DA8 with #A8857D are triadic colors.

2 #7D85A8 and #85A87D with #A8857D are triadic colors.