COLOR #A99475

HEX: #A99475
RGB: (169,148,117)

Color info

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

RGB color model

#A99475 color RGB value is (169,148,117).

  • red value is 169;
  • green value is 148;
  • blue value is 117.
RGB:
(169,148,117)
(66%,58%,46%)

RGB channels and saturation

R 169 of 255 = 66%
G 148 of 255 = 58%
B 117 of 255 = 46%

169
148
117

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

Portions of RGB colors in percentages

R + G + B =
169 + 148 + 117 = 434 (100%)
R 169 of 434 ~ 38.94%
G 148 of 434 ~ 34.1%
B 117 of 434 ~ 26.96%

%38.94
%34.1
%26.96

CMYK color model

#A99475 color CMYK value is (0,12,31,34).

  • cyan value is 0.00%
  • magenta value is 12.43%
  • yellow value is 30.77%
  • key color value is 33.73%
CMYK:
(0,12,31,34)
C0M12Y31K34 
(0%,12%,31%,34%)
(0.00/0.12/0.31/0.34)	

CMYK percentages

%0
%12.43
%30.77
%33.73

Codes

Color #A99475 in popluar color models

A99475
RGB169148117
HSL36°23.21%56.08%
HSB/HSV36°30.77%66.27%
CMYK0.00%12.43%30.77%
33.73%

Color #A99475 in popluar number systems.

HEXA99475
Decimal169148117
Binary10101001100101001110101
Octal251224165

Shades and tints

Shades of #A99475

#A99475
(169,148,117)
#9A876B
(154,135,107)
#8B7A61
(139,122,97)
#7C6D57
(124,109,87)
#6D604D
(109,96,77)
#5E5343
(94,83,67)
#4F4639
(79,70,57)
#40392F
(64,57,47)
#312C25
(49,44,37)
#221F1B
(34,31,27)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #A99475

#A99475
(169,148,117)
#B09D81
(176,157,129)
#B7A68D
(183,166,141)
#BEAF99
(190,175,153)
#C5B8A5
(197,184,165)
#CCC1B1
(204,193,177)
#D3CABD
(211,202,189)
#DAD3C9
(218,211,201)
#E1DCD5
(225,220,213)
#E8E5E1
(232,229,225)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99475; }

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

This text font color is #A99475.


Background Color

.myBgColor { background-color: #A99475; }

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

This div background color is #A99475.


Border color

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

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

This div border color is #A99475.


Opacity

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

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

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

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

This text has shadow with #A99475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99475 on black background.


Color preview on white background

This text has color #A99475 on white background.



Black color preview on #A99475 background

This text has black color on #A99475 background.


White color preview on #A99475 background

This text has white color on #A99475 background.