COLOR #A9927C

HEX: #A9927C
RGB: (169,146,124)

Color info

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

RGB color model

#A9927C color RGB value is (169,146,124).

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

RGB channels and saturation

R 169 of 255 = 66%
G 146 of 255 = 57%
B 124 of 255 = 49%

169
146
124

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

Portions of RGB colors in percentages

R + G + B =
169 + 146 + 124 = 439 (100%)
R 169 of 439 ~ 38.5%
G 146 of 439 ~ 33.26%
B 124 of 439 ~ 28.25%

%38.5
%33.26
%28.25

CMYK color model

#A9927C color CMYK value is (0,14,27,34).

  • cyan value is 0.00%
  • magenta value is 13.61%
  • yellow value is 26.63%
  • key color value is 33.73%
CMYK:
(0,14,27,34)
C0M14Y27K34 
(0%,14%,27%,34%)
(0.00/0.14/0.27/0.34)	

CMYK percentages

%0
%13.61
%26.63
%33.73

Codes

Color #A9927C in popluar color models

A9927C
RGB169146124
HSL29°20.74%57.45%
HSB/HSV29°26.63%66.27%
CMYK0.00%13.61%26.63%
33.73%

Color #A9927C in popluar number systems.

HEXA9927C
Decimal169146124
Binary10101001100100101111100
Octal251222174

Shades and tints

Shades of #A9927C

#A9927C
(169,146,124)
#9A8571
(154,133,113)
#8B7866
(139,120,102)
#7C6B5B
(124,107,91)
#6D5E50
(109,94,80)
#5E5145
(94,81,69)
#4F443A
(79,68,58)
#40372F
(64,55,47)
#312A24
(49,42,36)
#221D19
(34,29,25)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #A9927C

#A9927C
(169,146,124)
#B09B87
(176,155,135)
#B7A492
(183,164,146)
#BEAD9D
(190,173,157)
#C5B6A8
(197,182,168)
#CCBFB3
(204,191,179)
#D3C8BE
(211,200,190)
#DAD1C9
(218,209,201)
#E1DAD4
(225,218,212)
#E8E3DF
(232,227,223)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9927C; }

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

This text font color is #A9927C.


Background Color

.myBgColor { background-color: #A9927C; }

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

This div background color is #A9927C.


Border color

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

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

This div border color is #A9927C.


Opacity

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

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

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

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

This text has shadow with #A9927C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9927C on black background.


Color preview on white background

This text has color #A9927C on white background.



Black color preview on #A9927C background

This text has black color on #A9927C background.


White color preview on #A9927C background

This text has white color on #A9927C background.