COLOR #A67350

HEX: #A67350
RGB: (166,115,80)

Color info

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

RGB color model

#A67350 color RGB value is (166,115,80).

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

RGB channels and saturation

R 166 of 255 = 65%
G 115 of 255 = 45%
B 80 of 255 = 31%

166
115
80

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

Portions of RGB colors in percentages

R + G + B =
166 + 115 + 80 = 361 (100%)
R 166 of 361 ~ 45.98%
G 115 of 361 ~ 31.86%
B 80 of 361 ~ 22.16%

%45.98
%31.86
%22.16

CMYK color model

#A67350 color CMYK value is (0,31,52,35).

  • cyan value is 0.00%
  • magenta value is 30.72%
  • yellow value is 51.81%
  • key color value is 34.90%
CMYK:
(0,31,52,35)
C0M31Y52K35 
(0%,31%,52%,35%)
(0.00/0.31/0.52/0.35)	

CMYK percentages

%0
%30.72
%51.81
%34.9

Codes

Color #A67350 in popluar color models

A67350
RGB16611580
HSL24°34.96%48.24%
HSB/HSV24°51.81%65.10%
CMYK0.00%30.72%51.81%
34.90%

Color #A67350 in popluar number systems.

HEXA67350
Decimal16611580
Binary1010011011100111010000
Octal246163120

Shades and tints

Shades of #A67350

#A67350
(166,115,80)
#976949
(151,105,73)
#885F42
(136,95,66)
#79553B
(121,85,59)
#6A4B34
(106,75,52)
#5B412D
(91,65,45)
#4C3726
(76,55,38)
#3D2D1F
(61,45,31)
#2E2318
(46,35,24)
#1F1911
(31,25,17)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #A67350

#A67350
(166,115,80)
#AE7F5F
(174,127,95)
#B68B6E
(182,139,110)
#BE977D
(190,151,125)
#C6A38C
(198,163,140)
#CEAF9B
(206,175,155)
#D6BBAA
(214,187,170)
#DEC7B9
(222,199,185)
#E6D3C8
(230,211,200)
#EEDFD7
(238,223,215)
#F6EBE6
(246,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67350; }

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

This text font color is #A67350.


Background Color

.myBgColor { background-color: #A67350; }

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

This div background color is #A67350.


Border color

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

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

This div border color is #A67350.


Opacity

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

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

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

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

This text has shadow with #A67350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67350 on black background.


Color preview on white background

This text has color #A67350 on white background.



Black color preview on #A67350 background

This text has black color on #A67350 background.


White color preview on #A67350 background

This text has white color on #A67350 background.