COLOR #A67D6D

HEX: #A67D6D RGB: (166,125,109)

Color info

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

RGB color model

#A67D6D color RGB value is (166,125,109).

RGB: (166,125,109) (65%, 49%, 43%)

RGB channels and saturation

R 166 of 255 = 65%
G 125 of 255 = 49%
B 109 of 255 = 43%

166
125
109

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

Portions of RGB colors in percentages

R + G + B = 166 + 125 + 109 = 400 (100%)
R 166 of 400 ~ 41.5%
G 125 of 400 ~ 31.25%
B 109 of 400 ~ 27.25'%

%41.5
%31.25
%27.25

CMYK color model

#A67D6D color CMYK value is (0,25,34,35).

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

CMYK: (0,25,34,35)
C0M25Y34K35 (0%, 25%, 34%, 35%)
(0.00 / 0.25 / 0.34 / 0.35)

CMYK percentages

%0
%24.7
%34.34
%34.9

Codes

Color #A67D6D in popluar color models

A6 7D 6D
RGB 166 125 109
HSL 17° 24.26% 53.92%
HSB/HSV 17° 34.34% 65.10%
CMYK 0.00% 24.70% 34.34%
34.90%

Color #A67D6D in popluar number systems.

HEX A6 7D 6D
Decimal 166 125 109
Binary 10100110 1111101 1101101
Octal 246 175 155

Shades and tints

Shades of #A67D6D

#A67D6D
(166,125,109)
#977264
(151,114,100)
#88675B
(136,103,91)
#795C52
(121,92,82)
#6A5149
(106,81,73)
#5B4640
(91,70,64)
#4C3B37
(76,59,55)
#3D302E
(61,48,46)
#2E2525
(46,37,37)
#1F1A1C
(31,26,28)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #A67D6D

#A67D6D
(166,125,109)
#AE887A
(174,136,122)
#B69387
(182,147,135)
#BE9E94
(190,158,148)
#C6A9A1
(198,169,161)
#CEB4AE
(206,180,174)
#D6BFBB
(214,191,187)
#DECAC8
(222,202,200)
#E6D5D5
(230,213,213)
#EEE0E2
(238,224,226)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67D6D; }

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

This text font color is #A67D6D.

Background Color

.myBgColor { background-color: #A67D6D; }

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

This div background color is #A67D6D.

Border color

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

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

This div border color is #A67D6D.

Opacity

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

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

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

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

This text has shadow with #A67D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67D6D.

Preview

Color preview on black background

This text has color #A67D6D on black background.


Color preview on white background

This text has color #A67D6D on white background.


Black color preview on #A67D6D background

This text has black color on #A67D6D background.


White color preview on #A67D6D background

This text has white color on #A67D6D background.


Related colors

Complementary color

Complementary color for #hex is #598292.


I love getcolorcode.com

Triadic colors

1 #6DA67D and #7D6DA6 with #A67D6D are triadic colors.

2 #6D7DA6 and #7DA66D with #A67D6D are triadic colors.