COLOR #A67916

HEX: #A67916
RGB: (166,121,22)

Color info

#A67916 contains mainly red and green colors. Web safe color of #A67916 is #996600 (or #960).

RGB color model

#A67916 color RGB value is (166,121,22).

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

RGB channels and saturation

R 166 of 255 = 65%
G 121 of 255 = 47%
B 22 of 255 = 9%

166
121
22

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

Portions of RGB colors in percentages

R + G + B =
166 + 121 + 22 = 309 (100%)
R 166 of 309 ~ 53.72%
G 121 of 309 ~ 39.16%
B 22 of 309 ~ 7.12%

%53.72
%39.16

CMYK color model

#A67916 color CMYK value is (0,27,87,35).

  • cyan value is 0.00%
  • magenta value is 27.11%
  • yellow value is 86.75%
  • key color value is 34.90%
CMYK:
(0,27,87,35)
C0M27Y87K35 
(0%,27%,87%,35%)
(0.00/0.27/0.87/0.35)	

CMYK percentages

%0
%27.11
%86.75
%34.9

Codes

Color #A67916 in popluar color models

A67916
RGB16612122
HSL41°76.60%36.86%
HSB/HSV41°86.75%65.10%
CMYK0.00%27.11%86.75%
34.90%

Color #A67916 in popluar number systems.

HEXA67916
Decimal16612122
Binary10100110111100110110
Octal24617126

Shades and tints

Shades of #A67916

#A67916
(166,121,22)
#976E14
(151,110,20)
#886312
(136,99,18)
#795810
(121,88,16)
#6A4D0E
(106,77,14)
#5B420C
(91,66,12)
#4C370A
(76,55,10)
#3D2C08
(61,44,8)
#2E2106
(46,33,6)
#1F1604
(31,22,4)
#100B02
(16,11,2)
#000000
(0,0,0)

Tints of #A67916

#A67916
(166,121,22)
#AE852B
(174,133,43)
#B69140
(182,145,64)
#BE9D55
(190,157,85)
#C6A96A
(198,169,106)
#CEB57F
(206,181,127)
#D6C194
(214,193,148)
#DECDA9
(222,205,169)
#E6D9BE
(230,217,190)
#EEE5D3
(238,229,211)
#F6F1E8
(246,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67916; }

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

This text font color is #A67916.


Background Color

.myBgColor { background-color: #A67916; }

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

This div background color is #A67916.


Border color

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

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

This div border color is #A67916.


Opacity

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

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

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

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

This text has shadow with #A67916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67916 on black background.


Color preview on white background

This text has color #A67916 on white background.



Black color preview on #A67916 background

This text has black color on #A67916 background.


White color preview on #A67916 background

This text has white color on #A67916 background.