COLOR #A99B53

HEX: #A99B53 RGB: (169,155,83)

Color info

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

RGB color model

#A99B53 color RGB value is (169,155,83).

RGB: (169,155,83) (66%, 61%, 33%)

RGB channels and saturation

R 169 of 255 = 66%
G 155 of 255 = 61%
B 83 of 255 = 33%

169
155
83

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

Portions of RGB colors in percentages

R + G + B = 169 + 155 + 83 = 407 (100%)
R 169 of 407 ~ 41.52%
G 155 of 407 ~ 38.08%
B 83 of 407 ~ 20.39'%

%41.52
%38.08
%20.39

CMYK color model

#A99B53 color CMYK value is (0,8,51,34).

  • cyan value is 0.00%
  • magenta value is 8.28%
  • yellow value is 50.89%
  • key color value is 33.73%

CMYK: (0,8,51,34)
C0M8Y51K34 (0%, 8%, 51%, 34%)
(0.00 / 0.08 / 0.51 / 0.34)

CMYK percentages

%0
%8.28
%50.89
%33.73

Codes

Color #A99B53 in popluar color models

A9 9B 53
RGB 169 155 83
HSL 50° 34.13% 49.41%
HSB/HSV 50° 50.89% 66.27%
CMYK 0.00% 8.28% 50.89%
33.73%

Color #A99B53 in popluar number systems.

HEX A9 9B 53
Decimal 169 155 83
Binary 10101001 10011011 1010011
Octal 251 233 123

Shades and tints

Shades of #A99B53

#A99B53
(169,155,83)
#9A8D4C
(154,141,76)
#8B7F45
(139,127,69)
#7C713E
(124,113,62)
#6D6337
(109,99,55)
#5E5530
(94,85,48)
#4F4729
(79,71,41)
#403922
(64,57,34)
#312B1B
(49,43,27)
#221D14
(34,29,20)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #A99B53

#A99B53
(169,155,83)
#B0A462
(176,164,98)
#B7AD71
(183,173,113)
#BEB680
(190,182,128)
#C5BF8F
(197,191,143)
#CCC89E
(204,200,158)
#D3D1AD
(211,209,173)
#DADABC
(218,218,188)
#E1E3CB
(225,227,203)
#E8ECDA
(232,236,218)
#EFF5E9
(239,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99B53 color. Also use rgb(169,155,83) instead hex code.

Text Font Color

.myTextColor { color: #A99B53; }

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

This text font color is #A99B53.

Background Color

.myBgColor { background-color: #A99B53; }

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

This div background color is #A99B53.

Border color

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

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

This div border color is #A99B53.

Opacity

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

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

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

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

This text has shadow with #A99B53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99B53.

Preview

Color preview on black background

This text has color #A99B53 on black background.


Color preview on white background

This text has color #A99B53 on white background.


Black color preview on #A99B53 background

This text has black color on #A99B53 background.


White color preview on #A99B53 background

This text has white color on #A99B53 background.


Related colors

Complementary color

Complementary color for #hex is #5664AC.


I love getcolorcode.com

Triadic colors

1 #53A99B and #9B53A9 with #A99B53 are triadic colors.

2 #539BA9 and #9BA953 with #A99B53 are triadic colors.