COLOR #A99367

HEX: #A99367
RGB: (169,147,103)

Color info

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

RGB color model

#A99367 color RGB value is (169,147,103).

  • red value is 169;
  • green value is 147;
  • blue value is 103.
RGB: (169,147,103) (66%,58%,40%)

RGB channels and saturation

R 169 of 255 = 66%
G 147 of 255 = 58%
B 103 of 255 = 40%

169
147
103

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

Portions of RGB colors in percentages

R + G + B =
169 + 147 + 103 = 419 (100%)
R 169 of 419 ~ 40.33%
G 147 of 419 ~ 35.08%
B 103 of 419 ~ 24.58%

%40.33
%35.08
%24.58

CMYK color model

#A99367 color CMYK value is (0,13,39,34).

  • cyan value is 0.00%
  • magenta value is 13.02%
  • yellow value is 39.05%
  • key color value is 33.73%
CMYK: (0,13,39,34) C0M13Y39K34 (0%,13%,39%,34%) (0.00/0.13/0.39/0.34)

CMYK percentages

%0
%13.02
%39.05
%33.73

Codes

Color #A99367 in popluar color models

A99367
RGB169147103
HSL40°27.73%53.33%
HSB/HSV40°39.05%66.27%
CMYK0.00%13.02%39.05%
33.73%

Color #A99367 in popluar number systems.

HEXA99367
Decimal169147103
Binary10101001100100111100111
Octal251223147

Shades and tints

Shades of #A99367

#A99367
(169,147,103)
#9A865E
(154,134,94)
#8B7955
(139,121,85)
#7C6C4C
(124,108,76)
#6D5F43
(109,95,67)
#5E523A
(94,82,58)
#4F4531
(79,69,49)
#403828
(64,56,40)
#312B1F
(49,43,31)
#221E16
(34,30,22)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #A99367

#A99367
(169,147,103)
#B09C74
(176,156,116)
#B7A581
(183,165,129)
#BEAE8E
(190,174,142)
#C5B79B
(197,183,155)
#CCC0A8
(204,192,168)
#D3C9B5
(211,201,181)
#DAD2C2
(218,210,194)
#E1DBCF
(225,219,207)
#E8E4DC
(232,228,220)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99367 color. Also use rgb(169,147,103) instead hex code.

Text Font Color

.myTextColor { color: #A99367; }

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

This text font color is #A99367.


Background Color

.myBgColor { background-color: #A99367; }

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

This div background color is #A99367.


Border color

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

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

This div border color is #A99367.


Opacity

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

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

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

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

This text has shadow with #A99367 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #A99367; -webkit-box-shadow:	1px 1px 3px 2px #A99367; box-shadow:	1px 1px 3px 2px #A99367; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A99367; -webkit-box-shadow: 1px 1px 3px 2px #A99367; box-shadow:1px 1px 3px 2px #A99367;">
Div content here</div>
This div box has shadow with color #A99367.

Preview

Color preview on black background

This text has color #A99367 on black background.


Color preview on white background

This text has color #A99367 on white background.



Black color preview on #A99367 background

This text has black color on #A99367 background.


White color preview on #A99367 background

This text has white color on #A99367 background.