COLOR #A75817

HEX: #A75817
RGB: (167,88,23)

Color info

#A75817 contains mainly red color. Web safe color of #A75817 is #996600 (or #960).

RGB color model

#A75817 color RGB value is (167,88,23).

  • red value is 167;
  • green value is 88;
  • blue value is 23.
RGB:
(167,88,23)
(65%,35%,9%)

RGB channels and saturation

R 167 of 255 = 65%
G 88 of 255 = 35%
B 23 of 255 = 9%

167
88
23

R + G + B ~ 36%. #A75817 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 88 + 23 = 278 (100%)
R 167 of 278 ~ 60.07%
G 88 of 278 ~ 31.65%
B 23 of 278 ~ 8.27%

%60.07
%31.65

CMYK color model

#A75817 color CMYK value is (0,47,86,35).

  • cyan value is 0.00%
  • magenta value is 47.31%
  • yellow value is 86.23%
  • key color value is 34.51%
CMYK:
(0,47,86,35)
C0M47Y86K35 
(0%,47%,86%,35%)
(0.00/0.47/0.86/0.35)	

CMYK percentages

%0
%47.31
%86.23
%34.51

Codes

Color #A75817 in popluar color models

A75817
RGB1678823
HSL27°75.79%37.25%
HSB/HSV27°86.23%65.49%
CMYK0.00%47.31%86.23%
34.51%

Color #A75817 in popluar number systems.

HEXA75817
Decimal1678823
Binary10100111101100010111
Octal24713027

Shades and tints

Shades of #A75817

#A75817
(167,88,23)
#985015
(152,80,21)
#894813
(137,72,19)
#7A4011
(122,64,17)
#6B380F
(107,56,15)
#5C300D
(92,48,13)
#4D280B
(77,40,11)
#3E2009
(62,32,9)
#2F1807
(47,24,7)
#201005
(32,16,5)
#110803
(17,8,3)
#000000
(0,0,0)

Tints of #A75817

#A75817
(167,88,23)
#AF672C
(175,103,44)
#B77641
(183,118,65)
#BF8556
(191,133,86)
#C7946B
(199,148,107)
#CFA380
(207,163,128)
#D7B295
(215,178,149)
#DFC1AA
(223,193,170)
#E7D0BF
(231,208,191)
#EFDFD4
(239,223,212)
#F7EEE9
(247,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75817 color. Also use rgb(167,88,23) instead hex code.

Text Font Color

.myTextColor { color: #A75817; }

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

This text font color is #A75817.


Background Color

.myBgColor { background-color: #A75817; }

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

This div background color is #A75817.


Border color

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

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

This div border color is #A75817.


Opacity

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

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

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

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

This text has shadow with #A75817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75817 on black background.


Color preview on white background

This text has color #A75817 on white background.



Black color preview on #A75817 background

This text has black color on #A75817 background.


White color preview on #A75817 background

This text has white color on #A75817 background.