COLOR #A99978

HEX: #A99978
RGB: (169,153,120)

Color info

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

RGB color model

#A99978 color RGB value is (169,153,120).

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

RGB channels and saturation

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

169
153
120

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

Portions of RGB colors in percentages

R + G + B =
169 + 153 + 120 = 442 (100%)
R 169 of 442 ~ 38.24%
G 153 of 442 ~ 34.62%
B 120 of 442 ~ 27.15%

%38.24
%34.62
%27.15

CMYK color model

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

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

CMYK percentages

%0
%9.47
%28.99
%33.73

Codes

Color #A99978 in popluar color models

A99978
RGB169153120
HSL40°22.17%56.67%
HSB/HSV40°28.99%66.27%
CMYK0.00%9.47%28.99%
33.73%

Color #A99978 in popluar number systems.

HEXA99978
Decimal169153120
Binary10101001100110011111000
Octal251231170

Shades and tints

Shades of #A99978

#A99978
(169,153,120)
#9A8C6E
(154,140,110)
#8B7F64
(139,127,100)
#7C725A
(124,114,90)
#6D6550
(109,101,80)
#5E5846
(94,88,70)
#4F4B3C
(79,75,60)
#403E32
(64,62,50)
#313128
(49,49,40)
#22241E
(34,36,30)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #A99978

#A99978
(169,153,120)
#B0A284
(176,162,132)
#B7AB90
(183,171,144)
#BEB49C
(190,180,156)
#C5BDA8
(197,189,168)
#CCC6B4
(204,198,180)
#D3CFC0
(211,207,192)
#DAD8CC
(218,216,204)
#E1E1D8
(225,225,216)
#E8EAE4
(232,234,228)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99978; }

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

This text font color is #A99978.


Background Color

.myBgColor { background-color: #A99978; }

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

This div background color is #A99978.


Border color

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

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

This div border color is #A99978.


Opacity

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

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

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

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

This text has shadow with #A99978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99978 on black background.


Color preview on white background

This text has color #A99978 on white background.



Black color preview on #A99978 background

This text has black color on #A99978 background.


White color preview on #A99978 background

This text has white color on #A99978 background.