COLOR #A9936E

HEX: #A9936E RGB: (169,147,110)

Color info

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

RGB color model

#A9936E color RGB value is (169,147,110).

RGB: (169,147,110) (66%, 58%, 43%)

RGB channels and saturation

R 169 of 255 = 66%
G 147 of 255 = 58%
B 110 of 255 = 43%

169
147
110

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

Portions of RGB colors in percentages

R + G + B = 169 + 147 + 110 = 426 (100%)
R 169 of 426 ~ 39.67%
G 147 of 426 ~ 34.51%
B 110 of 426 ~ 25.82'%

%39.67
%34.51
%25.82

CMYK color model

#A9936E color CMYK value is (0,13,35,34).

  • cyan value is 0.00%
  • magenta value is 13.02%
  • yellow value is 34.91%
  • key color value is 33.73%

CMYK: (0,13,35,34)
C0M13Y35K34 (0%, 13%, 35%, 34%)
(0.00 / 0.13 / 0.35 / 0.34)

CMYK percentages

%0
%13.02
%34.91
%33.73

Codes

Color #A9936E in popluar color models

A9 93 6E
RGB 169 147 110
HSL 38° 25.54% 54.71%
HSB/HSV 38° 34.91% 66.27%
CMYK 0.00% 13.02% 34.91%
33.73%

Color #A9936E in popluar number systems.

HEX A9 93 6E
Decimal 169 147 110
Binary 10101001 10010011 1101110
Octal 251 223 156

Shades and tints

Shades of #A9936E

#A9936E
(169,147,110)
#9A8664
(154,134,100)
#8B795A
(139,121,90)
#7C6C50
(124,108,80)
#6D5F46
(109,95,70)
#5E523C
(94,82,60)
#4F4532
(79,69,50)
#403828
(64,56,40)
#312B1E
(49,43,30)
#221E14
(34,30,20)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #A9936E

#A9936E
(169,147,110)
#B09C7B
(176,156,123)
#B7A588
(183,165,136)
#BEAE95
(190,174,149)
#C5B7A2
(197,183,162)
#CCC0AF
(204,192,175)
#D3C9BC
(211,201,188)
#DAD2C9
(218,210,201)
#E1DBD6
(225,219,214)
#E8E4E3
(232,228,227)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9936E color. Also use rgb(169,147,110) instead hex code.

Text Font Color

.myTextColor { color: #A9936E; }

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

This text font color is #A9936E.

Background Color

.myBgColor { background-color: #A9936E; }

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

This div background color is #A9936E.

Border color

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

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

This div border color is #A9936E.

Opacity

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

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

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

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

This text has shadow with #A9936E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9936E.

Preview

Color preview on black background

This text has color #A9936E on black background.


Color preview on white background

This text has color #A9936E on white background.


Black color preview on #A9936E background

This text has black color on #A9936E background.


White color preview on #A9936E background

This text has white color on #A9936E background.


Related colors

Complementary color

Complementary color for #hex is #566C91.


I love getcolorcode.com

Triadic colors

1 #6EA993 and #936EA9 with #A9936E are triadic colors.

2 #6E93A9 and #93A96E with #A9936E are triadic colors.