COLOR #A9867D

HEX: #A9867D
RGB: (169,134,125)

Color info

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

RGB color model

#A9867D color RGB value is (169,134,125).

  • red value is 169;
  • green value is 134;
  • blue value is 125.
RGB:
(169,134,125)
(66%,53%,49%)

RGB channels and saturation

R 169 of 255 = 66%
G 134 of 255 = 53%
B 125 of 255 = 49%

169
134
125

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

Portions of RGB colors in percentages

R + G + B =
169 + 134 + 125 = 428 (100%)
R 169 of 428 ~ 39.49%
G 134 of 428 ~ 31.31%
B 125 of 428 ~ 29.21%

%39.49
%31.31
%29.21

CMYK color model

#A9867D color CMYK value is (0,21,26,34).

  • cyan value is 0.00%
  • magenta value is 20.71%
  • yellow value is 26.04%
  • key color value is 33.73%
CMYK:
(0,21,26,34)
C0M21Y26K34 
(0%,21%,26%,34%)
(0.00/0.21/0.26/0.34)	

CMYK percentages

%0
%20.71
%26.04
%33.73

Codes

Color #A9867D in popluar color models

A9867D
RGB169134125
HSL12°20.37%57.65%
HSB/HSV12°26.04%66.27%
CMYK0.00%20.71%26.04%
33.73%

Color #A9867D in popluar number systems.

HEXA9867D
Decimal169134125
Binary10101001100001101111101
Octal251206175

Shades and tints

Shades of #A9867D

#A9867D
(169,134,125)
#9A7A72
(154,122,114)
#8B6E67
(139,110,103)
#7C625C
(124,98,92)
#6D5651
(109,86,81)
#5E4A46
(94,74,70)
#4F3E3B
(79,62,59)
#403230
(64,50,48)
#312625
(49,38,37)
#221A1A
(34,26,26)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #A9867D

#A9867D
(169,134,125)
#B09188
(176,145,136)
#B79C93
(183,156,147)
#BEA79E
(190,167,158)
#C5B2A9
(197,178,169)
#CCBDB4
(204,189,180)
#D3C8BF
(211,200,191)
#DAD3CA
(218,211,202)
#E1DED5
(225,222,213)
#E8E9E0
(232,233,224)
#EFF4EB
(239,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9867D color. Also use rgb(169,134,125) instead hex code.

Text Font Color

.myTextColor { color: #A9867D; }

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

This text font color is #A9867D.


Background Color

.myBgColor { background-color: #A9867D; }

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

This div background color is #A9867D.


Border color

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

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

This div border color is #A9867D.


Opacity

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

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

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

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

This text has shadow with #A9867D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9867D on black background.


Color preview on white background

This text has color #A9867D on white background.



Black color preview on #A9867D background

This text has black color on #A9867D background.


White color preview on #A9867D background

This text has white color on #A9867D background.