COLOR #A9955D

HEX: #A9955D RGB: (169,149,93)

Color info

#A9955D contains mainly red and green colors. Web safe color of #A9955D is #999966 (or #996).

RGB color model

#A9955D color RGB value is (169,149,93).

RGB: (169,149,93) (66%, 58%, 36%)

RGB channels and saturation

R 169 of 255 = 66%
G 149 of 255 = 58%
B 93 of 255 = 36%

169
149
93

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

Portions of RGB colors in percentages

R + G + B = 169 + 149 + 93 = 411 (100%)
R 169 of 411 ~ 41.12%
G 149 of 411 ~ 36.25%
B 93 of 411 ~ 22.63'%

%41.12
%36.25
%22.63

CMYK color model

#A9955D color CMYK value is (0,12,45,34).

  • cyan value is 0.00%
  • magenta value is 11.83%
  • yellow value is 44.97%
  • key color value is 33.73%

CMYK: (0,12,45,34)
C0M12Y45K34 (0%, 12%, 45%, 34%)
(0.00 / 0.12 / 0.45 / 0.34)

CMYK percentages

%0
%11.83
%44.97
%33.73

Codes

Color #A9955D in popluar color models

A9 95 5D
RGB 169 149 93
HSL 44° 30.65% 51.37%
HSB/HSV 44° 44.97% 66.27%
CMYK 0.00% 11.83% 44.97%
33.73%

Color #A9955D in popluar number systems.

HEX A9 95 5D
Decimal 169 149 93
Binary 10101001 10010101 1011101
Octal 251 225 135

Shades and tints

Shades of #A9955D

#A9955D
(169,149,93)
#9A8855
(154,136,85)
#8B7B4D
(139,123,77)
#7C6E45
(124,110,69)
#6D613D
(109,97,61)
#5E5435
(94,84,53)
#4F472D
(79,71,45)
#403A25
(64,58,37)
#312D1D
(49,45,29)
#222015
(34,32,21)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #A9955D

#A9955D
(169,149,93)
#B09E6B
(176,158,107)
#B7A779
(183,167,121)
#BEB087
(190,176,135)
#C5B995
(197,185,149)
#CCC2A3
(204,194,163)
#D3CBB1
(211,203,177)
#DAD4BF
(218,212,191)
#E1DDCD
(225,221,205)
#E8E6DB
(232,230,219)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9955D color. Also use rgb(169,149,93) instead hex code.

Text Font Color

.myTextColor { color: #A9955D; }

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

This text font color is #A9955D.

Background Color

.myBgColor { background-color: #A9955D; }

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

This div background color is #A9955D.

Border color

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

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

This div border color is #A9955D.

Opacity

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

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

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

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

This text has shadow with #A9955D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9955D.

Preview

Color preview on black background

This text has color #A9955D on black background.


Color preview on white background

This text has color #A9955D on white background.


Black color preview on #A9955D background

This text has black color on #A9955D background.


White color preview on #A9955D background

This text has white color on #A9955D background.


Related colors

Complementary color

Complementary color for #hex is #566AA2.


I love getcolorcode.com

Triadic colors

1 #5DA995 and #955DA9 with #A9955D are triadic colors.

2 #5D95A9 and #95A95D with #A9955D are triadic colors.