COLOR #A67377

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

166
115
119

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

Portions of RGB colors in percentages

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

%41.5
%28.75
%29.75

CMYK color model

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

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

CMYK percentages

%0
%30.72
%28.31
%34.9

Codes

Color #A67377 in popluar color models

A67377
RGB166115119
HSL355°22.27%55.10%
HSB/HSV355°30.72%65.10%
CMYK0.00%30.72%28.31%
34.90%

Color #A67377 in popluar number systems.

HEXA67377
Decimal166115119
Binary1010011011100111110111
Octal246163167

Shades and tints

Shades of #A67377

#A67377
(166,115,119)
#97696D
(151,105,109)
#885F63
(136,95,99)
#795559
(121,85,89)
#6A4B4F
(106,75,79)
#5B4145
(91,65,69)
#4C373B
(76,55,59)
#3D2D31
(61,45,49)
#2E2327
(46,35,39)
#1F191D
(31,25,29)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #A67377

#A67377
(166,115,119)
#AE7F83
(174,127,131)
#B68B8F
(182,139,143)
#BE979B
(190,151,155)
#C6A3A7
(198,163,167)
#CEAFB3
(206,175,179)
#D6BBBF
(214,187,191)
#DEC7CB
(222,199,203)
#E6D3D7
(230,211,215)
#EEDFE3
(238,223,227)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67377; }

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

This text font color is #A67377.


Background Color

.myBgColor { background-color: #A67377; }

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

This div background color is #A67377.


Border color

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

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

This div border color is #A67377.


Opacity

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

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

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

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

This text has shadow with #A67377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67377 on black background.


Color preview on white background

This text has color #A67377 on white background.



Black color preview on #A67377 background

This text has black color on #A67377 background.


White color preview on #A67377 background

This text has white color on #A67377 background.