COLOR #A99478

HEX: #A99478 RGB: (169,148,120)

Color info

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

RGB color model

#A99478 color RGB value is (169,148,120).

RGB: (169,148,120) (66%, 58%, 47%)

RGB channels and saturation

R 169 of 255 = 66%
G 148 of 255 = 58%
B 120 of 255 = 47%

169
148
120

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

Portions of RGB colors in percentages

R + G + B = 169 + 148 + 120 = 437 (100%)
R 169 of 437 ~ 38.67%
G 148 of 437 ~ 33.87%
B 120 of 437 ~ 27.46'%

%38.67
%33.87
%27.46

CMYK color model

#A99478 color CMYK value is (0,12,29,34).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 28.99%
  • key color value is 33.73%

CMYK: (0,12,29,34)
C0M12Y29K34 (0%, 12%, 29%, 34%)
(0.00 / 0.12 / 0.29 / 0.34)

CMYK percentages

%0
%12.43
%28.99
%33.73

Codes

Color #A99478 in popluar color models

A9 94 78
RGB 169 148 120
HSL 34° 22.17% 56.67%
HSB/HSV 34° 28.99% 66.27%
CMYK 0.00% 12.43% 28.99%
33.73%

Color #A99478 in popluar number systems.

HEX A9 94 78
Decimal 169 148 120
Binary 10101001 10010100 1111000
Octal 251 224 170

Shades and tints

Shades of #A99478

#A99478
(169,148,120)
#9A876E
(154,135,110)
#8B7A64
(139,122,100)
#7C6D5A
(124,109,90)
#6D6050
(109,96,80)
#5E5346
(94,83,70)
#4F463C
(79,70,60)
#403932
(64,57,50)
#312C28
(49,44,40)
#221F1E
(34,31,30)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #A99478

#A99478
(169,148,120)
#B09D84
(176,157,132)
#B7A690
(183,166,144)
#BEAF9C
(190,175,156)
#C5B8A8
(197,184,168)
#CCC1B4
(204,193,180)
#D3CAC0
(211,202,192)
#DAD3CC
(218,211,204)
#E1DCD8
(225,220,216)
#E8E5E4
(232,229,228)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99478; }

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

This text font color is #A99478.

Background Color

.myBgColor { background-color: #A99478; }

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

This div background color is #A99478.

Border color

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

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

This div border color is #A99478.

Opacity

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

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

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

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

This text has shadow with #A99478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99478.

Preview

Color preview on black background

This text has color #A99478 on black background.


Color preview on white background

This text has color #A99478 on white background.


Black color preview on #A99478 background

This text has black color on #A99478 background.


White color preview on #A99478 background

This text has white color on #A99478 background.


Related colors

Complementary color

Complementary color for #hex is #566B87.


I love getcolorcode.com

Triadic colors

1 #78A994 and #9478A9 with #A99478 are triadic colors.

2 #7894A9 and #94A978 with #A99478 are triadic colors.