COLOR #A97763

HEX: #A97763 RGB: (169,119,99)

Color info

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

RGB color model

#A97763 color RGB value is (169,119,99).

RGB: (169,119,99) (66%, 47%, 39%)

RGB channels and saturation

R 169 of 255 = 66%
G 119 of 255 = 47%
B 99 of 255 = 39%

169
119
99

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

Portions of RGB colors in percentages

R + G + B = 169 + 119 + 99 = 387 (100%)
R 169 of 387 ~ 43.67%
G 119 of 387 ~ 30.75%
B 99 of 387 ~ 25.58'%

%43.67
%30.75
%25.58

CMYK color model

#A97763 color CMYK value is (0,30,41,34).

  • cyan value is 0.00%
  • magenta value is 29.59%
  • yellow value is 41.42%
  • key color value is 33.73%

CMYK: (0,30,41,34)
C0M30Y41K34 (0%, 30%, 41%, 34%)
(0.00 / 0.30 / 0.41 / 0.34)

CMYK percentages

%0
%29.59
%41.42
%33.73

Codes

Color #A97763 in popluar color models

A9 77 63
RGB 169 119 99
HSL 17° 28.93% 52.55%
HSB/HSV 17° 41.42% 66.27%
CMYK 0.00% 29.59% 41.42%
33.73%

Color #A97763 in popluar number systems.

HEX A9 77 63
Decimal 169 119 99
Binary 10101001 1110111 1100011
Octal 251 167 143

Shades and tints

Shades of #A97763

#A97763
(169,119,99)
#9A6D5A
(154,109,90)
#8B6351
(139,99,81)
#7C5948
(124,89,72)
#6D4F3F
(109,79,63)
#5E4536
(94,69,54)
#4F3B2D
(79,59,45)
#403124
(64,49,36)
#31271B
(49,39,27)
#221D12
(34,29,18)
#131309
(19,19,9)
#000000
(0,0,0)

Tints of #A97763

#A97763
(169,119,99)
#B08371
(176,131,113)
#B78F7F
(183,143,127)
#BE9B8D
(190,155,141)
#C5A79B
(197,167,155)
#CCB3A9
(204,179,169)
#D3BFB7
(211,191,183)
#DACBC5
(218,203,197)
#E1D7D3
(225,215,211)
#E8E3E1
(232,227,225)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97763; }

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

This text font color is #A97763.

Background Color

.myBgColor { background-color: #A97763; }

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

This div background color is #A97763.

Border color

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

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

This div border color is #A97763.

Opacity

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

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

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

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

This text has shadow with #A97763 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97763.

Preview

Color preview on black background

This text has color #A97763 on black background.


Color preview on white background

This text has color #A97763 on white background.


Black color preview on #A97763 background

This text has black color on #A97763 background.


White color preview on #A97763 background

This text has white color on #A97763 background.


Related colors

Complementary color

Complementary color for #hex is #56889C.


I love getcolorcode.com

Triadic colors

1 #63A977 and #7763A9 with #A97763 are triadic colors.

2 #6377A9 and #77A963 with #A97763 are triadic colors.