COLOR #A67268

HEX: #A67268
RGB: (166,114,104)

Color info

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

RGB color model

#A67268 color RGB value is (166,114,104).

  • red value is 166;
  • green value is 114;
  • blue value is 104.
RGB:
(166,114,104)
(65%,45%,41%)

RGB channels and saturation

R 166 of 255 = 65%
G 114 of 255 = 45%
B 104 of 255 = 41%

166
114
104

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

Portions of RGB colors in percentages

R + G + B =
166 + 114 + 104 = 384 (100%)
R 166 of 384 ~ 43.23%
G 114 of 384 ~ 29.69%
B 104 of 384 ~ 27.08%

%43.23
%29.69
%27.08

CMYK color model

#A67268 color CMYK value is (0,31,37,35).

  • cyan value is 0.00%
  • magenta value is 31.33%
  • yellow value is 37.35%
  • key color value is 34.90%
CMYK:
(0,31,37,35)
C0M31Y37K35 
(0%,31%,37%,35%)
(0.00/0.31/0.37/0.35)	

CMYK percentages

%0
%31.33
%37.35
%34.9

Codes

Color #A67268 in popluar color models

A67268
RGB166114104
HSL10°25.83%52.94%
HSB/HSV10°37.35%65.10%
CMYK0.00%31.33%37.35%
34.90%

Color #A67268 in popluar number systems.

HEXA67268
Decimal166114104
Binary1010011011100101101000
Octal246162150

Shades and tints

Shades of #A67268

#A67268
(166,114,104)
#97685F
(151,104,95)
#885E56
(136,94,86)
#79544D
(121,84,77)
#6A4A44
(106,74,68)
#5B403B
(91,64,59)
#4C3632
(76,54,50)
#3D2C29
(61,44,41)
#2E2220
(46,34,32)
#1F1817
(31,24,23)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #A67268

#A67268
(166,114,104)
#AE7E75
(174,126,117)
#B68A82
(182,138,130)
#BE968F
(190,150,143)
#C6A29C
(198,162,156)
#CEAEA9
(206,174,169)
#D6BAB6
(214,186,182)
#DEC6C3
(222,198,195)
#E6D2D0
(230,210,208)
#EEDEDD
(238,222,221)
#F6EAEA
(246,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67268 color. Also use rgb(166,114,104) instead hex code.

Text Font Color

.myTextColor { color: #A67268; }

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

This text font color is #A67268.


Background Color

.myBgColor { background-color: #A67268; }

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

This div background color is #A67268.


Border color

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

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

This div border color is #A67268.


Opacity

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

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

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

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

This text has shadow with #A67268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67268 on black background.


Color preview on white background

This text has color #A67268 on white background.



Black color preview on #A67268 background

This text has black color on #A67268 background.


White color preview on #A67268 background

This text has white color on #A67268 background.