COLOR #A67F5D

HEX: #A67F5D RGB: (166,127,93)

Color info

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

RGB color model

#A67F5D color RGB value is (166,127,93).

RGB: (166,127,93) (65%, 50%, 36%)

RGB channels and saturation

R 166 of 255 = 65%
G 127 of 255 = 50%
B 93 of 255 = 36%

166
127
93

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

Portions of RGB colors in percentages

R + G + B = 166 + 127 + 93 = 386 (100%)
R 166 of 386 ~ 43.01%
G 127 of 386 ~ 32.9%
B 93 of 386 ~ 24.09'%

%43.01
%32.9
%24.09

CMYK color model

#A67F5D color CMYK value is (0,23,44,35).

  • cyan value is 0.00%
  • magenta value is 23.49%
  • yellow value is 43.98%
  • key color value is 34.90%

CMYK: (0,23,44,35)
C0M23Y44K35 (0%, 23%, 44%, 35%)
(0.00 / 0.23 / 0.44 / 0.35)

CMYK percentages

%0
%23.49
%43.98
%34.9

Codes

Color #A67F5D in popluar color models

A6 7F 5D
RGB 166 127 93
HSL 28° 29.08% 50.78%
HSB/HSV 28° 43.98% 65.10%
CMYK 0.00% 23.49% 43.98%
34.90%

Color #A67F5D in popluar number systems.

HEX A6 7F 5D
Decimal 166 127 93
Binary 10100110 1111111 1011101
Octal 246 177 135

Shades and tints

Shades of #A67F5D

#A67F5D
(166,127,93)
#977455
(151,116,85)
#88694D
(136,105,77)
#795E45
(121,94,69)
#6A533D
(106,83,61)
#5B4835
(91,72,53)
#4C3D2D
(76,61,45)
#3D3225
(61,50,37)
#2E271D
(46,39,29)
#1F1C15
(31,28,21)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #A67F5D

#A67F5D
(166,127,93)
#AE8A6B
(174,138,107)
#B69579
(182,149,121)
#BEA087
(190,160,135)
#C6AB95
(198,171,149)
#CEB6A3
(206,182,163)
#D6C1B1
(214,193,177)
#DECCBF
(222,204,191)
#E6D7CD
(230,215,205)
#EEE2DB
(238,226,219)
#F6EDE9
(246,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67F5D color. Also use rgb(166,127,93) instead hex code.

Text Font Color

.myTextColor { color: #A67F5D; }

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

This text font color is #A67F5D.

Background Color

.myBgColor { background-color: #A67F5D; }

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

This div background color is #A67F5D.

Border color

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

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

This div border color is #A67F5D.

Opacity

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

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

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

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

This text has shadow with #A67F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67F5D.

Preview

Color preview on black background

This text has color #A67F5D on black background.


Color preview on white background

This text has color #A67F5D on white background.


Black color preview on #A67F5D background

This text has black color on #A67F5D background.


White color preview on #A67F5D background

This text has white color on #A67F5D background.


Related colors

Complementary color

Complementary color for #hex is #5980A2.


I love getcolorcode.com

Triadic colors

1 #5DA67F and #7F5DA6 with #A67F5D are triadic colors.

2 #5D7FA6 and #7FA65D with #A67F5D are triadic colors.