COLOR #A9837B

HEX: #A9837B
RGB: (169,131,123)

Color info

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

RGB color model

#A9837B color RGB value is (169,131,123).

  • red value is 169;
  • green value is 131;
  • blue value is 123.
RGB:
(169,131,123)
(66%,51%,48%)

RGB channels and saturation

R 169 of 255 = 66%
G 131 of 255 = 51%
B 123 of 255 = 48%

169
131
123

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

Portions of RGB colors in percentages

R + G + B =
169 + 131 + 123 = 423 (100%)
R 169 of 423 ~ 39.95%
G 131 of 423 ~ 30.97%
B 123 of 423 ~ 29.08%

%39.95
%30.97
%29.08

CMYK color model

#A9837B color CMYK value is (0,22,27,34).

  • cyan value is 0.00%
  • magenta value is 22.49%
  • yellow value is 27.22%
  • key color value is 33.73%
CMYK:
(0,22,27,34)
C0M22Y27K34 
(0%,22%,27%,34%)
(0.00/0.22/0.27/0.34)	

CMYK percentages

%0
%22.49
%27.22
%33.73

Codes

Color #A9837B in popluar color models

A9837B
RGB169131123
HSL10°21.10%57.25%
HSB/HSV10°27.22%66.27%
CMYK0.00%22.49%27.22%
33.73%

Color #A9837B in popluar number systems.

HEXA9837B
Decimal169131123
Binary10101001100000111111011
Octal251203173

Shades and tints

Shades of #A9837B

#A9837B
(169,131,123)
#9A7870
(154,120,112)
#8B6D65
(139,109,101)
#7C625A
(124,98,90)
#6D574F
(109,87,79)
#5E4C44
(94,76,68)
#4F4139
(79,65,57)
#40362E
(64,54,46)
#312B23
(49,43,35)
#222018
(34,32,24)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #A9837B

#A9837B
(169,131,123)
#B08E87
(176,142,135)
#B79993
(183,153,147)
#BEA49F
(190,164,159)
#C5AFAB
(197,175,171)
#CCBAB7
(204,186,183)
#D3C5C3
(211,197,195)
#DAD0CF
(218,208,207)
#E1DBDB
(225,219,219)
#E8E6E7
(232,230,231)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9837B color. Also use rgb(169,131,123) instead hex code.

Text Font Color

.myTextColor { color: #A9837B; }

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

This text font color is #A9837B.


Background Color

.myBgColor { background-color: #A9837B; }

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

This div background color is #A9837B.


Border color

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

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

This div border color is #A9837B.


Opacity

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

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

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

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

This text has shadow with #A9837B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9837B on black background.


Color preview on white background

This text has color #A9837B on white background.



Black color preview on #A9837B background

This text has black color on #A9837B background.


White color preview on #A9837B background

This text has white color on #A9837B background.