COLOR #A67973

HEX: #A67973
RGB: (166,121,115)

Color info

#A67973 contains red, green and blue colors in about the same proportion. Web safe color of #A67973 is #996666 (or #966).

RGB color model

#A67973 color RGB value is (166,121,115).

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

RGB channels and saturation

R 166 of 255 = 65%
G 121 of 255 = 47%
B 115 of 255 = 45%

166
121
115

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

Portions of RGB colors in percentages

R + G + B =
166 + 121 + 115 = 402 (100%)
R 166 of 402 ~ 41.29%
G 121 of 402 ~ 30.1%
B 115 of 402 ~ 28.61%

%41.29
%30.1
%28.61

CMYK color model

#A67973 color CMYK value is (0,27,31,35).

  • cyan value is 0.00%
  • magenta value is 27.11%
  • yellow value is 30.72%
  • key color value is 34.90%
CMYK:
(0,27,31,35)
C0M27Y31K35 
(0%,27%,31%,35%)
(0.00/0.27/0.31/0.35)	

CMYK percentages

%0
%27.11
%30.72
%34.9

Codes

Color #A67973 in popluar color models

A67973
RGB166121115
HSL22.27%55.10%
HSB/HSV30.72%65.10%
CMYK0.00%27.11%30.72%
34.90%

Color #A67973 in popluar number systems.

HEXA67973
Decimal166121115
Binary1010011011110011110011
Octal246171163

Shades and tints

Shades of #A67973

#A67973
(166,121,115)
#976E69
(151,110,105)
#88635F
(136,99,95)
#795855
(121,88,85)
#6A4D4B
(106,77,75)
#5B4241
(91,66,65)
#4C3737
(76,55,55)
#3D2C2D
(61,44,45)
#2E2123
(46,33,35)
#1F1619
(31,22,25)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #A67973

#A67973
(166,121,115)
#AE857F
(174,133,127)
#B6918B
(182,145,139)
#BE9D97
(190,157,151)
#C6A9A3
(198,169,163)
#CEB5AF
(206,181,175)
#D6C1BB
(214,193,187)
#DECDC7
(222,205,199)
#E6D9D3
(230,217,211)
#EEE5DF
(238,229,223)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67973; }

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

This text font color is #A67973.


Background Color

.myBgColor { background-color: #A67973; }

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

This div background color is #A67973.


Border color

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

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

This div border color is #A67973.


Opacity

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

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

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

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

This text has shadow with #A67973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67973 on black background.


Color preview on white background

This text has color #A67973 on white background.



Black color preview on #A67973 background

This text has black color on #A67973 background.


White color preview on #A67973 background

This text has white color on #A67973 background.