COLOR #A67A5D

HEX: #A67A5D
RGB: (166,122,93)

Color info

#A67A5D contains mainly red and green colors. Web safe color of #A67A5D is #996666 (or #966).

RGB color model

#A67A5D color RGB value is (166,122,93).

  • red value is 166;
  • green value is 122;
  • blue value is 93.
RGB:
(166,122,93)
(65%,48%,36%)

RGB channels and saturation

R 166 of 255 = 65%
G 122 of 255 = 48%
B 93 of 255 = 36%

166
122
93

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

Portions of RGB colors in percentages

R + G + B =
166 + 122 + 93 = 381 (100%)
R 166 of 381 ~ 43.57%
G 122 of 381 ~ 32.02%
B 93 of 381 ~ 24.41%

%43.57
%32.02
%24.41

CMYK color model

#A67A5D color CMYK value is (0,27,44,35).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 43.98%
  • key color value is 34.90%
CMYK:
(0,27,44,35)
C0M27Y44K35 
(0%,27%,44%,35%)
(0.00/0.27/0.44/0.35)	

CMYK percentages

%0
%26.51
%43.98
%34.9

Codes

Color #A67A5D in popluar color models

A67A5D
RGB16612293
HSL24°29.08%50.78%
HSB/HSV24°43.98%65.10%
CMYK0.00%26.51%43.98%
34.90%

Color #A67A5D in popluar number systems.

HEXA67A5D
Decimal16612293
Binary1010011011110101011101
Octal246172135

Shades and tints

Shades of #A67A5D

#A67A5D
(166,122,93)
#976F55
(151,111,85)
#88644D
(136,100,77)
#795945
(121,89,69)
#6A4E3D
(106,78,61)
#5B4335
(91,67,53)
#4C382D
(76,56,45)
#3D2D25
(61,45,37)
#2E221D
(46,34,29)
#1F1715
(31,23,21)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #A67A5D

#A67A5D
(166,122,93)
#AE866B
(174,134,107)
#B69279
(182,146,121)
#BE9E87
(190,158,135)
#C6AA95
(198,170,149)
#CEB6A3
(206,182,163)
#D6C2B1
(214,194,177)
#DECEBF
(222,206,191)
#E6DACD
(230,218,205)
#EEE6DB
(238,230,219)
#F6F2E9
(246,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67A5D color. Also use rgb(166,122,93) instead hex code.

Text Font Color

.myTextColor { color: #A67A5D; }

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

This text font color is #A67A5D.


Background Color

.myBgColor { background-color: #A67A5D; }

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

This div background color is #A67A5D.


Border color

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

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

This div border color is #A67A5D.


Opacity

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

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

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

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

This text has shadow with #A67A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67A5D on black background.


Color preview on white background

This text has color #A67A5D on white background.



Black color preview on #A67A5D background

This text has black color on #A67A5D background.


White color preview on #A67A5D background

This text has white color on #A67A5D background.