COLOR #A67D8F

HEX: #A67D8F RGB: (166,125,143)

Color info

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

RGB color model

#A67D8F color RGB value is (166,125,143).

RGB: (166,125,143) (65%, 49%, 56%)

RGB channels and saturation

R 166 of 255 = 65%
G 125 of 255 = 49%
B 143 of 255 = 56%

166
125
143

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

Portions of RGB colors in percentages

R + G + B = 166 + 125 + 143 = 434 (100%)
R 166 of 434 ~ 38.25%
G 125 of 434 ~ 28.8%
B 143 of 434 ~ 32.95'%

%38.25
%28.8
%32.95

CMYK color model

#A67D8F color CMYK value is (0,25,14,35).

  • cyan value is 0.00%
  • magenta value is 24.70%
  • yellow value is 13.86%
  • key color value is 34.90%

CMYK: (0,25,14,35)
C0M25Y14K35 (0%, 25%, 14%, 35%)
(0.00 / 0.25 / 0.14 / 0.35)

CMYK percentages

%0
%24.7
%13.86
%34.9

Codes

Color #A67D8F in popluar color models

A6 7D 8F
RGB 166 125 143
HSL 334° 18.72% 57.06%
HSB/HSV 334° 24.70% 65.10%
CMYK 0.00% 24.70% 13.86%
34.90%

Color #A67D8F in popluar number systems.

HEX A6 7D 8F
Decimal 166 125 143
Binary 10100110 1111101 10001111
Octal 246 175 217

Shades and tints

Shades of #A67D8F

#A67D8F
(166,125,143)
#977282
(151,114,130)
#886775
(136,103,117)
#795C68
(121,92,104)
#6A515B
(106,81,91)
#5B464E
(91,70,78)
#4C3B41
(76,59,65)
#3D3034
(61,48,52)
#2E2527
(46,37,39)
#1F1A1A
(31,26,26)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #A67D8F

#A67D8F
(166,125,143)
#AE8899
(174,136,153)
#B693A3
(182,147,163)
#BE9EAD
(190,158,173)
#C6A9B7
(198,169,183)
#CEB4C1
(206,180,193)
#D6BFCB
(214,191,203)
#DECAD5
(222,202,213)
#E6D5DF
(230,213,223)
#EEE0E9
(238,224,233)
#F6EBF3
(246,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67D8F color. Also use rgb(166,125,143) instead hex code.

Text Font Color

.myTextColor { color: #A67D8F; }

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

This text font color is #A67D8F.

Background Color

.myBgColor { background-color: #A67D8F; }

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

This div background color is #A67D8F.

Border color

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

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

This div border color is #A67D8F.

Opacity

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

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

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

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

This text has shadow with #A67D8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67D8F.

Preview

Color preview on black background

This text has color #A67D8F on black background.


Color preview on white background

This text has color #A67D8F on white background.


Black color preview on #A67D8F background

This text has black color on #A67D8F background.


White color preview on #A67D8F background

This text has white color on #A67D8F background.


Related colors

Complementary color

Complementary color for #hex is #598270.


I love getcolorcode.com

Triadic colors

1 #8FA67D and #7D8FA6 with #A67D8F are triadic colors.

2 #8F7DA6 and #7DA68F with #A67D8F are triadic colors.