COLOR #A99673

HEX: #A99673
RGB: (169,150,115)

Color info

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

RGB color model

#A99673 color RGB value is (169,150,115).

  • red value is 169;
  • green value is 150;
  • blue value is 115.
RGB:
(169,150,115)
(66%,59%,45%)

RGB channels and saturation

R 169 of 255 = 66%
G 150 of 255 = 59%
B 115 of 255 = 45%

169
150
115

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

Portions of RGB colors in percentages

R + G + B =
169 + 150 + 115 = 434 (100%)
R 169 of 434 ~ 38.94%
G 150 of 434 ~ 34.56%
B 115 of 434 ~ 26.5%

%38.94
%34.56
%26.5

CMYK color model

#A99673 color CMYK value is (0,11,32,34).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 31.95%
  • key color value is 33.73%
CMYK:
(0,11,32,34)
C0M11Y32K34 
(0%,11%,32%,34%)
(0.00/0.11/0.32/0.34)	

CMYK percentages

%0
%11.24
%31.95
%33.73

Codes

Color #A99673 in popluar color models

A99673
RGB169150115
HSL39°23.89%55.69%
HSB/HSV39°31.95%66.27%
CMYK0.00%11.24%31.95%
33.73%

Color #A99673 in popluar number systems.

HEXA99673
Decimal169150115
Binary10101001100101101110011
Octal251226163

Shades and tints

Shades of #A99673

#A99673
(169,150,115)
#9A8969
(154,137,105)
#8B7C5F
(139,124,95)
#7C6F55
(124,111,85)
#6D624B
(109,98,75)
#5E5541
(94,85,65)
#4F4837
(79,72,55)
#403B2D
(64,59,45)
#312E23
(49,46,35)
#222119
(34,33,25)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #A99673

#A99673
(169,150,115)
#B09F7F
(176,159,127)
#B7A88B
(183,168,139)
#BEB197
(190,177,151)
#C5BAA3
(197,186,163)
#CCC3AF
(204,195,175)
#D3CCBB
(211,204,187)
#DAD5C7
(218,213,199)
#E1DED3
(225,222,211)
#E8E7DF
(232,231,223)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99673 color. Also use rgb(169,150,115) instead hex code.

Text Font Color

.myTextColor { color: #A99673; }

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

This text font color is #A99673.


Background Color

.myBgColor { background-color: #A99673; }

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

This div background color is #A99673.


Border color

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

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

This div border color is #A99673.


Opacity

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

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

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

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

This text has shadow with #A99673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99673 on black background.


Color preview on white background

This text has color #A99673 on white background.



Black color preview on #A99673 background

This text has black color on #A99673 background.


White color preview on #A99673 background

This text has white color on #A99673 background.