COLOR #A9736A

HEX: #A9736A
RGB: (169,115,106)

Color info

#A9736A contains mainly red and green colors. Web safe color of #A9736A is #996666 (or #966).

RGB color model

#A9736A color RGB value is (169,115,106).

  • red value is 169;
  • green value is 115;
  • blue value is 106.
RGB:
(169,115,106)
(66%,45%,42%)

RGB channels and saturation

R 169 of 255 = 66%
G 115 of 255 = 45%
B 106 of 255 = 42%

169
115
106

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

Portions of RGB colors in percentages

R + G + B =
169 + 115 + 106 = 390 (100%)
R 169 of 390 ~ 43.33%
G 115 of 390 ~ 29.49%
B 106 of 390 ~ 27.18%

%43.33
%29.49
%27.18

CMYK color model

#A9736A color CMYK value is (0,32,37,34).

  • cyan value is 0.00%
  • magenta value is 31.95%
  • yellow value is 37.28%
  • key color value is 33.73%
CMYK:
(0,32,37,34)
C0M32Y37K34 
(0%,32%,37%,34%)
(0.00/0.32/0.37/0.34)	

CMYK percentages

%0
%31.95
%37.28
%33.73

Codes

Color #A9736A in popluar color models

A9736A
RGB169115106
HSL26.81%53.92%
HSB/HSV37.28%66.27%
CMYK0.00%31.95%37.28%
33.73%

Color #A9736A in popluar number systems.

HEXA9736A
Decimal169115106
Binary1010100111100111101010
Octal251163152

Shades and tints

Shades of #A9736A

#A9736A
(169,115,106)
#9A6961
(154,105,97)
#8B5F58
(139,95,88)
#7C554F
(124,85,79)
#6D4B46
(109,75,70)
#5E413D
(94,65,61)
#4F3734
(79,55,52)
#402D2B
(64,45,43)
#312322
(49,35,34)
#221919
(34,25,25)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #A9736A

#A9736A
(169,115,106)
#B07F77
(176,127,119)
#B78B84
(183,139,132)
#BE9791
(190,151,145)
#C5A39E
(197,163,158)
#CCAFAB
(204,175,171)
#D3BBB8
(211,187,184)
#DAC7C5
(218,199,197)
#E1D3D2
(225,211,210)
#E8DFDF
(232,223,223)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9736A color. Also use rgb(169,115,106) instead hex code.

Text Font Color

.myTextColor { color: #A9736A; }

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

This text font color is #A9736A.


Background Color

.myBgColor { background-color: #A9736A; }

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

This div background color is #A9736A.


Border color

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

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

This div border color is #A9736A.


Opacity

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

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

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

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

This text has shadow with #A9736A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9736A on black background.


Color preview on white background

This text has color #A9736A on white background.



Black color preview on #A9736A background

This text has black color on #A9736A background.


White color preview on #A9736A background

This text has white color on #A9736A background.