COLOR #A67E7B

HEX: #A67E7B
RGB: (166,126,123)

Color info

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

RGB color model

#A67E7B color RGB value is (166,126,123).

  • red value is 166;
  • green value is 126;
  • blue value is 123.
RGB:
(166,126,123)
(65%,49%,48%)

RGB channels and saturation

R 166 of 255 = 65%
G 126 of 255 = 49%
B 123 of 255 = 48%

166
126
123

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

Portions of RGB colors in percentages

R + G + B =
166 + 126 + 123 = 415 (100%)
R 166 of 415 ~ 40%
G 126 of 415 ~ 30.36%
B 123 of 415 ~ 29.64%

%40
%30.36
%29.64

CMYK color model

#A67E7B color CMYK value is (0,24,26,35).

  • cyan value is 0.00%
  • magenta value is 24.10%
  • yellow value is 25.90%
  • key color value is 34.90%
CMYK:
(0,24,26,35)
C0M24Y26K35 
(0%,24%,26%,35%)
(0.00/0.24/0.26/0.35)	

CMYK percentages

%0
%24.1
%25.9
%34.9

Codes

Color #A67E7B in popluar color models

A67E7B
RGB166126123
HSL19.46%56.67%
HSB/HSV25.90%65.10%
CMYK0.00%24.10%25.90%
34.90%

Color #A67E7B in popluar number systems.

HEXA67E7B
Decimal166126123
Binary1010011011111101111011
Octal246176173

Shades and tints

Shades of #A67E7B

#A67E7B
(166,126,123)
#977370
(151,115,112)
#886865
(136,104,101)
#795D5A
(121,93,90)
#6A524F
(106,82,79)
#5B4744
(91,71,68)
#4C3C39
(76,60,57)
#3D312E
(61,49,46)
#2E2623
(46,38,35)
#1F1B18
(31,27,24)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #A67E7B

#A67E7B
(166,126,123)
#AE8987
(174,137,135)
#B69493
(182,148,147)
#BE9F9F
(190,159,159)
#C6AAAB
(198,170,171)
#CEB5B7
(206,181,183)
#D6C0C3
(214,192,195)
#DECBCF
(222,203,207)
#E6D6DB
(230,214,219)
#EEE1E7
(238,225,231)
#F6ECF3
(246,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67E7B color. Also use rgb(166,126,123) instead hex code.

Text Font Color

.myTextColor { color: #A67E7B; }

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

This text font color is #A67E7B.


Background Color

.myBgColor { background-color: #A67E7B; }

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

This div background color is #A67E7B.


Border color

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

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

This div border color is #A67E7B.


Opacity

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

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

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

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

This text has shadow with #A67E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67E7B on black background.


Color preview on white background

This text has color #A67E7B on white background.



Black color preview on #A67E7B background

This text has black color on #A67E7B background.


White color preview on #A67E7B background

This text has white color on #A67E7B background.