COLOR #A67B7A

HEX: #A67B7A
RGB: (166,123,122)

Color info

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

RGB color model

#A67B7A color RGB value is (166,123,122).

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

RGB channels and saturation

R 166 of 255 = 65%
G 123 of 255 = 48%
B 122 of 255 = 48%

166
123
122

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

Portions of RGB colors in percentages

R + G + B =
166 + 123 + 122 = 411 (100%)
R 166 of 411 ~ 40.39%
G 123 of 411 ~ 29.93%
B 122 of 411 ~ 29.68%

%40.39
%29.93
%29.68

CMYK color model

#A67B7A color CMYK value is (0,26,27,35).

  • cyan value is 0.00%
  • magenta value is 25.90%
  • yellow value is 26.51%
  • key color value is 34.90%
CMYK:
(0,26,27,35)
C0M26Y27K35 
(0%,26%,27%,35%)
(0.00/0.26/0.27/0.35)	

CMYK percentages

%0
%25.9
%26.51
%34.9

Codes

Color #A67B7A in popluar color models

A67B7A
RGB166123122
HSL19.82%56.47%
HSB/HSV26.51%65.10%
CMYK0.00%25.90%26.51%
34.90%

Color #A67B7A in popluar number systems.

HEXA67B7A
Decimal166123122
Binary1010011011110111111010
Octal246173172

Shades and tints

Shades of #A67B7A

#A67B7A
(166,123,122)
#97706F
(151,112,111)
#886564
(136,101,100)
#795A59
(121,90,89)
#6A4F4E
(106,79,78)
#5B4443
(91,68,67)
#4C3938
(76,57,56)
#3D2E2D
(61,46,45)
#2E2322
(46,35,34)
#1F1817
(31,24,23)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #A67B7A

#A67B7A
(166,123,122)
#AE8786
(174,135,134)
#B69392
(182,147,146)
#BE9F9E
(190,159,158)
#C6ABAA
(198,171,170)
#CEB7B6
(206,183,182)
#D6C3C2
(214,195,194)
#DECFCE
(222,207,206)
#E6DBDA
(230,219,218)
#EEE7E6
(238,231,230)
#F6F3F2
(246,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67B7A; }

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

This text font color is #A67B7A.


Background Color

.myBgColor { background-color: #A67B7A; }

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

This div background color is #A67B7A.


Border color

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

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

This div border color is #A67B7A.


Opacity

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

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

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

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

This text has shadow with #A67B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67B7A on black background.


Color preview on white background

This text has color #A67B7A on white background.



Black color preview on #A67B7A background

This text has black color on #A67B7A background.


White color preview on #A67B7A background

This text has white color on #A67B7A background.