COLOR #A9745D

HEX: #A9745D
RGB: (169,116,93)

Color info

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

RGB color model

#A9745D color RGB value is (169,116,93).

  • red value is 169;
  • green value is 116;
  • blue value is 93.
RGB:
(169,116,93)
(66%,45%,36%)

RGB channels and saturation

R 169 of 255 = 66%
G 116 of 255 = 45%
B 93 of 255 = 36%

169
116
93

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

Portions of RGB colors in percentages

R + G + B =
169 + 116 + 93 = 378 (100%)
R 169 of 378 ~ 44.71%
G 116 of 378 ~ 30.69%
B 93 of 378 ~ 24.6%

%44.71
%30.69
%24.6

CMYK color model

#A9745D color CMYK value is (0,31,45,34).

  • cyan value is 0.00%
  • magenta value is 31.36%
  • yellow value is 44.97%
  • key color value is 33.73%
CMYK:
(0,31,45,34)
C0M31Y45K34 
(0%,31%,45%,34%)
(0.00/0.31/0.45/0.34)	

CMYK percentages

%0
%31.36
%44.97
%33.73

Codes

Color #A9745D in popluar color models

A9745D
RGB16911693
HSL18°30.65%51.37%
HSB/HSV18°44.97%66.27%
CMYK0.00%31.36%44.97%
33.73%

Color #A9745D in popluar number systems.

HEXA9745D
Decimal16911693
Binary1010100111101001011101
Octal251164135

Shades and tints

Shades of #A9745D

#A9745D
(169,116,93)
#9A6A55
(154,106,85)
#8B604D
(139,96,77)
#7C5645
(124,86,69)
#6D4C3D
(109,76,61)
#5E4235
(94,66,53)
#4F382D
(79,56,45)
#402E25
(64,46,37)
#31241D
(49,36,29)
#221A15
(34,26,21)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #A9745D

#A9745D
(169,116,93)
#B0806B
(176,128,107)
#B78C79
(183,140,121)
#BE9887
(190,152,135)
#C5A495
(197,164,149)
#CCB0A3
(204,176,163)
#D3BCB1
(211,188,177)
#DAC8BF
(218,200,191)
#E1D4CD
(225,212,205)
#E8E0DB
(232,224,219)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9745D color. Also use rgb(169,116,93) instead hex code.

Text Font Color

.myTextColor { color: #A9745D; }

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

This text font color is #A9745D.


Background Color

.myBgColor { background-color: #A9745D; }

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

This div background color is #A9745D.


Border color

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

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

This div border color is #A9745D.


Opacity

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

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

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

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

This text has shadow with #A9745D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9745D on black background.


Color preview on white background

This text has color #A9745D on white background.



Black color preview on #A9745D background

This text has black color on #A9745D background.


White color preview on #A9745D background

This text has white color on #A9745D background.