COLOR #A67772

HEX: #A67772
RGB: (166,119,114)

Color info

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

RGB color model

#A67772 color RGB value is (166,119,114).

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

RGB channels and saturation

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

166
119
114

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

Portions of RGB colors in percentages

R + G + B =
166 + 119 + 114 = 399 (100%)
R 166 of 399 ~ 41.6%
G 119 of 399 ~ 29.82%
B 114 of 399 ~ 28.57%

%41.6
%29.82
%28.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.31%
  • yellow value is 31.33%
  • 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
%31.33
%34.9

Codes

Color #A67772 in popluar color models

A67772
RGB166119114
HSL22.61%54.90%
HSB/HSV31.33%65.10%
CMYK0.00%28.31%31.33%
34.90%

Color #A67772 in popluar number systems.

HEXA67772
Decimal166119114
Binary1010011011101111110010
Octal246167162

Shades and tints

Shades of #A67772

#A67772
(166,119,114)
#976D68
(151,109,104)
#88635E
(136,99,94)
#795954
(121,89,84)
#6A4F4A
(106,79,74)
#5B4540
(91,69,64)
#4C3B36
(76,59,54)
#3D312C
(61,49,44)
#2E2722
(46,39,34)
#1F1D18
(31,29,24)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #A67772

#A67772
(166,119,114)
#AE837E
(174,131,126)
#B68F8A
(182,143,138)
#BE9B96
(190,155,150)
#C6A7A2
(198,167,162)
#CEB3AE
(206,179,174)
#D6BFBA
(214,191,186)
#DECBC6
(222,203,198)
#E6D7D2
(230,215,210)
#EEE3DE
(238,227,222)
#F6EFEA
(246,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67772; }

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

This text font color is #A67772.


Background Color

.myBgColor { background-color: #A67772; }

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

This div background color is #A67772.


Border color

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

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

This div border color is #A67772.


Opacity

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

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

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

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

This text has shadow with #A67772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67772 on black background.


Color preview on white background

This text has color #A67772 on white background.



Black color preview on #A67772 background

This text has black color on #A67772 background.


White color preview on #A67772 background

This text has white color on #A67772 background.