COLOR #A99B6A

HEX: #A99B6A
RGB: (169,155,106)

Color info

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

RGB color model

#A99B6A color RGB value is (169,155,106).

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

RGB channels and saturation

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

169
155
106

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

Portions of RGB colors in percentages

R + G + B =
169 + 155 + 106 = 430 (100%)
R 169 of 430 ~ 39.3%
G 155 of 430 ~ 36.05%
B 106 of 430 ~ 24.65%

%39.3
%36.05
%24.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.28%
  • yellow value is 37.28%
  • 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
%37.28
%33.73

Codes

Color #A99B6A in popluar color models

A99B6A
RGB169155106
HSL47°26.81%53.92%
HSB/HSV47°37.28%66.27%
CMYK0.00%8.28%37.28%
33.73%

Color #A99B6A in popluar number systems.

HEXA99B6A
Decimal169155106
Binary10101001100110111101010
Octal251233152

Shades and tints

Shades of #A99B6A

#A99B6A
(169,155,106)
#9A8D61
(154,141,97)
#8B7F58
(139,127,88)
#7C714F
(124,113,79)
#6D6346
(109,99,70)
#5E553D
(94,85,61)
#4F4734
(79,71,52)
#40392B
(64,57,43)
#312B22
(49,43,34)
#221D19
(34,29,25)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #A99B6A

#A99B6A
(169,155,106)
#B0A477
(176,164,119)
#B7AD84
(183,173,132)
#BEB691
(190,182,145)
#C5BF9E
(197,191,158)
#CCC8AB
(204,200,171)
#D3D1B8
(211,209,184)
#DADAC5
(218,218,197)
#E1E3D2
(225,227,210)
#E8ECDF
(232,236,223)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99B6A; }

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

This text font color is #A99B6A.


Background Color

.myBgColor { background-color: #A99B6A; }

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

This div background color is #A99B6A.


Border color

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

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

This div border color is #A99B6A.


Opacity

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

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

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

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

This text has shadow with #A99B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99B6A on black background.


Color preview on white background

This text has color #A99B6A on white background.



Black color preview on #A99B6A background

This text has black color on #A99B6A background.


White color preview on #A99B6A background

This text has white color on #A99B6A background.