COLOR #A89370

HEX: #A89370 RGB: (168,147,112)

Color info

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

RGB color model

#A89370 color RGB value is (168,147,112).

RGB: (168,147,112) (66%, 58%, 44%)

RGB channels and saturation

R 168 of 255 = 66%
G 147 of 255 = 58%
B 112 of 255 = 44%

168
147
112

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

Portions of RGB colors in percentages

R + G + B = 168 + 147 + 112 = 427 (100%)
R 168 of 427 ~ 39.34%
G 147 of 427 ~ 34.43%
B 112 of 427 ~ 26.23'%

%39.34
%34.43
%26.23

CMYK color model

#A89370 color CMYK value is (0,13,33,34).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 33.33%
  • key color value is 34.12%

CMYK: (0,13,33,34)
C0M13Y33K34 (0%, 13%, 33%, 34%)
(0.00 / 0.13 / 0.33 / 0.34)

CMYK percentages

%0
%12.5
%33.33
%34.12

Codes

Color #A89370 in popluar color models

A8 93 70
RGB 168 147 112
HSL 38° 24.35% 54.90%
HSB/HSV 38° 33.33% 65.88%
CMYK 0.00% 12.50% 33.33%
34.12%

Color #A89370 in popluar number systems.

HEX A8 93 70
Decimal 168 147 112
Binary 10101000 10010011 1110000
Octal 250 223 160

Shades and tints

Shades of #A89370

#A89370
(168,147,112)
#998666
(153,134,102)
#8A795C
(138,121,92)
#7B6C52
(123,108,82)
#6C5F48
(108,95,72)
#5D523E
(93,82,62)
#4E4534
(78,69,52)
#3F382A
(63,56,42)
#302B20
(48,43,32)
#211E16
(33,30,22)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #A89370

#A89370
(168,147,112)
#AF9C7D
(175,156,125)
#B6A58A
(182,165,138)
#BDAE97
(189,174,151)
#C4B7A4
(196,183,164)
#CBC0B1
(203,192,177)
#D2C9BE
(210,201,190)
#D9D2CB
(217,210,203)
#E0DBD8
(224,219,216)
#E7E4E5
(231,228,229)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89370 color. Also use rgb(168,147,112) instead hex code.

Text Font Color

.myTextColor { color: #A89370; }

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

This text font color is #A89370.

Background Color

.myBgColor { background-color: #A89370; }

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

This div background color is #A89370.

Border color

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

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

This div border color is #A89370.

Opacity

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

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

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

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

This text has shadow with #A89370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89370.

Preview

Color preview on black background

This text has color #A89370 on black background.


Color preview on white background

This text has color #A89370 on white background.


Black color preview on #A89370 background

This text has black color on #A89370 background.


White color preview on #A89370 background

This text has white color on #A89370 background.


Related colors

Complementary color

Complementary color for #hex is #576C8F.


I love getcolorcode.com

Triadic colors

1 #70A893 and #9370A8 with #A89370 are triadic colors.

2 #7093A8 and #93A870 with #A89370 are triadic colors.