COLOR #A67D44

HEX: #A67D44
RGB: (166,125,68)

Color info

#A67D44 contains mainly red and green colors. Web safe color of #A67D44 is #996633 (or #963).

RGB color model

#A67D44 color RGB value is (166,125,68).

  • red value is 166;
  • green value is 125;
  • blue value is 68.
RGB:
(166,125,68)
(65%,49%,27%)

RGB channels and saturation

R 166 of 255 = 65%
G 125 of 255 = 49%
B 68 of 255 = 27%

166
125
68

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

Portions of RGB colors in percentages

R + G + B =
166 + 125 + 68 = 359 (100%)
R 166 of 359 ~ 46.24%
G 125 of 359 ~ 34.82%
B 68 of 359 ~ 18.94%

%46.24
%34.82
%18.94

CMYK color model

#A67D44 color CMYK value is (0,25,59,35).

  • cyan value is 0.00%
  • magenta value is 24.70%
  • yellow value is 59.04%
  • key color value is 34.90%
CMYK:
(0,25,59,35)
C0M25Y59K35 
(0%,25%,59%,35%)
(0.00/0.25/0.59/0.35)	

CMYK percentages

%0
%24.7
%59.04
%34.9

Codes

Color #A67D44 in popluar color models

A67D44
RGB16612568
HSL35°41.88%45.88%
HSB/HSV35°59.04%65.10%
CMYK0.00%24.70%59.04%
34.90%

Color #A67D44 in popluar number systems.

HEXA67D44
Decimal16612568
Binary1010011011111011000100
Octal246175104

Shades and tints

Shades of #A67D44

#A67D44
(166,125,68)
#97723E
(151,114,62)
#886738
(136,103,56)
#795C32
(121,92,50)
#6A512C
(106,81,44)
#5B4626
(91,70,38)
#4C3B20
(76,59,32)
#3D301A
(61,48,26)
#2E2514
(46,37,20)
#1F1A0E
(31,26,14)
#100F08
(16,15,8)
#000000
(0,0,0)

Tints of #A67D44

#A67D44
(166,125,68)
#AE8855
(174,136,85)
#B69366
(182,147,102)
#BE9E77
(190,158,119)
#C6A988
(198,169,136)
#CEB499
(206,180,153)
#D6BFAA
(214,191,170)
#DECABB
(222,202,187)
#E6D5CC
(230,213,204)
#EEE0DD
(238,224,221)
#F6EBEE
(246,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67D44 color. Also use rgb(166,125,68) instead hex code.

Text Font Color

.myTextColor { color: #A67D44; }

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

This text font color is #A67D44.


Background Color

.myBgColor { background-color: #A67D44; }

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

This div background color is #A67D44.


Border color

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

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

This div border color is #A67D44.


Opacity

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

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

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

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

This text has shadow with #A67D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67D44 on black background.


Color preview on white background

This text has color #A67D44 on white background.



Black color preview on #A67D44 background

This text has black color on #A67D44 background.


White color preview on #A67D44 background

This text has white color on #A67D44 background.