COLOR #A9857A

HEX: #A9857A
RGB: (169,133,122)

Color info

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

RGB color model

#A9857A color RGB value is (169,133,122).

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

RGB channels and saturation

R 169 of 255 = 66%
G 133 of 255 = 52%
B 122 of 255 = 48%

169
133
122

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

Portions of RGB colors in percentages

R + G + B =
169 + 133 + 122 = 424 (100%)
R 169 of 424 ~ 39.86%
G 133 of 424 ~ 31.37%
B 122 of 424 ~ 28.77%

%39.86
%31.37
%28.77

CMYK color model

#A9857A color CMYK value is (0,21,28,34).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 27.81%
  • key color value is 33.73%
CMYK:
(0,21,28,34)
C0M21Y28K34 
(0%,21%,28%,34%)
(0.00/0.21/0.28/0.34)	

CMYK percentages

%0
%21.3
%27.81
%33.73

Codes

Color #A9857A in popluar color models

A9857A
RGB169133122
HSL14°21.46%57.06%
HSB/HSV14°27.81%66.27%
CMYK0.00%21.30%27.81%
33.73%

Color #A9857A in popluar number systems.

HEXA9857A
Decimal169133122
Binary10101001100001011111010
Octal251205172

Shades and tints

Shades of #A9857A

#A9857A
(169,133,122)
#9A796F
(154,121,111)
#8B6D64
(139,109,100)
#7C6159
(124,97,89)
#6D554E
(109,85,78)
#5E4943
(94,73,67)
#4F3D38
(79,61,56)
#40312D
(64,49,45)
#312522
(49,37,34)
#221917
(34,25,23)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #A9857A

#A9857A
(169,133,122)
#B09086
(176,144,134)
#B79B92
(183,155,146)
#BEA69E
(190,166,158)
#C5B1AA
(197,177,170)
#CCBCB6
(204,188,182)
#D3C7C2
(211,199,194)
#DAD2CE
(218,210,206)
#E1DDDA
(225,221,218)
#E8E8E6
(232,232,230)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9857A; }

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

This text font color is #A9857A.


Background Color

.myBgColor { background-color: #A9857A; }

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

This div background color is #A9857A.


Border color

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

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

This div border color is #A9857A.


Opacity

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

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

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

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

This text has shadow with #A9857A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9857A on black background.


Color preview on white background

This text has color #A9857A on white background.



Black color preview on #A9857A background

This text has black color on #A9857A background.


White color preview on #A9857A background

This text has white color on #A9857A background.