COLOR #A6954F

HEX: #A6954F
RGB: (166,149,79)

Color info

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

RGB color model

#A6954F color RGB value is (166,149,79).

  • red value is 166;
  • green value is 149;
  • blue value is 79.
RGB:
(166,149,79)
(65%,58%,31%)

RGB channels and saturation

R 166 of 255 = 65%
G 149 of 255 = 58%
B 79 of 255 = 31%

166
149
79

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

Portions of RGB colors in percentages

R + G + B =
166 + 149 + 79 = 394 (100%)
R 166 of 394 ~ 42.13%
G 149 of 394 ~ 37.82%
B 79 of 394 ~ 20.05%

%42.13
%37.82
%20.05

CMYK color model

#A6954F color CMYK value is (0,10,52,35).

  • cyan value is 0.00%
  • magenta value is 10.24%
  • yellow value is 52.41%
  • key color value is 34.90%
CMYK:
(0,10,52,35)
C0M10Y52K35 
(0%,10%,52%,35%)
(0.00/0.10/0.52/0.35)	

CMYK percentages

%0
%10.24
%52.41
%34.9

Codes

Color #A6954F in popluar color models

A6954F
RGB16614979
HSL48°35.51%48.04%
HSB/HSV48°52.41%65.10%
CMYK0.00%10.24%52.41%
34.90%

Color #A6954F in popluar number systems.

HEXA6954F
Decimal16614979
Binary10100110100101011001111
Octal246225117

Shades and tints

Shades of #A6954F

#A6954F
(166,149,79)
#978848
(151,136,72)
#887B41
(136,123,65)
#796E3A
(121,110,58)
#6A6133
(106,97,51)
#5B542C
(91,84,44)
#4C4725
(76,71,37)
#3D3A1E
(61,58,30)
#2E2D17
(46,45,23)
#1F2010
(31,32,16)
#101309
(16,19,9)
#000000
(0,0,0)

Tints of #A6954F

#A6954F
(166,149,79)
#AE9E5F
(174,158,95)
#B6A76F
(182,167,111)
#BEB07F
(190,176,127)
#C6B98F
(198,185,143)
#CEC29F
(206,194,159)
#D6CBAF
(214,203,175)
#DED4BF
(222,212,191)
#E6DDCF
(230,221,207)
#EEE6DF
(238,230,223)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6954F color. Also use rgb(166,149,79) instead hex code.

Text Font Color

.myTextColor { color: #A6954F; }

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

This text font color is #A6954F.


Background Color

.myBgColor { background-color: #A6954F; }

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

This div background color is #A6954F.


Border color

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

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

This div border color is #A6954F.


Opacity

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

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

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

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

This text has shadow with #A6954F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6954F on black background.


Color preview on white background

This text has color #A6954F on white background.



Black color preview on #A6954F background

This text has black color on #A6954F background.


White color preview on #A6954F background

This text has white color on #A6954F background.