COLOR #A67C83

HEX: #A67C83 RGB: (166,124,131)

Color info

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

RGB color model

#A67C83 color RGB value is (166,124,131).

RGB: (166,124,131) (65%, 49%, 51%)

RGB channels and saturation

R 166 of 255 = 65%
G 124 of 255 = 49%
B 131 of 255 = 51%

166
124
131

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

Portions of RGB colors in percentages

R + G + B = 166 + 124 + 131 = 421 (100%)
R 166 of 421 ~ 39.43%
G 124 of 421 ~ 29.45%
B 131 of 421 ~ 31.12'%

%39.43
%29.45
%31.12

CMYK color model

#A67C83 color CMYK value is (0,25,21,35).

  • cyan value is 0.00%
  • magenta value is 25.30%
  • yellow value is 21.08%
  • key color value is 34.90%

CMYK: (0,25,21,35)
C0M25Y21K35 (0%, 25%, 21%, 35%)
(0.00 / 0.25 / 0.21 / 0.35)

CMYK percentages

%0
%25.3
%21.08
%34.9

Codes

Color #A67C83 in popluar color models

A6 7C 83
RGB 166 124 131
HSL 350° 19.09% 56.86%
HSB/HSV 350° 25.30% 65.10%
CMYK 0.00% 25.30% 21.08%
34.90%

Color #A67C83 in popluar number systems.

HEX A6 7C 83
Decimal 166 124 131
Binary 10100110 1111100 10000011
Octal 246 174 203

Shades and tints

Shades of #A67C83

#A67C83
(166,124,131)
#977178
(151,113,120)
#88666D
(136,102,109)
#795B62
(121,91,98)
#6A5057
(106,80,87)
#5B454C
(91,69,76)
#4C3A41
(76,58,65)
#3D2F36
(61,47,54)
#2E242B
(46,36,43)
#1F1920
(31,25,32)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #A67C83

#A67C83
(166,124,131)
#AE878E
(174,135,142)
#B69299
(182,146,153)
#BE9DA4
(190,157,164)
#C6A8AF
(198,168,175)
#CEB3BA
(206,179,186)
#D6BEC5
(214,190,197)
#DEC9D0
(222,201,208)
#E6D4DB
(230,212,219)
#EEDFE6
(238,223,230)
#F6EAF1
(246,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67C83 color. Also use rgb(166,124,131) instead hex code.

Text Font Color

.myTextColor { color: #A67C83; }

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

This text font color is #A67C83.

Background Color

.myBgColor { background-color: #A67C83; }

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

This div background color is #A67C83.

Border color

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

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

This div border color is #A67C83.

Opacity

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

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

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

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

This text has shadow with #A67C83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67C83.

Preview

Color preview on black background

This text has color #A67C83 on black background.


Color preview on white background

This text has color #A67C83 on white background.


Black color preview on #A67C83 background

This text has black color on #A67C83 background.


White color preview on #A67C83 background

This text has white color on #A67C83 background.


Related colors

Complementary color

Complementary color for #hex is #59837C.


I love getcolorcode.com

Triadic colors

1 #83A67C and #7C83A6 with #A67C83 are triadic colors.

2 #837CA6 and #7CA683 with #A67C83 are triadic colors.