COLOR #A98735

HEX: #A98735 RGB: (169,135,53)

Color info

#A98735 contains mainly red and green colors. Web safe color of #A98735 is #999933 (or #993).

RGB color model

#A98735 color RGB value is (169,135,53).

RGB: (169,135,53) (66%, 53%, 21%)

RGB channels and saturation

R 169 of 255 = 66%
G 135 of 255 = 53%
B 53 of 255 = 21%

169
135
53

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

Portions of RGB colors in percentages

R + G + B = 169 + 135 + 53 = 357 (100%)
R 169 of 357 ~ 47.34%
G 135 of 357 ~ 37.82%
B 53 of 357 ~ 14.85'%

%47.34
%37.82
%14.85

CMYK color model

#A98735 color CMYK value is (0,20,69,34).

  • cyan value is 0.00%
  • magenta value is 20.12%
  • yellow value is 68.64%
  • key color value is 33.73%

CMYK: (0,20,69,34)
C0M20Y69K34 (0%, 20%, 69%, 34%)
(0.00 / 0.20 / 0.69 / 0.34)

CMYK percentages

%0
%20.12
%68.64
%33.73

Codes

Color #A98735 in popluar color models

A9 87 35
RGB 169 135 53
HSL 42° 52.25% 43.53%
HSB/HSV 42° 68.64% 66.27%
CMYK 0.00% 20.12% 68.64%
33.73%

Color #A98735 in popluar number systems.

HEX A9 87 35
Decimal 169 135 53
Binary 10101001 10000111 110101
Octal 251 207 65

Shades and tints

Shades of #A98735

#A98735
(169,135,53)
#9A7B31
(154,123,49)
#8B6F2D
(139,111,45)
#7C6329
(124,99,41)
#6D5725
(109,87,37)
#5E4B21
(94,75,33)
#4F3F1D
(79,63,29)
#403319
(64,51,25)
#312715
(49,39,21)
#221B11
(34,27,17)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #A98735

#A98735
(169,135,53)
#B09147
(176,145,71)
#B79B59
(183,155,89)
#BEA56B
(190,165,107)
#C5AF7D
(197,175,125)
#CCB98F
(204,185,143)
#D3C3A1
(211,195,161)
#DACDB3
(218,205,179)
#E1D7C5
(225,215,197)
#E8E1D7
(232,225,215)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98735 color. Also use rgb(169,135,53) instead hex code.

Text Font Color

.myTextColor { color: #A98735; }

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

This text font color is #A98735.

Background Color

.myBgColor { background-color: #A98735; }

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

This div background color is #A98735.

Border color

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

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

This div border color is #A98735.

Opacity

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

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

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

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

This text has shadow with #A98735 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98735.

Preview

Color preview on black background

This text has color #A98735 on black background.


Color preview on white background

This text has color #A98735 on white background.


Black color preview on #A98735 background

This text has black color on #A98735 background.


White color preview on #A98735 background

This text has white color on #A98735 background.


Related colors

Complementary color

Complementary color for #hex is #5678CA.


I love getcolorcode.com

Triadic colors

1 #35A987 and #8735A9 with #A98735 are triadic colors.

2 #3587A9 and #87A935 with #A98735 are triadic colors.