COLOR #A99611

HEX: #A99611 RGB: (169,150,17)

Color info

#A99611 contains mainly red and green colors. Web safe color of #A99611 is #999900 (or #990).

RGB color model

#A99611 color RGB value is (169,150,17).

RGB: (169,150,17) (66%, 59%, 7%)

RGB channels and saturation

R 169 of 255 = 66%
G 150 of 255 = 59%
B 17 of 255 = 7%

169
150
17

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

Portions of RGB colors in percentages

R + G + B = 169 + 150 + 17 = 336 (100%)
R 169 of 336 ~ 50.3%
G 150 of 336 ~ 44.64%
B 17 of 336 ~ 5.06'%

%50.3
%44.64

CMYK color model

#A99611 color CMYK value is (0,11,90,34).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 89.94%
  • key color value is 33.73%

CMYK: (0,11,90,34)
C0M11Y90K34 (0%, 11%, 90%, 34%)
(0.00 / 0.11 / 0.90 / 0.34)

CMYK percentages

%0
%11.24
%89.94
%33.73

Codes

Color #A99611 in popluar color models

A9 96 11
RGB 169 150 17
HSL 53° 81.72% 36.47%
HSB/HSV 53° 89.94% 66.27%
CMYK 0.00% 11.24% 89.94%
33.73%

Color #A99611 in popluar number systems.

HEX A9 96 11
Decimal 169 150 17
Binary 10101001 10010110 10001
Octal 251 226 21

Shades and tints

Shades of #A99611

#A99611
(169,150,17)
#9A8910
(154,137,16)
#8B7C0F
(139,124,15)
#7C6F0E
(124,111,14)
#6D620D
(109,98,13)
#5E550C
(94,85,12)
#4F480B
(79,72,11)
#403B0A
(64,59,10)
#312E09
(49,46,9)
#222108
(34,33,8)
#131407
(19,20,7)
#000000
(0,0,0)

Tints of #A99611

#A99611
(169,150,17)
#B09F26
(176,159,38)
#B7A83B
(183,168,59)
#BEB150
(190,177,80)
#C5BA65
(197,186,101)
#CCC37A
(204,195,122)
#D3CC8F
(211,204,143)
#DAD5A4
(218,213,164)
#E1DEB9
(225,222,185)
#E8E7CE
(232,231,206)
#EFF0E3
(239,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99611 color. Also use rgb(169,150,17) instead hex code.

Text Font Color

.myTextColor { color: #A99611; }

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

This text font color is #A99611.

Background Color

.myBgColor { background-color: #A99611; }

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

This div background color is #A99611.

Border color

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

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

This div border color is #A99611.

Opacity

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

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

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

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

This text has shadow with #A99611 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99611.

Preview

Color preview on black background

This text has color #A99611 on black background.


Color preview on white background

This text has color #A99611 on white background.


Black color preview on #A99611 background

This text has black color on #A99611 background.


White color preview on #A99611 background

This text has white color on #A99611 background.


Related colors

Complementary color

Complementary color for #hex is #5669EE.


I love getcolorcode.com

Triadic colors

1 #11A996 and #9611A9 with #A99611 are triadic colors.

2 #1196A9 and #96A911 with #A99611 are triadic colors.