COLOR #A75F27

HEX: #A75F27
RGB: (167,95,39)

Color info

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

RGB color model

#A75F27 color RGB value is (167,95,39).

  • red value is 167;
  • green value is 95;
  • blue value is 39.
RGB:
(167,95,39)
(65%,37%,15%)

RGB channels and saturation

R 167 of 255 = 65%
G 95 of 255 = 37%
B 39 of 255 = 15%

167
95
39

R + G + B ~ 39%. #A75F27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 95 + 39 = 301 (100%)
R 167 of 301 ~ 55.48%
G 95 of 301 ~ 31.56%
B 39 of 301 ~ 12.96%

%55.48
%31.56
%12.96

CMYK color model

#A75F27 color CMYK value is (0,43,77,35).

  • cyan value is 0.00%
  • magenta value is 43.11%
  • yellow value is 76.65%
  • key color value is 34.51%
CMYK:
(0,43,77,35)
C0M43Y77K35 
(0%,43%,77%,35%)
(0.00/0.43/0.77/0.35)	

CMYK percentages

%0
%43.11
%76.65
%34.51

Codes

Color #A75F27 in popluar color models

A75F27
RGB1679539
HSL26°62.14%40.39%
HSB/HSV26°76.65%65.49%
CMYK0.00%43.11%76.65%
34.51%

Color #A75F27 in popluar number systems.

HEXA75F27
Decimal1679539
Binary101001111011111100111
Octal24713747

Shades and tints

Shades of #A75F27

#A75F27
(167,95,39)
#985724
(152,87,36)
#894F21
(137,79,33)
#7A471E
(122,71,30)
#6B3F1B
(107,63,27)
#5C3718
(92,55,24)
#4D2F15
(77,47,21)
#3E2712
(62,39,18)
#2F1F0F
(47,31,15)
#20170C
(32,23,12)
#110F09
(17,15,9)
#000000
(0,0,0)

Tints of #A75F27

#A75F27
(167,95,39)
#AF6D3A
(175,109,58)
#B77B4D
(183,123,77)
#BF8960
(191,137,96)
#C79773
(199,151,115)
#CFA586
(207,165,134)
#D7B399
(215,179,153)
#DFC1AC
(223,193,172)
#E7CFBF
(231,207,191)
#EFDDD2
(239,221,210)
#F7EBE5
(247,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75F27 color. Also use rgb(167,95,39) instead hex code.

Text Font Color

.myTextColor { color: #A75F27; }

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

This text font color is #A75F27.


Background Color

.myBgColor { background-color: #A75F27; }

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

This div background color is #A75F27.


Border color

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

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

This div border color is #A75F27.


Opacity

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

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

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

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

This text has shadow with #A75F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75F27 on black background.


Color preview on white background

This text has color #A75F27 on white background.



Black color preview on #A75F27 background

This text has black color on #A75F27 background.


White color preview on #A75F27 background

This text has white color on #A75F27 background.