COLOR #A67B5B

HEX: #A67B5B
RGB: (166,123,91)

Color info

#A67B5B contains mainly red and green colors. Web safe color of #A67B5B is #996666 (or #966).

RGB color model

#A67B5B color RGB value is (166,123,91).

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

RGB channels and saturation

R 166 of 255 = 65%
G 123 of 255 = 48%
B 91 of 255 = 36%

166
123
91

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

Portions of RGB colors in percentages

R + G + B =
166 + 123 + 91 = 380 (100%)
R 166 of 380 ~ 43.68%
G 123 of 380 ~ 32.37%
B 91 of 380 ~ 23.95%

%43.68
%32.37
%23.95

CMYK color model

#A67B5B color CMYK value is (0,26,45,35).

  • cyan value is 0.00%
  • magenta value is 25.90%
  • yellow value is 45.18%
  • key color value is 34.90%
CMYK:
(0,26,45,35)
C0M26Y45K35 
(0%,26%,45%,35%)
(0.00/0.26/0.45/0.35)	

CMYK percentages

%0
%25.9
%45.18
%34.9

Codes

Color #A67B5B in popluar color models

A67B5B
RGB16612391
HSL26°29.64%50.39%
HSB/HSV26°45.18%65.10%
CMYK0.00%25.90%45.18%
34.90%

Color #A67B5B in popluar number systems.

HEXA67B5B
Decimal16612391
Binary1010011011110111011011
Octal246173133

Shades and tints

Shades of #A67B5B

#A67B5B
(166,123,91)
#977053
(151,112,83)
#88654B
(136,101,75)
#795A43
(121,90,67)
#6A4F3B
(106,79,59)
#5B4433
(91,68,51)
#4C392B
(76,57,43)
#3D2E23
(61,46,35)
#2E231B
(46,35,27)
#1F1813
(31,24,19)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #A67B5B

#A67B5B
(166,123,91)
#AE8769
(174,135,105)
#B69377
(182,147,119)
#BE9F85
(190,159,133)
#C6AB93
(198,171,147)
#CEB7A1
(206,183,161)
#D6C3AF
(214,195,175)
#DECFBD
(222,207,189)
#E6DBCB
(230,219,203)
#EEE7D9
(238,231,217)
#F6F3E7
(246,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67B5B; }

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

This text font color is #A67B5B.


Background Color

.myBgColor { background-color: #A67B5B; }

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

This div background color is #A67B5B.


Border color

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

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

This div border color is #A67B5B.


Opacity

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

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

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

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

This text has shadow with #A67B5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67B5B on black background.


Color preview on white background

This text has color #A67B5B on white background.



Black color preview on #A67B5B background

This text has black color on #A67B5B background.


White color preview on #A67B5B background

This text has white color on #A67B5B background.