COLOR #A67F4C

HEX: #A67F4C
RGB: (166,127,76)

Color info

#A67F4C contains mainly red and green colors. Web safe color of #A67F4C is #996633 (or #963).

RGB color model

#A67F4C color RGB value is (166,127,76).

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

RGB channels and saturation

R 166 of 255 = 65%
G 127 of 255 = 50%
B 76 of 255 = 30%

166
127
76

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

Portions of RGB colors in percentages

R + G + B =
166 + 127 + 76 = 369 (100%)
R 166 of 369 ~ 44.99%
G 127 of 369 ~ 34.42%
B 76 of 369 ~ 20.6%

%44.99
%34.42
%20.6

CMYK color model

#A67F4C color CMYK value is (0,23,54,35).

  • cyan value is 0.00%
  • magenta value is 23.49%
  • yellow value is 54.22%
  • key color value is 34.90%
CMYK:
(0,23,54,35)
C0M23Y54K35 
(0%,23%,54%,35%)
(0.00/0.23/0.54/0.35)	

CMYK percentages

%0
%23.49
%54.22
%34.9

Codes

Color #A67F4C in popluar color models

A67F4C
RGB16612776
HSL34°37.19%47.45%
HSB/HSV34°54.22%65.10%
CMYK0.00%23.49%54.22%
34.90%

Color #A67F4C in popluar number systems.

HEXA67F4C
Decimal16612776
Binary1010011011111111001100
Octal246177114

Shades and tints

Shades of #A67F4C

#A67F4C
(166,127,76)
#977446
(151,116,70)
#886940
(136,105,64)
#795E3A
(121,94,58)
#6A5334
(106,83,52)
#5B482E
(91,72,46)
#4C3D28
(76,61,40)
#3D3222
(61,50,34)
#2E271C
(46,39,28)
#1F1C16
(31,28,22)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #A67F4C

#A67F4C
(166,127,76)
#AE8A5C
(174,138,92)
#B6956C
(182,149,108)
#BEA07C
(190,160,124)
#C6AB8C
(198,171,140)
#CEB69C
(206,182,156)
#D6C1AC
(214,193,172)
#DECCBC
(222,204,188)
#E6D7CC
(230,215,204)
#EEE2DC
(238,226,220)
#F6EDEC
(246,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67F4C; }

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

This text font color is #A67F4C.


Background Color

.myBgColor { background-color: #A67F4C; }

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

This div background color is #A67F4C.


Border color

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

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

This div border color is #A67F4C.


Opacity

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

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

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

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

This text has shadow with #A67F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67F4C on black background.


Color preview on white background

This text has color #A67F4C on white background.



Black color preview on #A67F4C background

This text has black color on #A67F4C background.


White color preview on #A67F4C background

This text has white color on #A67F4C background.