COLOR #A69479

HEX: #A69479
RGB: (166,148,121)

Color info

#A69479 contains red, green and blue colors in about the same proportion. Web safe color of #A69479 is #999966 (or #996).

RGB color model

#A69479 color RGB value is (166,148,121).

  • red value is 166;
  • green value is 148;
  • blue value is 121.
RGB:
(166,148,121)
(65%,58%,47%)

RGB channels and saturation

R 166 of 255 = 65%
G 148 of 255 = 58%
B 121 of 255 = 47%

166
148
121

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

Portions of RGB colors in percentages

R + G + B =
166 + 148 + 121 = 435 (100%)
R 166 of 435 ~ 38.16%
G 148 of 435 ~ 34.02%
B 121 of 435 ~ 27.82%

%38.16
%34.02
%27.82

CMYK color model

#A69479 color CMYK value is (0,11,27,35).

  • cyan value is 0.00%
  • magenta value is 10.84%
  • yellow value is 27.11%
  • key color value is 34.90%
CMYK:
(0,11,27,35)
C0M11Y27K35 
(0%,11%,27%,35%)
(0.00/0.11/0.27/0.35)	

CMYK percentages

%0
%10.84
%27.11
%34.9

Codes

Color #A69479 in popluar color models

A69479
RGB166148121
HSL36°20.18%56.27%
HSB/HSV36°27.11%65.10%
CMYK0.00%10.84%27.11%
34.90%

Color #A69479 in popluar number systems.

HEXA69479
Decimal166148121
Binary10100110100101001111001
Octal246224171

Shades and tints

Shades of #A69479

#A69479
(166,148,121)
#97876E
(151,135,110)
#887A63
(136,122,99)
#796D58
(121,109,88)
#6A604D
(106,96,77)
#5B5342
(91,83,66)
#4C4637
(76,70,55)
#3D392C
(61,57,44)
#2E2C21
(46,44,33)
#1F1F16
(31,31,22)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #A69479

#A69479
(166,148,121)
#AE9D85
(174,157,133)
#B6A691
(182,166,145)
#BEAF9D
(190,175,157)
#C6B8A9
(198,184,169)
#CEC1B5
(206,193,181)
#D6CAC1
(214,202,193)
#DED3CD
(222,211,205)
#E6DCD9
(230,220,217)
#EEE5E5
(238,229,229)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69479 color. Also use rgb(166,148,121) instead hex code.

Text Font Color

.myTextColor { color: #A69479; }

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

This text font color is #A69479.


Background Color

.myBgColor { background-color: #A69479; }

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

This div background color is #A69479.


Border color

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

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

This div border color is #A69479.


Opacity

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

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

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

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

This text has shadow with #A69479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69479 on black background.


Color preview on white background

This text has color #A69479 on white background.



Black color preview on #A69479 background

This text has black color on #A69479 background.


White color preview on #A69479 background

This text has white color on #A69479 background.