COLOR #A8753F

HEX: #A8753F
RGB: (168,117,63)

Color info

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

RGB color model

#A8753F color RGB value is (168,117,63).

  • red value is 168;
  • green value is 117;
  • blue value is 63.
RGB:
(168,117,63)
(66%,46%,25%)

RGB channels and saturation

R 168 of 255 = 66%
G 117 of 255 = 46%
B 63 of 255 = 25%

168
117
63

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

Portions of RGB colors in percentages

R + G + B =
168 + 117 + 63 = 348 (100%)
R 168 of 348 ~ 48.28%
G 117 of 348 ~ 33.62%
B 63 of 348 ~ 18.1%

%48.28
%33.62
%18.1

CMYK color model

#A8753F color CMYK value is (0,30,63,34).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 62.50%
  • key color value is 34.12%
CMYK:
(0,30,63,34)
C0M30Y63K34 
(0%,30%,63%,34%)
(0.00/0.30/0.63/0.34)	

CMYK percentages

%0
%30.36
%62.5
%34.12

Codes

Color #A8753F in popluar color models

A8753F
RGB16811763
HSL31°45.45%45.29%
HSB/HSV31°62.50%65.88%
CMYK0.00%30.36%62.50%
34.12%

Color #A8753F in popluar number systems.

HEXA8753F
Decimal16811763
Binary101010001110101111111
Octal25016577

Shades and tints

Shades of #A8753F

#A8753F
(168,117,63)
#996B3A
(153,107,58)
#8A6135
(138,97,53)
#7B5730
(123,87,48)
#6C4D2B
(108,77,43)
#5D4326
(93,67,38)
#4E3921
(78,57,33)
#3F2F1C
(63,47,28)
#302517
(48,37,23)
#211B12
(33,27,18)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #A8753F

#A8753F
(168,117,63)
#AF8150
(175,129,80)
#B68D61
(182,141,97)
#BD9972
(189,153,114)
#C4A583
(196,165,131)
#CBB194
(203,177,148)
#D2BDA5
(210,189,165)
#D9C9B6
(217,201,182)
#E0D5C7
(224,213,199)
#E7E1D8
(231,225,216)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8753F color. Also use rgb(168,117,63) instead hex code.

Text Font Color

.myTextColor { color: #A8753F; }

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

This text font color is #A8753F.


Background Color

.myBgColor { background-color: #A8753F; }

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

This div background color is #A8753F.


Border color

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

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

This div border color is #A8753F.


Opacity

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

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

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

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

This text has shadow with #A8753F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8753F on black background.


Color preview on white background

This text has color #A8753F on white background.



Black color preview on #A8753F background

This text has black color on #A8753F background.


White color preview on #A8753F background

This text has white color on #A8753F background.