COLOR #A9907C

HEX: #A9907C RGB: (169,144,124)

Color info

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

RGB color model

#A9907C color RGB value is (169,144,124).

RGB: (169,144,124) (66%, 56%, 49%)

RGB channels and saturation

R 169 of 255 = 66%
G 144 of 255 = 56%
B 124 of 255 = 49%

169
144
124

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

Portions of RGB colors in percentages

R + G + B = 169 + 144 + 124 = 437 (100%)
R 169 of 437 ~ 38.67%
G 144 of 437 ~ 32.95%
B 124 of 437 ~ 28.38'%

%38.67
%32.95
%28.38

CMYK color model

#A9907C color CMYK value is (0,15,27,34).

  • cyan value is 0.00%
  • magenta value is 14.79%
  • yellow value is 26.63%
  • key color value is 33.73%

CMYK: (0,15,27,34)
C0M15Y27K34 (0%, 15%, 27%, 34%)
(0.00 / 0.15 / 0.27 / 0.34)

CMYK percentages

%0
%14.79
%26.63
%33.73

Codes

Color #A9907C in popluar color models

A9 90 7C
RGB 169 144 124
HSL 27° 20.74% 57.45%
HSB/HSV 27° 26.63% 66.27%
CMYK 0.00% 14.79% 26.63%
33.73%

Color #A9907C in popluar number systems.

HEX A9 90 7C
Decimal 169 144 124
Binary 10101001 10010000 1111100
Octal 251 220 174

Shades and tints

Shades of #A9907C

#A9907C
(169,144,124)
#9A8371
(154,131,113)
#8B7666
(139,118,102)
#7C695B
(124,105,91)
#6D5C50
(109,92,80)
#5E4F45
(94,79,69)
#4F423A
(79,66,58)
#40352F
(64,53,47)
#312824
(49,40,36)
#221B19
(34,27,25)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #A9907C

#A9907C
(169,144,124)
#B09A87
(176,154,135)
#B7A492
(183,164,146)
#BEAE9D
(190,174,157)
#C5B8A8
(197,184,168)
#CCC2B3
(204,194,179)
#D3CCBE
(211,204,190)
#DAD6C9
(218,214,201)
#E1E0D4
(225,224,212)
#E8EADF
(232,234,223)
#EFF4EA
(239,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9907C; }

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

This text font color is #A9907C.

Background Color

.myBgColor { background-color: #A9907C; }

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

This div background color is #A9907C.

Border color

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

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

This div border color is #A9907C.

Opacity

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

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

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

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

This text has shadow with #A9907C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9907C.

Preview

Color preview on black background

This text has color #A9907C on black background.


Color preview on white background

This text has color #A9907C on white background.


Black color preview on #A9907C background

This text has black color on #A9907C background.


White color preview on #A9907C background

This text has white color on #A9907C background.


Related colors

Complementary color

Complementary color for #hex is #566F83.


I love getcolorcode.com

Triadic colors

1 #7CA990 and #907CA9 with #A9907C are triadic colors.

2 #7C90A9 and #90A97C with #A9907C are triadic colors.