COLOR #A67F7D

HEX: #A67F7D
RGB: (166,127,125)

Color info

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

RGB color model

#A67F7D color RGB value is (166,127,125).

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

RGB channels and saturation

R 166 of 255 = 65%
G 127 of 255 = 50%
B 125 of 255 = 49%

166
127
125

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

Portions of RGB colors in percentages

R + G + B =
166 + 127 + 125 = 418 (100%)
R 166 of 418 ~ 39.71%
G 127 of 418 ~ 30.38%
B 125 of 418 ~ 29.9%

%39.71
%30.38
%29.9

CMYK color model

#A67F7D color CMYK value is (0,23,25,35).

  • cyan value is 0.00%
  • magenta value is 23.49%
  • yellow value is 24.70%
  • key color value is 34.90%
CMYK:
(0,23,25,35)
C0M23Y25K35 
(0%,23%,25%,35%)
(0.00/0.23/0.25/0.35)	

CMYK percentages

%0
%23.49
%24.7
%34.9

Codes

Color #A67F7D in popluar color models

A67F7D
RGB166127125
HSL18.72%57.06%
HSB/HSV24.70%65.10%
CMYK0.00%23.49%24.70%
34.90%

Color #A67F7D in popluar number systems.

HEXA67F7D
Decimal166127125
Binary1010011011111111111101
Octal246177175

Shades and tints

Shades of #A67F7D

#A67F7D
(166,127,125)
#977472
(151,116,114)
#886967
(136,105,103)
#795E5C
(121,94,92)
#6A5351
(106,83,81)
#5B4846
(91,72,70)
#4C3D3B
(76,61,59)
#3D3230
(61,50,48)
#2E2725
(46,39,37)
#1F1C1A
(31,28,26)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #A67F7D

#A67F7D
(166,127,125)
#AE8A88
(174,138,136)
#B69593
(182,149,147)
#BEA09E
(190,160,158)
#C6ABA9
(198,171,169)
#CEB6B4
(206,182,180)
#D6C1BF
(214,193,191)
#DECCCA
(222,204,202)
#E6D7D5
(230,215,213)
#EEE2E0
(238,226,224)
#F6EDEB
(246,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67F7D; }

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

This text font color is #A67F7D.


Background Color

.myBgColor { background-color: #A67F7D; }

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

This div background color is #A67F7D.


Border color

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

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

This div border color is #A67F7D.


Opacity

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

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

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

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

This text has shadow with #A67F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67F7D on black background.


Color preview on white background

This text has color #A67F7D on white background.



Black color preview on #A67F7D background

This text has black color on #A67F7D background.


White color preview on #A67F7D background

This text has white color on #A67F7D background.