COLOR #A89978

HEX: #A89978
RGB: (168,153,120)

Color info

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

RGB color model

#A89978 color RGB value is (168,153,120).

  • red value is 168;
  • green value is 153;
  • blue value is 120.
RGB:
(168,153,120)
(66%,60%,47%)

RGB channels and saturation

R 168 of 255 = 66%
G 153 of 255 = 60%
B 120 of 255 = 47%

168
153
120

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

Portions of RGB colors in percentages

R + G + B =
168 + 153 + 120 = 441 (100%)
R 168 of 441 ~ 38.1%
G 153 of 441 ~ 34.69%
B 120 of 441 ~ 27.21%

%38.1
%34.69
%27.21

CMYK color model

#A89978 color CMYK value is (0,9,29,34).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 28.57%
  • key color value is 34.12%
CMYK:
(0,9,29,34)
C0M9Y29K34 
(0%,9%,29%,34%)
(0.00/0.09/0.29/0.34)	

CMYK percentages

%0
%8.93
%28.57
%34.12

Codes

Color #A89978 in popluar color models

A89978
RGB168153120
HSL41°21.62%56.47%
HSB/HSV41°28.57%65.88%
CMYK0.00%8.93%28.57%
34.12%

Color #A89978 in popluar number systems.

HEXA89978
Decimal168153120
Binary10101000100110011111000
Octal250231170

Shades and tints

Shades of #A89978

#A89978
(168,153,120)
#998C6E
(153,140,110)
#8A7F64
(138,127,100)
#7B725A
(123,114,90)
#6C6550
(108,101,80)
#5D5846
(93,88,70)
#4E4B3C
(78,75,60)
#3F3E32
(63,62,50)
#303128
(48,49,40)
#21241E
(33,36,30)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #A89978

#A89978
(168,153,120)
#AFA284
(175,162,132)
#B6AB90
(182,171,144)
#BDB49C
(189,180,156)
#C4BDA8
(196,189,168)
#CBC6B4
(203,198,180)
#D2CFC0
(210,207,192)
#D9D8CC
(217,216,204)
#E0E1D8
(224,225,216)
#E7EAE4
(231,234,228)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A89978; }

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

This text font color is #A89978.


Background Color

.myBgColor { background-color: #A89978; }

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

This div background color is #A89978.


Border color

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

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

This div border color is #A89978.


Opacity

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

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

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

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

This text has shadow with #A89978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89978 on black background.


Color preview on white background

This text has color #A89978 on white background.



Black color preview on #A89978 background

This text has black color on #A89978 background.


White color preview on #A89978 background

This text has white color on #A89978 background.