COLOR #A9775B

HEX: #A9775B
RGB: (169,119,91)

Color info

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

RGB color model

#A9775B color RGB value is (169,119,91).

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

RGB channels and saturation

R 169 of 255 = 66%
G 119 of 255 = 47%
B 91 of 255 = 36%

169
119
91

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

Portions of RGB colors in percentages

R + G + B =
169 + 119 + 91 = 379 (100%)
R 169 of 379 ~ 44.59%
G 119 of 379 ~ 31.4%
B 91 of 379 ~ 24.01%

%44.59
%31.4
%24.01

CMYK color model

#A9775B color CMYK value is (0,30,46,34).

  • cyan value is 0.00%
  • magenta value is 29.59%
  • yellow value is 46.15%
  • key color value is 33.73%
CMYK:
(0,30,46,34)
C0M30Y46K34 
(0%,30%,46%,34%)
(0.00/0.30/0.46/0.34)	

CMYK percentages

%0
%29.59
%46.15
%33.73

Codes

Color #A9775B in popluar color models

A9775B
RGB16911991
HSL22°31.20%50.98%
HSB/HSV22°46.15%66.27%
CMYK0.00%29.59%46.15%
33.73%

Color #A9775B in popluar number systems.

HEXA9775B
Decimal16911991
Binary1010100111101111011011
Octal251167133

Shades and tints

Shades of #A9775B

#A9775B
(169,119,91)
#9A6D53
(154,109,83)
#8B634B
(139,99,75)
#7C5943
(124,89,67)
#6D4F3B
(109,79,59)
#5E4533
(94,69,51)
#4F3B2B
(79,59,43)
#403123
(64,49,35)
#31271B
(49,39,27)
#221D13
(34,29,19)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #A9775B

#A9775B
(169,119,91)
#B08369
(176,131,105)
#B78F77
(183,143,119)
#BE9B85
(190,155,133)
#C5A793
(197,167,147)
#CCB3A1
(204,179,161)
#D3BFAF
(211,191,175)
#DACBBD
(218,203,189)
#E1D7CB
(225,215,203)
#E8E3D9
(232,227,217)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9775B; }

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

This text font color is #A9775B.


Background Color

.myBgColor { background-color: #A9775B; }

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

This div background color is #A9775B.


Border color

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

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

This div border color is #A9775B.


Opacity

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

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

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

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

This text has shadow with #A9775B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9775B on black background.


Color preview on white background

This text has color #A9775B on white background.



Black color preview on #A9775B background

This text has black color on #A9775B background.


White color preview on #A9775B background

This text has white color on #A9775B background.