COLOR #A99757

HEX: #A99757 RGB: (169,151,87)

Color info

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

RGB color model

#A99757 color RGB value is (169,151,87).

RGB: (169,151,87) (66%, 59%, 34%)

RGB channels and saturation

R 169 of 255 = 66%
G 151 of 255 = 59%
B 87 of 255 = 34%

169
151
87

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

Portions of RGB colors in percentages

R + G + B = 169 + 151 + 87 = 407 (100%)
R 169 of 407 ~ 41.52%
G 151 of 407 ~ 37.1%
B 87 of 407 ~ 21.38'%

%41.52
%37.1
%21.38

CMYK color model

#A99757 color CMYK value is (0,11,49,34).

  • cyan value is 0.00%
  • magenta value is 10.65%
  • yellow value is 48.52%
  • key color value is 33.73%

CMYK: (0,11,49,34)
C0M11Y49K34 (0%, 11%, 49%, 34%)
(0.00 / 0.11 / 0.49 / 0.34)

CMYK percentages

%0
%10.65
%48.52
%33.73

Codes

Color #A99757 in popluar color models

A9 97 57
RGB 169 151 87
HSL 47° 32.28% 50.20%
HSB/HSV 47° 48.52% 66.27%
CMYK 0.00% 10.65% 48.52%
33.73%

Color #A99757 in popluar number systems.

HEX A9 97 57
Decimal 169 151 87
Binary 10101001 10010111 1010111
Octal 251 227 127

Shades and tints

Shades of #A99757

#A99757
(169,151,87)
#9A8A50
(154,138,80)
#8B7D49
(139,125,73)
#7C7042
(124,112,66)
#6D633B
(109,99,59)
#5E5634
(94,86,52)
#4F492D
(79,73,45)
#403C26
(64,60,38)
#312F1F
(49,47,31)
#222218
(34,34,24)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #A99757

#A99757
(169,151,87)
#B0A066
(176,160,102)
#B7A975
(183,169,117)
#BEB284
(190,178,132)
#C5BB93
(197,187,147)
#CCC4A2
(204,196,162)
#D3CDB1
(211,205,177)
#DAD6C0
(218,214,192)
#E1DFCF
(225,223,207)
#E8E8DE
(232,232,222)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99757 color. Also use rgb(169,151,87) instead hex code.

Text Font Color

.myTextColor { color: #A99757; }

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

This text font color is #A99757.

Background Color

.myBgColor { background-color: #A99757; }

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

This div background color is #A99757.

Border color

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

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

This div border color is #A99757.

Opacity

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

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

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

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

This text has shadow with #A99757 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99757.

Preview

Color preview on black background

This text has color #A99757 on black background.


Color preview on white background

This text has color #A99757 on white background.


Black color preview on #A99757 background

This text has black color on #A99757 background.


White color preview on #A99757 background

This text has white color on #A99757 background.


Related colors

Complementary color

Complementary color for #hex is #5668A8.


I love getcolorcode.com

Triadic colors

1 #57A997 and #9757A9 with #A99757 are triadic colors.

2 #5797A9 and #97A957 with #A99757 are triadic colors.