COLOR #A67E70

HEX: #A67E70 RGB: (166,126,112)

Color info

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

RGB color model

#A67E70 color RGB value is (166,126,112).

RGB: (166,126,112) (65%, 49%, 44%)

RGB channels and saturation

R 166 of 255 = 65%
G 126 of 255 = 49%
B 112 of 255 = 44%

166
126
112

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

Portions of RGB colors in percentages

R + G + B = 166 + 126 + 112 = 404 (100%)
R 166 of 404 ~ 41.09%
G 126 of 404 ~ 31.19%
B 112 of 404 ~ 27.72'%

%41.09
%31.19
%27.72

CMYK color model

#A67E70 color CMYK value is (0,24,33,35).

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

CMYK: (0,24,33,35)
C0M24Y33K35 (0%, 24%, 33%, 35%)
(0.00 / 0.24 / 0.33 / 0.35)

CMYK percentages

%0
%24.1
%32.53
%34.9

Codes

Color #A67E70 in popluar color models

A6 7E 70
RGB 166 126 112
HSL 16° 23.28% 54.51%
HSB/HSV 16° 32.53% 65.10%
CMYK 0.00% 24.10% 32.53%
34.90%

Color #A67E70 in popluar number systems.

HEX A6 7E 70
Decimal 166 126 112
Binary 10100110 1111110 1110000
Octal 246 176 160

Shades and tints

Shades of #A67E70

#A67E70
(166,126,112)
#977366
(151,115,102)
#88685C
(136,104,92)
#795D52
(121,93,82)
#6A5248
(106,82,72)
#5B473E
(91,71,62)
#4C3C34
(76,60,52)
#3D312A
(61,49,42)
#2E2620
(46,38,32)
#1F1B16
(31,27,22)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #A67E70

#A67E70
(166,126,112)
#AE897D
(174,137,125)
#B6948A
(182,148,138)
#BE9F97
(190,159,151)
#C6AAA4
(198,170,164)
#CEB5B1
(206,181,177)
#D6C0BE
(214,192,190)
#DECBCB
(222,203,203)
#E6D6D8
(230,214,216)
#EEE1E5
(238,225,229)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67E70; }

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

This text font color is #A67E70.

Background Color

.myBgColor { background-color: #A67E70; }

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

This div background color is #A67E70.

Border color

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

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

This div border color is #A67E70.

Opacity

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

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

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

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

This text has shadow with #A67E70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67E70.

Preview

Color preview on black background

This text has color #A67E70 on black background.


Color preview on white background

This text has color #A67E70 on white background.


Black color preview on #A67E70 background

This text has black color on #A67E70 background.


White color preview on #A67E70 background

This text has white color on #A67E70 background.


Related colors

Complementary color

Complementary color for #hex is #59818F.


I love getcolorcode.com

Triadic colors

1 #70A67E and #7E70A6 with #A67E70 are triadic colors.

2 #707EA6 and #7EA670 with #A67E70 are triadic colors.