COLOR #A67773

HEX: #A67773
RGB: (166,119,115)

Color info

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

RGB color model

#A67773 color RGB value is (166,119,115).

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

RGB channels and saturation

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

166
119
115

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

Portions of RGB colors in percentages

R + G + B =
166 + 119 + 115 = 400 (100%)
R 166 of 400 ~ 41.5%
G 119 of 400 ~ 29.75%
B 115 of 400 ~ 28.75%

%41.5
%29.75
%28.75

CMYK color model

#A67773 color CMYK value is (0,28,31,35).

  • cyan value is 0.00%
  • magenta value is 28.31%
  • yellow value is 30.72%
  • key color value is 34.90%
CMYK:
(0,28,31,35)
C0M28Y31K35 
(0%,28%,31%,35%)
(0.00/0.28/0.31/0.35)	

CMYK percentages

%0
%28.31
%30.72
%34.9

Codes

Color #A67773 in popluar color models

A67773
RGB166119115
HSL22.27%55.10%
HSB/HSV30.72%65.10%
CMYK0.00%28.31%30.72%
34.90%

Color #A67773 in popluar number systems.

HEXA67773
Decimal166119115
Binary1010011011101111110011
Octal246167163

Shades and tints

Shades of #A67773

#A67773
(166,119,115)
#976D69
(151,109,105)
#88635F
(136,99,95)
#795955
(121,89,85)
#6A4F4B
(106,79,75)
#5B4541
(91,69,65)
#4C3B37
(76,59,55)
#3D312D
(61,49,45)
#2E2723
(46,39,35)
#1F1D19
(31,29,25)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #A67773

#A67773
(166,119,115)
#AE837F
(174,131,127)
#B68F8B
(182,143,139)
#BE9B97
(190,155,151)
#C6A7A3
(198,167,163)
#CEB3AF
(206,179,175)
#D6BFBB
(214,191,187)
#DECBC7
(222,203,199)
#E6D7D3
(230,215,211)
#EEE3DF
(238,227,223)
#F6EFEB
(246,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67773; }

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

This text font color is #A67773.


Background Color

.myBgColor { background-color: #A67773; }

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

This div background color is #A67773.


Border color

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

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

This div border color is #A67773.


Opacity

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

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

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

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

This text has shadow with #A67773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67773 on black background.


Color preview on white background

This text has color #A67773 on white background.



Black color preview on #A67773 background

This text has black color on #A67773 background.


White color preview on #A67773 background

This text has white color on #A67773 background.