COLOR #A67A73

HEX: #A67A73
RGB: (166,122,115)

Color info

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

RGB color model

#A67A73 color RGB value is (166,122,115).

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

RGB channels and saturation

R 166 of 255 = 65%
G 122 of 255 = 48%
B 115 of 255 = 45%

166
122
115

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

Portions of RGB colors in percentages

R + G + B =
166 + 122 + 115 = 403 (100%)
R 166 of 403 ~ 41.19%
G 122 of 403 ~ 30.27%
B 115 of 403 ~ 28.54%

%41.19
%30.27
%28.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.51%
  • 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
%26.51
%30.72
%34.9

Codes

Color #A67A73 in popluar color models

A67A73
RGB166122115
HSL22.27%55.10%
HSB/HSV30.72%65.10%
CMYK0.00%26.51%30.72%
34.90%

Color #A67A73 in popluar number systems.

HEXA67A73
Decimal166122115
Binary1010011011110101110011
Octal246172163

Shades and tints

Shades of #A67A73

#A67A73
(166,122,115)
#976F69
(151,111,105)
#88645F
(136,100,95)
#795955
(121,89,85)
#6A4E4B
(106,78,75)
#5B4341
(91,67,65)
#4C3837
(76,56,55)
#3D2D2D
(61,45,45)
#2E2223
(46,34,35)
#1F1719
(31,23,25)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #A67A73

#A67A73
(166,122,115)
#AE867F
(174,134,127)
#B6928B
(182,146,139)
#BE9E97
(190,158,151)
#C6AAA3
(198,170,163)
#CEB6AF
(206,182,175)
#D6C2BB
(214,194,187)
#DECEC7
(222,206,199)
#E6DAD3
(230,218,211)
#EEE6DF
(238,230,223)
#F6F2EB
(246,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67A73; }

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

This text font color is #A67A73.


Background Color

.myBgColor { background-color: #A67A73; }

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

This div background color is #A67A73.


Border color

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

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

This div border color is #A67A73.


Opacity

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

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

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

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

This text has shadow with #A67A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67A73 on black background.


Color preview on white background

This text has color #A67A73 on white background.



Black color preview on #A67A73 background

This text has black color on #A67A73 background.


White color preview on #A67A73 background

This text has white color on #A67A73 background.