COLOR #A67B8C

HEX: #A67B8C RGB: (166,123,140)

Color info

#A67B8C contains red, green and blue colors in about the same proportion. Web safe color of #A67B8C is #996699 (or #969).

RGB color model

#A67B8C color RGB value is (166,123,140).

RGB: (166,123,140) (65%, 48%, 55%)

RGB channels and saturation

R 166 of 255 = 65%
G 123 of 255 = 48%
B 140 of 255 = 55%

166
123
140

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

Portions of RGB colors in percentages

R + G + B = 166 + 123 + 140 = 429 (100%)
R 166 of 429 ~ 38.69%
G 123 of 429 ~ 28.67%
B 140 of 429 ~ 32.63'%

%38.69
%28.67
%32.63

CMYK color model

#A67B8C color CMYK value is (0,26,16,35).

  • cyan value is 0.00%
  • magenta value is 25.90%
  • yellow value is 15.66%
  • key color value is 34.90%

CMYK: (0,26,16,35)
C0M26Y16K35 (0%, 26%, 16%, 35%)
(0.00 / 0.26 / 0.16 / 0.35)

CMYK percentages

%0
%25.9
%15.66
%34.9

Codes

Color #A67B8C in popluar color models

A6 7B 8C
RGB 166 123 140
HSL 336° 19.46% 56.67%
HSB/HSV 336° 25.90% 65.10%
CMYK 0.00% 25.90% 15.66%
34.90%

Color #A67B8C in popluar number systems.

HEX A6 7B 8C
Decimal 166 123 140
Binary 10100110 1111011 10001100
Octal 246 173 214

Shades and tints

Shades of #A67B8C

#A67B8C
(166,123,140)
#977080
(151,112,128)
#886574
(136,101,116)
#795A68
(121,90,104)
#6A4F5C
(106,79,92)
#5B4450
(91,68,80)
#4C3944
(76,57,68)
#3D2E38
(61,46,56)
#2E232C
(46,35,44)
#1F1820
(31,24,32)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #A67B8C

#A67B8C
(166,123,140)
#AE8796
(174,135,150)
#B693A0
(182,147,160)
#BE9FAA
(190,159,170)
#C6ABB4
(198,171,180)
#CEB7BE
(206,183,190)
#D6C3C8
(214,195,200)
#DECFD2
(222,207,210)
#E6DBDC
(230,219,220)
#EEE7E6
(238,231,230)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67B8C; }

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

This text font color is #A67B8C.

Background Color

.myBgColor { background-color: #A67B8C; }

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

This div background color is #A67B8C.

Border color

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

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

This div border color is #A67B8C.

Opacity

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

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

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

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

This text has shadow with #A67B8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67B8C.

Preview

Color preview on black background

This text has color #A67B8C on black background.


Color preview on white background

This text has color #A67B8C on white background.


Black color preview on #A67B8C background

This text has black color on #A67B8C background.


White color preview on #A67B8C background

This text has white color on #A67B8C background.


Related colors

Complementary color

Complementary color for #hex is #598473.


I love getcolorcode.com

Triadic colors

1 #8CA67B and #7B8CA6 with #A67B8C are triadic colors.

2 #8C7BA6 and #7BA68C with #A67B8C are triadic colors.