COLOR #A67368

HEX: #A67368
RGB: (166,115,104)

Color info

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

RGB color model

#A67368 color RGB value is (166,115,104).

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

RGB channels and saturation

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

166
115
104

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

Portions of RGB colors in percentages

R + G + B =
166 + 115 + 104 = 385 (100%)
R 166 of 385 ~ 43.12%
G 115 of 385 ~ 29.87%
B 104 of 385 ~ 27.01%

%43.12
%29.87
%27.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.72%
  • 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
%30.72
%37.35
%34.9

Codes

Color #A67368 in popluar color models

A67368
RGB166115104
HSL11°25.83%52.94%
HSB/HSV11°37.35%65.10%
CMYK0.00%30.72%37.35%
34.90%

Color #A67368 in popluar number systems.

HEXA67368
Decimal166115104
Binary1010011011100111101000
Octal246163150

Shades and tints

Shades of #A67368

#A67368
(166,115,104)
#97695F
(151,105,95)
#885F56
(136,95,86)
#79554D
(121,85,77)
#6A4B44
(106,75,68)
#5B413B
(91,65,59)
#4C3732
(76,55,50)
#3D2D29
(61,45,41)
#2E2320
(46,35,32)
#1F1917
(31,25,23)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #A67368

#A67368
(166,115,104)
#AE7F75
(174,127,117)
#B68B82
(182,139,130)
#BE978F
(190,151,143)
#C6A39C
(198,163,156)
#CEAFA9
(206,175,169)
#D6BBB6
(214,187,182)
#DEC7C3
(222,199,195)
#E6D3D0
(230,211,208)
#EEDFDD
(238,223,221)
#F6EBEA
(246,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67368; }

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

This text font color is #A67368.


Background Color

.myBgColor { background-color: #A67368; }

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

This div background color is #A67368.


Border color

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

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

This div border color is #A67368.


Opacity

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

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

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

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

This text has shadow with #A67368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67368 on black background.


Color preview on white background

This text has color #A67368 on white background.



Black color preview on #A67368 background

This text has black color on #A67368 background.


White color preview on #A67368 background

This text has white color on #A67368 background.