COLOR #A6973A

HEX: #A6973A
RGB: (166,151,58)

Color info

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

RGB color model

#A6973A color RGB value is (166,151,58).

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

RGB channels and saturation

R 166 of 255 = 65%
G 151 of 255 = 59%
B 58 of 255 = 23%

166
151
58

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

Portions of RGB colors in percentages

R + G + B =
166 + 151 + 58 = 375 (100%)
R 166 of 375 ~ 44.27%
G 151 of 375 ~ 40.27%
B 58 of 375 ~ 15.47%

%44.27
%40.27
%15.47

CMYK color model

#A6973A color CMYK value is (0,9,65,35).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 65.06%
  • key color value is 34.90%
CMYK:
(0,9,65,35)
C0M9Y65K35 
(0%,9%,65%,35%)
(0.00/0.09/0.65/0.35)	

CMYK percentages

%0
%9.04
%65.06
%34.9

Codes

Color #A6973A in popluar color models

A6973A
RGB16615158
HSL52°48.21%43.92%
HSB/HSV52°65.06%65.10%
CMYK0.00%9.04%65.06%
34.90%

Color #A6973A in popluar number systems.

HEXA6973A
Decimal16615158
Binary1010011010010111111010
Octal24622772

Shades and tints

Shades of #A6973A

#A6973A
(166,151,58)
#978A35
(151,138,53)
#887D30
(136,125,48)
#79702B
(121,112,43)
#6A6326
(106,99,38)
#5B5621
(91,86,33)
#4C491C
(76,73,28)
#3D3C17
(61,60,23)
#2E2F12
(46,47,18)
#1F220D
(31,34,13)
#101508
(16,21,8)
#000000
(0,0,0)

Tints of #A6973A

#A6973A
(166,151,58)
#AEA04B
(174,160,75)
#B6A95C
(182,169,92)
#BEB26D
(190,178,109)
#C6BB7E
(198,187,126)
#CEC48F
(206,196,143)
#D6CDA0
(214,205,160)
#DED6B1
(222,214,177)
#E6DFC2
(230,223,194)
#EEE8D3
(238,232,211)
#F6F1E4
(246,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6973A; }

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

This text font color is #A6973A.


Background Color

.myBgColor { background-color: #A6973A; }

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

This div background color is #A6973A.


Border color

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

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

This div border color is #A6973A.


Opacity

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

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

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

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

This text has shadow with #A6973A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6973A on black background.


Color preview on white background

This text has color #A6973A on white background.



Black color preview on #A6973A background

This text has black color on #A6973A background.


White color preview on #A6973A background

This text has white color on #A6973A background.