COLOR #A9774D

HEX: #A9774D
RGB: (169,119,77)

Color info

#A9774D contains mainly red and green colors. Web safe color of #A9774D is #996633 (or #963).

RGB color model

#A9774D color RGB value is (169,119,77).

  • red value is 169;
  • green value is 119;
  • blue value is 77.
RGB:
(169,119,77)
(66%,47%,30%)

RGB channels and saturation

R 169 of 255 = 66%
G 119 of 255 = 47%
B 77 of 255 = 30%

169
119
77

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

Portions of RGB colors in percentages

R + G + B =
169 + 119 + 77 = 365 (100%)
R 169 of 365 ~ 46.3%
G 119 of 365 ~ 32.6%
B 77 of 365 ~ 21.1%

%46.3
%32.6
%21.1

CMYK color model

#A9774D color CMYK value is (0,30,54,34).

  • cyan value is 0.00%
  • magenta value is 29.59%
  • yellow value is 54.44%
  • key color value is 33.73%
CMYK:
(0,30,54,34)
C0M30Y54K34 
(0%,30%,54%,34%)
(0.00/0.30/0.54/0.34)	

CMYK percentages

%0
%29.59
%54.44
%33.73

Codes

Color #A9774D in popluar color models

A9774D
RGB16911977
HSL27°37.40%48.24%
HSB/HSV27°54.44%66.27%
CMYK0.00%29.59%54.44%
33.73%

Color #A9774D in popluar number systems.

HEXA9774D
Decimal16911977
Binary1010100111101111001101
Octal251167115

Shades and tints

Shades of #A9774D

#A9774D
(169,119,77)
#9A6D46
(154,109,70)
#8B633F
(139,99,63)
#7C5938
(124,89,56)
#6D4F31
(109,79,49)
#5E452A
(94,69,42)
#4F3B23
(79,59,35)
#40311C
(64,49,28)
#312715
(49,39,21)
#221D0E
(34,29,14)
#131307
(19,19,7)
#000000
(0,0,0)

Tints of #A9774D

#A9774D
(169,119,77)
#B0835D
(176,131,93)
#B78F6D
(183,143,109)
#BE9B7D
(190,155,125)
#C5A78D
(197,167,141)
#CCB39D
(204,179,157)
#D3BFAD
(211,191,173)
#DACBBD
(218,203,189)
#E1D7CD
(225,215,205)
#E8E3DD
(232,227,221)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9774D color. Also use rgb(169,119,77) instead hex code.

Text Font Color

.myTextColor { color: #A9774D; }

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

This text font color is #A9774D.


Background Color

.myBgColor { background-color: #A9774D; }

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

This div background color is #A9774D.


Border color

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

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

This div border color is #A9774D.


Opacity

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

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

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

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

This text has shadow with #A9774D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9774D on black background.


Color preview on white background

This text has color #A9774D on white background.



Black color preview on #A9774D background

This text has black color on #A9774D background.


White color preview on #A9774D background

This text has white color on #A9774D background.