COLOR #A8855F

HEX: #A8855F RGB: (168,133,95)

Color info

#A8855F contains mainly red and green colors. Web safe color of #A8855F is #999966 (or #996).

RGB color model

#A8855F color RGB value is (168,133,95).

RGB: (168,133,95) (66%, 52%, 37%)

RGB channels and saturation

R 168 of 255 = 66%
G 133 of 255 = 52%
B 95 of 255 = 37%

168
133
95

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

Portions of RGB colors in percentages

R + G + B = 168 + 133 + 95 = 396 (100%)
R 168 of 396 ~ 42.42%
G 133 of 396 ~ 33.59%
B 95 of 396 ~ 23.99'%

%42.42
%33.59
%23.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 43.45%
  • key color value is 34.12%

CMYK: (0,21,43,34)
C0M21Y43K34 (0%, 21%, 43%, 34%)
(0.00 / 0.21 / 0.43 / 0.34)

CMYK percentages

%0
%20.83
%43.45
%34.12

Codes

Color #A8855F in popluar color models

A8 85 5F
RGB 168 133 95
HSL 31° 29.55% 51.57%
HSB/HSV 31° 43.45% 65.88%
CMYK 0.00% 20.83% 43.45%
34.12%

Color #A8855F in popluar number systems.

HEX A8 85 5F
Decimal 168 133 95
Binary 10101000 10000101 1011111
Octal 250 205 137

Shades and tints

Shades of #A8855F

#A8855F
(168,133,95)
#997957
(153,121,87)
#8A6D4F
(138,109,79)
#7B6147
(123,97,71)
#6C553F
(108,85,63)
#5D4937
(93,73,55)
#4E3D2F
(78,61,47)
#3F3127
(63,49,39)
#30251F
(48,37,31)
#211917
(33,25,23)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #A8855F

#A8855F
(168,133,95)
#AF906D
(175,144,109)
#B69B7B
(182,155,123)
#BDA689
(189,166,137)
#C4B197
(196,177,151)
#CBBCA5
(203,188,165)
#D2C7B3
(210,199,179)
#D9D2C1
(217,210,193)
#E0DDCF
(224,221,207)
#E7E8DD
(231,232,221)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8855F; }

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

This text font color is #A8855F.

Background Color

.myBgColor { background-color: #A8855F; }

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

This div background color is #A8855F.

Border color

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

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

This div border color is #A8855F.

Opacity

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

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

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

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

This text has shadow with #A8855F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8855F.

Preview

Color preview on black background

This text has color #A8855F on black background.


Color preview on white background

This text has color #A8855F on white background.


Black color preview on #A8855F background

This text has black color on #A8855F background.


White color preview on #A8855F background

This text has white color on #A8855F background.


Related colors

Complementary color

Complementary color for #hex is #577AA0.


I love getcolorcode.com

Triadic colors

1 #5FA885 and #855FA8 with #A8855F are triadic colors.

2 #5F85A8 and #85A85F with #A8855F are triadic colors.