COLOR #A9852F

HEX: #A9852F
RGB: (169,133,47)

Color info

#A9852F contains mainly red and green colors. Web safe color of #A9852F is #999933 (or #993).

RGB color model

#A9852F color RGB value is (169,133,47).

  • red value is 169;
  • green value is 133;
  • blue value is 47.
RGB:
(169,133,47)
(66%,52%,18%)

RGB channels and saturation

R 169 of 255 = 66%
G 133 of 255 = 52%
B 47 of 255 = 18%

169
133
47

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

Portions of RGB colors in percentages

R + G + B =
169 + 133 + 47 = 349 (100%)
R 169 of 349 ~ 48.42%
G 133 of 349 ~ 38.11%
B 47 of 349 ~ 13.47%

%48.42
%38.11
%13.47

CMYK color model

#A9852F color CMYK value is (0,21,72,34).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 72.19%
  • key color value is 33.73%
CMYK:
(0,21,72,34)
C0M21Y72K34 
(0%,21%,72%,34%)
(0.00/0.21/0.72/0.34)	

CMYK percentages

%0
%21.3
%72.19
%33.73

Codes

Color #A9852F in popluar color models

A9852F
RGB16913347
HSL42°56.48%42.35%
HSB/HSV42°72.19%66.27%
CMYK0.00%21.30%72.19%
33.73%

Color #A9852F in popluar number systems.

HEXA9852F
Decimal16913347
Binary1010100110000101101111
Octal25120557

Shades and tints

Shades of #A9852F

#A9852F
(169,133,47)
#9A792B
(154,121,43)
#8B6D27
(139,109,39)
#7C6123
(124,97,35)
#6D551F
(109,85,31)
#5E491B
(94,73,27)
#4F3D17
(79,61,23)
#403113
(64,49,19)
#31250F
(49,37,15)
#22190B
(34,25,11)
#130D07
(19,13,7)
#000000
(0,0,0)

Tints of #A9852F

#A9852F
(169,133,47)
#B09041
(176,144,65)
#B79B53
(183,155,83)
#BEA665
(190,166,101)
#C5B177
(197,177,119)
#CCBC89
(204,188,137)
#D3C79B
(211,199,155)
#DAD2AD
(218,210,173)
#E1DDBF
(225,221,191)
#E8E8D1
(232,232,209)
#EFF3E3
(239,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9852F color. Also use rgb(169,133,47) instead hex code.

Text Font Color

.myTextColor { color: #A9852F; }

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

This text font color is #A9852F.


Background Color

.myBgColor { background-color: #A9852F; }

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

This div background color is #A9852F.


Border color

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

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

This div border color is #A9852F.


Opacity

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

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

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

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

This text has shadow with #A9852F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9852F on black background.


Color preview on white background

This text has color #A9852F on white background.



Black color preview on #A9852F background

This text has black color on #A9852F background.


White color preview on #A9852F background

This text has white color on #A9852F background.