COLOR #A89974

HEX: #A89974 RGB: (168,153,116)

Color info

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

RGB color model

#A89974 color RGB value is (168,153,116).

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

RGB channels and saturation

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

168
153
116

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

Portions of RGB colors in percentages

R + G + B = 168 + 153 + 116 = 437 (100%)
R 168 of 437 ~ 38.44%
G 153 of 437 ~ 35.01%
B 116 of 437 ~ 26.54'%

%38.44
%35.01
%26.54

CMYK color model

#A89974 color CMYK value is (0,9,31,34).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 30.95%
  • key color value is 34.12%

CMYK: (0,9,31,34)
C0M9Y31K34 (0%, 9%, 31%, 34%)
(0.00 / 0.09 / 0.31 / 0.34)

CMYK percentages

%0
%8.93
%30.95
%34.12

Codes

Color #A89974 in popluar color models

A8 99 74
RGB 168 153 116
HSL 43° 23.01% 55.69%
HSB/HSV 43° 30.95% 65.88%
CMYK 0.00% 8.93% 30.95%
34.12%

Color #A89974 in popluar number systems.

HEX A8 99 74
Decimal 168 153 116
Binary 10101000 10011001 1110100
Octal 250 231 164

Shades and tints

Shades of #A89974

#A89974
(168,153,116)
#998C6A
(153,140,106)
#8A7F60
(138,127,96)
#7B7256
(123,114,86)
#6C654C
(108,101,76)
#5D5842
(93,88,66)
#4E4B38
(78,75,56)
#3F3E2E
(63,62,46)
#303124
(48,49,36)
#21241A
(33,36,26)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #A89974

#A89974
(168,153,116)
#AFA280
(175,162,128)
#B6AB8C
(182,171,140)
#BDB498
(189,180,152)
#C4BDA4
(196,189,164)
#CBC6B0
(203,198,176)
#D2CFBC
(210,207,188)
#D9D8C8
(217,216,200)
#E0E1D4
(224,225,212)
#E7EAE0
(231,234,224)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89974; }

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

This text font color is #A89974.

Background Color

.myBgColor { background-color: #A89974; }

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

This div background color is #A89974.

Border color

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

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

This div border color is #A89974.

Opacity

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

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

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

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

This text has shadow with #A89974 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A89974.

Preview

Color preview on black background

This text has color #A89974 on black background.


Color preview on white background

This text has color #A89974 on white background.


Black color preview on #A89974 background

This text has black color on #A89974 background.


White color preview on #A89974 background

This text has white color on #A89974 background.


Related colors

Complementary color

Complementary color for #hex is #57668B.


I love getcolorcode.com

Triadic colors

1 #74A899 and #9974A8 with #A89974 are triadic colors.

2 #7499A8 and #99A874 with #A89974 are triadic colors.