COLOR #A6974A

HEX: #A6974A
RGB: (166,151,74)

Color info

#A6974A contains mainly red and green colors. Web safe color of #A6974A is #999933 (or #993).

RGB color model

#A6974A color RGB value is (166,151,74).

  • red value is 166;
  • green value is 151;
  • blue value is 74.
RGB:
(166,151,74)
(65%,59%,29%)

RGB channels and saturation

R 166 of 255 = 65%
G 151 of 255 = 59%
B 74 of 255 = 29%

166
151
74

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

Portions of RGB colors in percentages

R + G + B =
166 + 151 + 74 = 391 (100%)
R 166 of 391 ~ 42.46%
G 151 of 391 ~ 38.62%
B 74 of 391 ~ 18.93%

%42.46
%38.62
%18.93

CMYK color model

#A6974A color CMYK value is (0,9,55,35).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 55.42%
  • key color value is 34.90%
CMYK:
(0,9,55,35)
C0M9Y55K35 
(0%,9%,55%,35%)
(0.00/0.09/0.55/0.35)	

CMYK percentages

%0
%9.04
%55.42
%34.9

Codes

Color #A6974A in popluar color models

A6974A
RGB16615174
HSL50°38.33%47.06%
HSB/HSV50°55.42%65.10%
CMYK0.00%9.04%55.42%
34.90%

Color #A6974A in popluar number systems.

HEXA6974A
Decimal16615174
Binary10100110100101111001010
Octal246227112

Shades and tints

Shades of #A6974A

#A6974A
(166,151,74)
#978A44
(151,138,68)
#887D3E
(136,125,62)
#797038
(121,112,56)
#6A6332
(106,99,50)
#5B562C
(91,86,44)
#4C4926
(76,73,38)
#3D3C20
(61,60,32)
#2E2F1A
(46,47,26)
#1F2214
(31,34,20)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #A6974A

#A6974A
(166,151,74)
#AEA05A
(174,160,90)
#B6A96A
(182,169,106)
#BEB27A
(190,178,122)
#C6BB8A
(198,187,138)
#CEC49A
(206,196,154)
#D6CDAA
(214,205,170)
#DED6BA
(222,214,186)
#E6DFCA
(230,223,202)
#EEE8DA
(238,232,218)
#F6F1EA
(246,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6974A color. Also use rgb(166,151,74) instead hex code.

Text Font Color

.myTextColor { color: #A6974A; }

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

This text font color is #A6974A.


Background Color

.myBgColor { background-color: #A6974A; }

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

This div background color is #A6974A.


Border color

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

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

This div border color is #A6974A.


Opacity

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

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

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

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

This text has shadow with #A6974A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6974A on black background.


Color preview on white background

This text has color #A6974A on white background.



Black color preview on #A6974A background

This text has black color on #A6974A background.


White color preview on #A6974A background

This text has white color on #A6974A background.