COLOR #A89973

HEX: #A89973 RGB: (168,153,115)

Color info

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

RGB color model

#A89973 color RGB value is (168,153,115).

RGB: (168,153,115) (66%, 60%, 45%)

RGB channels and saturation

R 168 of 255 = 66%
G 153 of 255 = 60%
B 115 of 255 = 45%

168
153
115

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

Portions of RGB colors in percentages

R + G + B = 168 + 153 + 115 = 436 (100%)
R 168 of 436 ~ 38.53%
G 153 of 436 ~ 35.09%
B 115 of 436 ~ 26.38'%

%38.53
%35.09
%26.38

CMYK color model

#A89973 color CMYK value is (0,9,32,34).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 31.55%
  • key color value is 34.12%
CMYK: (0,9,32,34) C0M9Y32K34 (0%,9%,32%,34%) (0.00/0.09/0.32/0.34) 

CMYK percentages

%0
%8.93
%31.55
%34.12

Codes

Color #A89973 in popluar color models

A8 99 73
RGB 168 153 115
HSL 43° 23.35% 55.49%
HSB/HSV 43° 31.55% 65.88%
CMYK 0.00% 8.93% 31.55%
34.12%

Color #A89973 in popluar number systems.

HEX A8 99 73
Decimal 168 153 115
Binary 10101000 10011001 1110011
Octal 250 231 163

Shades and tints

Shades of #A89973

#A89973
(168,153,115)
#998C69
(153,140,105)
#8A7F5F
(138,127,95)
#7B7255
(123,114,85)
#6C654B
(108,101,75)
#5D5841
(93,88,65)
#4E4B37
(78,75,55)
#3F3E2D
(63,62,45)
#303123
(48,49,35)
#212419
(33,36,25)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #A89973

#A89973
(168,153,115)
#AFA27F
(175,162,127)
#B6AB8B
(182,171,139)
#BDB497
(189,180,151)
#C4BDA3
(196,189,163)
#CBC6AF
(203,198,175)
#D2CFBB
(210,207,187)
#D9D8C7
(217,216,199)
#E0E1D3
(224,225,211)
#E7EADF
(231,234,223)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89973 color. Also use rgb(168,153,115) instead hex code.

Text Font Color

.myTextColor { color: #A89973; }

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

This text font color is #A89973.

Background Color

.myBgColor { background-color: #A89973; }

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

This div background color is #A89973.

Border color

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

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

This div border color is #A89973.

Opacity

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

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

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

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

This text has shadow with #A89973 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89973.

Preview

Color preview on black background

This text has color #A89973 on black background.


Color preview on white background

This text has color #A89973 on white background.


Black color preview on #A89973 background

This text has black color on #A89973 background.


White color preview on #A89973 background

This text has white color on #A89973 background.


Related colors

Complementary color

Complementary color for #hex is #57668C.


I love getcolorcode.com

Triadic colors

1 #73A899 and #9973A8 with #A89973 are triadic colors.

2 #7399A8 and #99A873 with #A89973 are triadic colors.