COLOR #A67E50

HEX: #A67E50 RGB: (166,126,80)

Color info

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

RGB color model

#A67E50 color RGB value is (166,126,80).

RGB: (166,126,80) (65%, 49%, 31%)

RGB channels and saturation

R 166 of 255 = 65%
G 126 of 255 = 49%
B 80 of 255 = 31%

166
126
80

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

Portions of RGB colors in percentages

R + G + B = 166 + 126 + 80 = 372 (100%)
R 166 of 372 ~ 44.62%
G 126 of 372 ~ 33.87%
B 80 of 372 ~ 21.51'%

%44.62
%33.87
%21.51

CMYK color model

#A67E50 color CMYK value is (0,24,52,35).

  • cyan value is 0.00%
  • magenta value is 24.10%
  • yellow value is 51.81%
  • key color value is 34.90%

CMYK: (0,24,52,35)
C0M24Y52K35 (0%, 24%, 52%, 35%)
(0.00 / 0.24 / 0.52 / 0.35)

CMYK percentages

%0
%24.1
%51.81
%34.9

Codes

Color #A67E50 in popluar color models

A6 7E 50
RGB 166 126 80
HSL 32° 34.96% 48.24%
HSB/HSV 32° 51.81% 65.10%
CMYK 0.00% 24.10% 51.81%
34.90%

Color #A67E50 in popluar number systems.

HEX A6 7E 50
Decimal 166 126 80
Binary 10100110 1111110 1010000
Octal 246 176 120

Shades and tints

Shades of #A67E50

#A67E50
(166,126,80)
#977349
(151,115,73)
#886842
(136,104,66)
#795D3B
(121,93,59)
#6A5234
(106,82,52)
#5B472D
(91,71,45)
#4C3C26
(76,60,38)
#3D311F
(61,49,31)
#2E2618
(46,38,24)
#1F1B11
(31,27,17)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #A67E50

#A67E50
(166,126,80)
#AE895F
(174,137,95)
#B6946E
(182,148,110)
#BE9F7D
(190,159,125)
#C6AA8C
(198,170,140)
#CEB59B
(206,181,155)
#D6C0AA
(214,192,170)
#DECBB9
(222,203,185)
#E6D6C8
(230,214,200)
#EEE1D7
(238,225,215)
#F6ECE6
(246,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67E50 color. Also use rgb(166,126,80) instead hex code.

Text Font Color

.myTextColor { color: #A67E50; }

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

This text font color is #A67E50.

Background Color

.myBgColor { background-color: #A67E50; }

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

This div background color is #A67E50.

Border color

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

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

This div border color is #A67E50.

Opacity

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

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

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

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

This text has shadow with #A67E50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67E50.

Preview

Color preview on black background

This text has color #A67E50 on black background.


Color preview on white background

This text has color #A67E50 on white background.


Black color preview on #A67E50 background

This text has black color on #A67E50 background.


White color preview on #A67E50 background

This text has white color on #A67E50 background.


Related colors

Complementary color

Complementary color for #hex is #5981AF.


I love getcolorcode.com

Triadic colors

1 #50A67E and #7E50A6 with #A67E50 are triadic colors.

2 #507EA6 and #7EA650 with #A67E50 are triadic colors.