COLOR #A99181

HEX: #A99181
RGB: (169,145,129)

Color info

#A99181 contains red, green and blue colors in about the same proportion. Web safe color of #A99181 is #999999 (or #999).

RGB color model

#A99181 color RGB value is (169,145,129).

  • red value is 169;
  • green value is 145;
  • blue value is 129.
RGB:
(169,145,129)
(66%,57%,51%)

RGB channels and saturation

R 169 of 255 = 66%
G 145 of 255 = 57%
B 129 of 255 = 51%

169
145
129

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

Portions of RGB colors in percentages

R + G + B =
169 + 145 + 129 = 443 (100%)
R 169 of 443 ~ 38.15%
G 145 of 443 ~ 32.73%
B 129 of 443 ~ 29.12%

%38.15
%32.73
%29.12

CMYK color model

#A99181 color CMYK value is (0,14,24,34).

  • cyan value is 0.00%
  • magenta value is 14.20%
  • yellow value is 23.67%
  • key color value is 33.73%
CMYK:
(0,14,24,34)
C0M14Y24K34 
(0%,14%,24%,34%)
(0.00/0.14/0.24/0.34)	

CMYK percentages

%0
%14.2
%23.67
%33.73

Codes

Color #A99181 in popluar color models

A99181
RGB169145129
HSL24°18.87%58.43%
HSB/HSV24°23.67%66.27%
CMYK0.00%14.20%23.67%
33.73%

Color #A99181 in popluar number systems.

HEXA99181
Decimal169145129
Binary101010011001000110000001
Octal251221201

Shades and tints

Shades of #A99181

#A99181
(169,145,129)
#9A8476
(154,132,118)
#8B776B
(139,119,107)
#7C6A60
(124,106,96)
#6D5D55
(109,93,85)
#5E504A
(94,80,74)
#4F433F
(79,67,63)
#403634
(64,54,52)
#312929
(49,41,41)
#221C1E
(34,28,30)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #A99181

#A99181
(169,145,129)
#B09B8C
(176,155,140)
#B7A597
(183,165,151)
#BEAFA2
(190,175,162)
#C5B9AD
(197,185,173)
#CCC3B8
(204,195,184)
#D3CDC3
(211,205,195)
#DAD7CE
(218,215,206)
#E1E1D9
(225,225,217)
#E8EBE4
(232,235,228)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99181 color. Also use rgb(169,145,129) instead hex code.

Text Font Color

.myTextColor { color: #A99181; }

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

This text font color is #A99181.


Background Color

.myBgColor { background-color: #A99181; }

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

This div background color is #A99181.


Border color

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

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

This div border color is #A99181.


Opacity

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

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

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

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

This text has shadow with #A99181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99181 on black background.


Color preview on white background

This text has color #A99181 on white background.



Black color preview on #A99181 background

This text has black color on #A99181 background.


White color preview on #A99181 background

This text has white color on #A99181 background.