COLOR #A99B6B

HEX: #A99B6B
RGB: (169,155,107)

Color info

#A99B6B contains mainly red and green colors. Web safe color of #A99B6B is #999966 (or #996).

RGB color model

#A99B6B color RGB value is (169,155,107).

  • red value is 169;
  • green value is 155;
  • blue value is 107.
RGB:
(169,155,107)
(66%,61%,42%)

RGB channels and saturation

R 169 of 255 = 66%
G 155 of 255 = 61%
B 107 of 255 = 42%

169
155
107

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

Portions of RGB colors in percentages

R + G + B =
169 + 155 + 107 = 431 (100%)
R 169 of 431 ~ 39.21%
G 155 of 431 ~ 35.96%
B 107 of 431 ~ 24.83%

%39.21
%35.96
%24.83

CMYK color model

#A99B6B color CMYK value is (0,8,37,34).

  • cyan value is 0.00%
  • magenta value is 8.28%
  • yellow value is 36.69%
  • key color value is 33.73%
CMYK:
(0,8,37,34)
C0M8Y37K34 
(0%,8%,37%,34%)
(0.00/0.08/0.37/0.34)	

CMYK percentages

%0
%8.28
%36.69
%33.73

Codes

Color #A99B6B in popluar color models

A99B6B
RGB169155107
HSL46°26.50%54.12%
HSB/HSV46°36.69%66.27%
CMYK0.00%8.28%36.69%
33.73%

Color #A99B6B in popluar number systems.

HEXA99B6B
Decimal169155107
Binary10101001100110111101011
Octal251233153

Shades and tints

Shades of #A99B6B

#A99B6B
(169,155,107)
#9A8D62
(154,141,98)
#8B7F59
(139,127,89)
#7C7150
(124,113,80)
#6D6347
(109,99,71)
#5E553E
(94,85,62)
#4F4735
(79,71,53)
#40392C
(64,57,44)
#312B23
(49,43,35)
#221D1A
(34,29,26)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #A99B6B

#A99B6B
(169,155,107)
#B0A478
(176,164,120)
#B7AD85
(183,173,133)
#BEB692
(190,182,146)
#C5BF9F
(197,191,159)
#CCC8AC
(204,200,172)
#D3D1B9
(211,209,185)
#DADAC6
(218,218,198)
#E1E3D3
(225,227,211)
#E8ECE0
(232,236,224)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99B6B color. Also use rgb(169,155,107) instead hex code.

Text Font Color

.myTextColor { color: #A99B6B; }

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

This text font color is #A99B6B.


Background Color

.myBgColor { background-color: #A99B6B; }

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

This div background color is #A99B6B.


Border color

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

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

This div border color is #A99B6B.


Opacity

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

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

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

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

This text has shadow with #A99B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99B6B on black background.


Color preview on white background

This text has color #A99B6B on white background.



Black color preview on #A99B6B background

This text has black color on #A99B6B background.


White color preview on #A99B6B background

This text has white color on #A99B6B background.