COLOR #A67D70

HEX: #A67D70
RGB: (166,125,112)

Color info

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

RGB color model

#A67D70 color RGB value is (166,125,112).

  • red value is 166;
  • green value is 125;
  • blue value is 112.
RGB:
(166,125,112)
(65%,49%,44%)

RGB channels and saturation

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

166
125
112

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

Portions of RGB colors in percentages

R + G + B =
166 + 125 + 112 = 403 (100%)
R 166 of 403 ~ 41.19%
G 125 of 403 ~ 31.02%
B 112 of 403 ~ 27.79%

%41.19
%31.02
%27.79

CMYK color model

#A67D70 color CMYK value is (0,25,33,35).

  • cyan value is 0.00%
  • magenta value is 24.70%
  • yellow value is 32.53%
  • key color value is 34.90%
CMYK:
(0,25,33,35)
C0M25Y33K35 
(0%,25%,33%,35%)
(0.00/0.25/0.33/0.35)	

CMYK percentages

%0
%24.7
%32.53
%34.9

Codes

Color #A67D70 in popluar color models

A67D70
RGB166125112
HSL14°23.28%54.51%
HSB/HSV14°32.53%65.10%
CMYK0.00%24.70%32.53%
34.90%

Color #A67D70 in popluar number systems.

HEXA67D70
Decimal166125112
Binary1010011011111011110000
Octal246175160

Shades and tints

Shades of #A67D70

#A67D70
(166,125,112)
#977266
(151,114,102)
#88675C
(136,103,92)
#795C52
(121,92,82)
#6A5148
(106,81,72)
#5B463E
(91,70,62)
#4C3B34
(76,59,52)
#3D302A
(61,48,42)
#2E2520
(46,37,32)
#1F1A16
(31,26,22)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #A67D70

#A67D70
(166,125,112)
#AE887D
(174,136,125)
#B6938A
(182,147,138)
#BE9E97
(190,158,151)
#C6A9A4
(198,169,164)
#CEB4B1
(206,180,177)
#D6BFBE
(214,191,190)
#DECACB
(222,202,203)
#E6D5D8
(230,213,216)
#EEE0E5
(238,224,229)
#F6EBF2
(246,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67D70; }

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

This text font color is #A67D70.


Background Color

.myBgColor { background-color: #A67D70; }

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

This div background color is #A67D70.


Border color

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

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

This div border color is #A67D70.


Opacity

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

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

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

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

This text has shadow with #A67D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67D70 on black background.


Color preview on white background

This text has color #A67D70 on white background.



Black color preview on #A67D70 background

This text has black color on #A67D70 background.


White color preview on #A67D70 background

This text has white color on #A67D70 background.