COLOR #A99666

HEX: #A99666
RGB: (169,150,102)

Color info

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

RGB color model

#A99666 color RGB value is (169,150,102).

  • red value is 169;
  • green value is 150;
  • blue value is 102.
RGB:
(169,150,102)
(66%,59%,40%)

RGB channels and saturation

R 169 of 255 = 66%
G 150 of 255 = 59%
B 102 of 255 = 40%

169
150
102

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

Portions of RGB colors in percentages

R + G + B =
169 + 150 + 102 = 421 (100%)
R 169 of 421 ~ 40.14%
G 150 of 421 ~ 35.63%
B 102 of 421 ~ 24.23%

%40.14
%35.63
%24.23

CMYK color model

#A99666 color CMYK value is (0,11,40,34).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 39.64%
  • key color value is 33.73%
CMYK:
(0,11,40,34)
C0M11Y40K34 
(0%,11%,40%,34%)
(0.00/0.11/0.40/0.34)	

CMYK percentages

%0
%11.24
%39.64
%33.73

Codes

Color #A99666 in popluar color models

A99666
RGB169150102
HSL43°28.03%53.14%
HSB/HSV43°39.64%66.27%
CMYK0.00%11.24%39.64%
33.73%

Color #A99666 in popluar number systems.

HEXA99666
Decimal169150102
Binary10101001100101101100110
Octal251226146

Shades and tints

Shades of #A99666

#A99666
(169,150,102)
#9A895D
(154,137,93)
#8B7C54
(139,124,84)
#7C6F4B
(124,111,75)
#6D6242
(109,98,66)
#5E5539
(94,85,57)
#4F4830
(79,72,48)
#403B27
(64,59,39)
#312E1E
(49,46,30)
#222115
(34,33,21)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #A99666

#A99666
(169,150,102)
#B09F73
(176,159,115)
#B7A880
(183,168,128)
#BEB18D
(190,177,141)
#C5BA9A
(197,186,154)
#CCC3A7
(204,195,167)
#D3CCB4
(211,204,180)
#DAD5C1
(218,213,193)
#E1DECE
(225,222,206)
#E8E7DB
(232,231,219)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99666 color. Also use rgb(169,150,102) instead hex code.

Text Font Color

.myTextColor { color: #A99666; }

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

This text font color is #A99666.


Background Color

.myBgColor { background-color: #A99666; }

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

This div background color is #A99666.


Border color

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

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

This div border color is #A99666.


Opacity

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

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

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

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

This text has shadow with #A99666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99666 on black background.


Color preview on white background

This text has color #A99666 on white background.



Black color preview on #A99666 background

This text has black color on #A99666 background.


White color preview on #A99666 background

This text has white color on #A99666 background.