COLOR #A67619

HEX: #A67619
RGB: (166,118,25)

Color info

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

RGB color model

#A67619 color RGB value is (166,118,25).

  • red value is 166;
  • green value is 118;
  • blue value is 25.
RGB:
(166,118,25)
(65%,46%,10%)

RGB channels and saturation

R 166 of 255 = 65%
G 118 of 255 = 46%
B 25 of 255 = 10%

166
118
25

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

Portions of RGB colors in percentages

R + G + B =
166 + 118 + 25 = 309 (100%)
R 166 of 309 ~ 53.72%
G 118 of 309 ~ 38.19%
B 25 of 309 ~ 8.09%

%53.72
%38.19

CMYK color model

#A67619 color CMYK value is (0,29,85,35).

  • cyan value is 0.00%
  • magenta value is 28.92%
  • yellow value is 84.94%
  • key color value is 34.90%
CMYK:
(0,29,85,35)
C0M29Y85K35 
(0%,29%,85%,35%)
(0.00/0.29/0.85/0.35)	

CMYK percentages

%0
%28.92
%84.94
%34.9

Codes

Color #A67619 in popluar color models

A67619
RGB16611825
HSL40°73.82%37.45%
HSB/HSV40°84.94%65.10%
CMYK0.00%28.92%84.94%
34.90%

Color #A67619 in popluar number systems.

HEXA67619
Decimal16611825
Binary10100110111011011001
Octal24616631

Shades and tints

Shades of #A67619

#A67619
(166,118,25)
#976C17
(151,108,23)
#886215
(136,98,21)
#795813
(121,88,19)
#6A4E11
(106,78,17)
#5B440F
(91,68,15)
#4C3A0D
(76,58,13)
#3D300B
(61,48,11)
#2E2609
(46,38,9)
#1F1C07
(31,28,7)
#101205
(16,18,5)
#000000
(0,0,0)

Tints of #A67619

#A67619
(166,118,25)
#AE822D
(174,130,45)
#B68E41
(182,142,65)
#BE9A55
(190,154,85)
#C6A669
(198,166,105)
#CEB27D
(206,178,125)
#D6BE91
(214,190,145)
#DECAA5
(222,202,165)
#E6D6B9
(230,214,185)
#EEE2CD
(238,226,205)
#F6EEE1
(246,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67619 color. Also use rgb(166,118,25) instead hex code.

Text Font Color

.myTextColor { color: #A67619; }

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

This text font color is #A67619.


Background Color

.myBgColor { background-color: #A67619; }

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

This div background color is #A67619.


Border color

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

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

This div border color is #A67619.


Opacity

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

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

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

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

This text has shadow with #A67619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67619 on black background.


Color preview on white background

This text has color #A67619 on white background.



Black color preview on #A67619 background

This text has black color on #A67619 background.


White color preview on #A67619 background

This text has white color on #A67619 background.