COLOR #A9907A

HEX: #A9907A
RGB: (169,144,122)

Color info

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

RGB color model

#A9907A color RGB value is (169,144,122).

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

RGB channels and saturation

R 169 of 255 = 66%
G 144 of 255 = 56%
B 122 of 255 = 48%

169
144
122

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

Portions of RGB colors in percentages

R + G + B =
169 + 144 + 122 = 435 (100%)
R 169 of 435 ~ 38.85%
G 144 of 435 ~ 33.1%
B 122 of 435 ~ 28.05%

%38.85
%33.1
%28.05

CMYK color model

#A9907A color CMYK value is (0,15,28,34).

  • cyan value is 0.00%
  • magenta value is 14.79%
  • yellow value is 27.81%
  • key color value is 33.73%
CMYK: (0,15,28,34) C0M15Y28K34 (0%,15%,28%,34%) (0.00/0.15/0.28/0.34)

CMYK percentages

%0
%14.79
%27.81
%33.73

Codes

Color #A9907A in popluar color models

A9907A
RGB169144122
HSL28°21.46%57.06%
HSB/HSV28°27.81%66.27%
CMYK0.00%14.79%27.81%
33.73%

Color #A9907A in popluar number systems.

HEXA9907A
Decimal169144122
Binary10101001100100001111010
Octal251220172

Shades and tints

Shades of #A9907A

#A9907A
(169,144,122)
#9A836F
(154,131,111)
#8B7664
(139,118,100)
#7C6959
(124,105,89)
#6D5C4E
(109,92,78)
#5E4F43
(94,79,67)
#4F4238
(79,66,56)
#40352D
(64,53,45)
#312822
(49,40,34)
#221B17
(34,27,23)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #A9907A

#A9907A
(169,144,122)
#B09A86
(176,154,134)
#B7A492
(183,164,146)
#BEAE9E
(190,174,158)
#C5B8AA
(197,184,170)
#CCC2B6
(204,194,182)
#D3CCC2
(211,204,194)
#DAD6CE
(218,214,206)
#E1E0DA
(225,224,218)
#E8EAE6
(232,234,230)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9907A; }

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

This text font color is #A9907A.


Background Color

.myBgColor { background-color: #A9907A; }

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

This div background color is #A9907A.


Border color

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

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

This div border color is #A9907A.


Opacity

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

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

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

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

This text has shadow with #A9907A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A9907A on black background.


Color preview on white background

This text has color #A9907A on white background.



Black color preview on #A9907A background

This text has black color on #A9907A background.


White color preview on #A9907A background

This text has white color on #A9907A background.