COLOR #A9764B

HEX: #A9764B
RGB: (169,118,75)

Color info

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

RGB color model

#A9764B color RGB value is (169,118,75).

  • red value is 169;
  • green value is 118;
  • blue value is 75.
RGB:
(169,118,75)
(66%,46%,29%)

RGB channels and saturation

R 169 of 255 = 66%
G 118 of 255 = 46%
B 75 of 255 = 29%

169
118
75

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

Portions of RGB colors in percentages

R + G + B =
169 + 118 + 75 = 362 (100%)
R 169 of 362 ~ 46.69%
G 118 of 362 ~ 32.6%
B 75 of 362 ~ 20.72%

%46.69
%32.6
%20.72

CMYK color model

#A9764B color CMYK value is (0,30,56,34).

  • cyan value is 0.00%
  • magenta value is 30.18%
  • yellow value is 55.62%
  • key color value is 33.73%
CMYK:
(0,30,56,34)
C0M30Y56K34 
(0%,30%,56%,34%)
(0.00/0.30/0.56/0.34)	

CMYK percentages

%0
%30.18
%55.62
%33.73

Codes

Color #A9764B in popluar color models

A9764B
RGB16911875
HSL27°38.52%47.84%
HSB/HSV27°55.62%66.27%
CMYK0.00%30.18%55.62%
33.73%

Color #A9764B in popluar number systems.

HEXA9764B
Decimal16911875
Binary1010100111101101001011
Octal251166113

Shades and tints

Shades of #A9764B

#A9764B
(169,118,75)
#9A6C45
(154,108,69)
#8B623F
(139,98,63)
#7C5839
(124,88,57)
#6D4E33
(109,78,51)
#5E442D
(94,68,45)
#4F3A27
(79,58,39)
#403021
(64,48,33)
#31261B
(49,38,27)
#221C15
(34,28,21)
#13120F
(19,18,15)
#000000
(0,0,0)

Tints of #A9764B

#A9764B
(169,118,75)
#B0825B
(176,130,91)
#B78E6B
(183,142,107)
#BE9A7B
(190,154,123)
#C5A68B
(197,166,139)
#CCB29B
(204,178,155)
#D3BEAB
(211,190,171)
#DACABB
(218,202,187)
#E1D6CB
(225,214,203)
#E8E2DB
(232,226,219)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9764B color. Also use rgb(169,118,75) instead hex code.

Text Font Color

.myTextColor { color: #A9764B; }

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

This text font color is #A9764B.


Background Color

.myBgColor { background-color: #A9764B; }

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

This div background color is #A9764B.


Border color

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

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

This div border color is #A9764B.


Opacity

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

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

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

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

This text has shadow with #A9764B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9764B on black background.


Color preview on white background

This text has color #A9764B on white background.



Black color preview on #A9764B background

This text has black color on #A9764B background.


White color preview on #A9764B background

This text has white color on #A9764B background.