COLOR #A99380

HEX: #A99380
RGB: (169,147,128)

Color info

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

RGB color model

#A99380 color RGB value is (169,147,128).

  • red value is 169;
  • green value is 147;
  • blue value is 128.
RGB:
(169,147,128)
(66%,58%,50%)

RGB channels and saturation

R 169 of 255 = 66%
G 147 of 255 = 58%
B 128 of 255 = 50%

169
147
128

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

Portions of RGB colors in percentages

R + G + B =
169 + 147 + 128 = 444 (100%)
R 169 of 444 ~ 38.06%
G 147 of 444 ~ 33.11%
B 128 of 444 ~ 28.83%

%38.06
%33.11
%28.83

CMYK color model

#A99380 color CMYK value is (0,13,24,34).

  • cyan value is 0.00%
  • magenta value is 13.02%
  • yellow value is 24.26%
  • key color value is 33.73%
CMYK:
(0,13,24,34)
C0M13Y24K34 
(0%,13%,24%,34%)
(0.00/0.13/0.24/0.34)	

CMYK percentages

%0
%13.02
%24.26
%33.73

Codes

Color #A99380 in popluar color models

A99380
RGB169147128
HSL28°19.25%58.24%
HSB/HSV28°24.26%66.27%
CMYK0.00%13.02%24.26%
33.73%

Color #A99380 in popluar number systems.

HEXA99380
Decimal169147128
Binary101010011001001110000000
Octal251223200

Shades and tints

Shades of #A99380

#A99380
(169,147,128)
#9A8675
(154,134,117)
#8B796A
(139,121,106)
#7C6C5F
(124,108,95)
#6D5F54
(109,95,84)
#5E5249
(94,82,73)
#4F453E
(79,69,62)
#403833
(64,56,51)
#312B28
(49,43,40)
#221E1D
(34,30,29)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #A99380

#A99380
(169,147,128)
#B09C8B
(176,156,139)
#B7A596
(183,165,150)
#BEAEA1
(190,174,161)
#C5B7AC
(197,183,172)
#CCC0B7
(204,192,183)
#D3C9C2
(211,201,194)
#DAD2CD
(218,210,205)
#E1DBD8
(225,219,216)
#E8E4E3
(232,228,227)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99380 color. Also use rgb(169,147,128) instead hex code.

Text Font Color

.myTextColor { color: #A99380; }

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

This text font color is #A99380.


Background Color

.myBgColor { background-color: #A99380; }

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

This div background color is #A99380.


Border color

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

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

This div border color is #A99380.


Opacity

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

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

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

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

This text has shadow with #A99380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99380 on black background.


Color preview on white background

This text has color #A99380 on white background.



Black color preview on #A99380 background

This text has black color on #A99380 background.


White color preview on #A99380 background

This text has white color on #A99380 background.