COLOR #A9827C

HEX: #A9827C
RGB: (169,130,124)

Color info

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

RGB color model

#A9827C color RGB value is (169,130,124).

  • red value is 169;
  • green value is 130;
  • blue value is 124.
RGB:
(169,130,124)
(66%,51%,49%)

RGB channels and saturation

R 169 of 255 = 66%
G 130 of 255 = 51%
B 124 of 255 = 49%

169
130
124

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

Portions of RGB colors in percentages

R + G + B =
169 + 130 + 124 = 423 (100%)
R 169 of 423 ~ 39.95%
G 130 of 423 ~ 30.73%
B 124 of 423 ~ 29.31%

%39.95
%30.73
%29.31

CMYK color model

#A9827C color CMYK value is (0,23,27,34).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 26.63%
  • key color value is 33.73%
CMYK:
(0,23,27,34)
C0M23Y27K34 
(0%,23%,27%,34%)
(0.00/0.23/0.27/0.34)	

CMYK percentages

%0
%23.08
%26.63
%33.73

Codes

Color #A9827C in popluar color models

A9827C
RGB169130124
HSL20.74%57.45%
HSB/HSV26.63%66.27%
CMYK0.00%23.08%26.63%
33.73%

Color #A9827C in popluar number systems.

HEXA9827C
Decimal169130124
Binary10101001100000101111100
Octal251202174

Shades and tints

Shades of #A9827C

#A9827C
(169,130,124)
#9A7771
(154,119,113)
#8B6C66
(139,108,102)
#7C615B
(124,97,91)
#6D5650
(109,86,80)
#5E4B45
(94,75,69)
#4F403A
(79,64,58)
#40352F
(64,53,47)
#312A24
(49,42,36)
#221F19
(34,31,25)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #A9827C

#A9827C
(169,130,124)
#B08D87
(176,141,135)
#B79892
(183,152,146)
#BEA39D
(190,163,157)
#C5AEA8
(197,174,168)
#CCB9B3
(204,185,179)
#D3C4BE
(211,196,190)
#DACFC9
(218,207,201)
#E1DAD4
(225,218,212)
#E8E5DF
(232,229,223)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9827C color. Also use rgb(169,130,124) instead hex code.

Text Font Color

.myTextColor { color: #A9827C; }

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

This text font color is #A9827C.


Background Color

.myBgColor { background-color: #A9827C; }

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

This div background color is #A9827C.


Border color

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

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

This div border color is #A9827C.


Opacity

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

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

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

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

This text has shadow with #A9827C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9827C on black background.


Color preview on white background

This text has color #A9827C on white background.



Black color preview on #A9827C background

This text has black color on #A9827C background.


White color preview on #A9827C background

This text has white color on #A9827C background.