COLOR #A8673C

HEX: #A8673C
RGB: (168,103,60)

Color info

#A8673C contains mainly red color. Web safe color of #A8673C is #996633 (or #963).

RGB color model

#A8673C color RGB value is (168,103,60).

  • red value is 168;
  • green value is 103;
  • blue value is 60.
RGB:
(168,103,60)
(66%,40%,24%)

RGB channels and saturation

R 168 of 255 = 66%
G 103 of 255 = 40%
B 60 of 255 = 24%

168
103
60

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

Portions of RGB colors in percentages

R + G + B =
168 + 103 + 60 = 331 (100%)
R 168 of 331 ~ 50.76%
G 103 of 331 ~ 31.12%
B 60 of 331 ~ 18.13%

%50.76
%31.12
%18.13

CMYK color model

#A8673C color CMYK value is (0,39,64,34).

  • cyan value is 0.00%
  • magenta value is 38.69%
  • yellow value is 64.29%
  • key color value is 34.12%
CMYK:
(0,39,64,34)
C0M39Y64K34 
(0%,39%,64%,34%)
(0.00/0.39/0.64/0.34)	

CMYK percentages

%0
%38.69
%64.29
%34.12

Codes

Color #A8673C in popluar color models

A8673C
RGB16810360
HSL24°47.37%44.71%
HSB/HSV24°64.29%65.88%
CMYK0.00%38.69%64.29%
34.12%

Color #A8673C in popluar number systems.

HEXA8673C
Decimal16810360
Binary101010001100111111100
Octal25014774

Shades and tints

Shades of #A8673C

#A8673C
(168,103,60)
#995E37
(153,94,55)
#8A5532
(138,85,50)
#7B4C2D
(123,76,45)
#6C4328
(108,67,40)
#5D3A23
(93,58,35)
#4E311E
(78,49,30)
#3F2819
(63,40,25)
#301F14
(48,31,20)
#21160F
(33,22,15)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #A8673C

#A8673C
(168,103,60)
#AF744D
(175,116,77)
#B6815E
(182,129,94)
#BD8E6F
(189,142,111)
#C49B80
(196,155,128)
#CBA891
(203,168,145)
#D2B5A2
(210,181,162)
#D9C2B3
(217,194,179)
#E0CFC4
(224,207,196)
#E7DCD5
(231,220,213)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8673C color. Also use rgb(168,103,60) instead hex code.

Text Font Color

.myTextColor { color: #A8673C; }

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

This text font color is #A8673C.


Background Color

.myBgColor { background-color: #A8673C; }

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

This div background color is #A8673C.


Border color

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

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

This div border color is #A8673C.


Opacity

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

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

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

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

This text has shadow with #A8673C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8673C on black background.


Color preview on white background

This text has color #A8673C on white background.



Black color preview on #A8673C background

This text has black color on #A8673C background.


White color preview on #A8673C background

This text has white color on #A8673C background.