COLOR #A75D27

HEX: #A75D27
RGB: (167,93,39)

Color info

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

RGB color model

#A75D27 color RGB value is (167,93,39).

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

RGB channels and saturation

R 167 of 255 = 65%
G 93 of 255 = 36%
B 39 of 255 = 15%

167
93
39

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

Portions of RGB colors in percentages

R + G + B =
167 + 93 + 39 = 299 (100%)
R 167 of 299 ~ 55.85%
G 93 of 299 ~ 31.1%
B 39 of 299 ~ 13.04%

%55.85
%31.1
%13.04

CMYK color model

#A75D27 color CMYK value is (0,44,77,35).

  • cyan value is 0.00%
  • magenta value is 44.31%
  • yellow value is 76.65%
  • key color value is 34.51%
CMYK:
(0,44,77,35)
C0M44Y77K35 
(0%,44%,77%,35%)
(0.00/0.44/0.77/0.35)	

CMYK percentages

%0
%44.31
%76.65
%34.51

Codes

Color #A75D27 in popluar color models

A75D27
RGB1679339
HSL25°62.14%40.39%
HSB/HSV25°76.65%65.49%
CMYK0.00%44.31%76.65%
34.51%

Color #A75D27 in popluar number systems.

HEXA75D27
Decimal1679339
Binary101001111011101100111
Octal24713547

Shades and tints

Shades of #A75D27

#A75D27
(167,93,39)
#985524
(152,85,36)
#894D21
(137,77,33)
#7A451E
(122,69,30)
#6B3D1B
(107,61,27)
#5C3518
(92,53,24)
#4D2D15
(77,45,21)
#3E2512
(62,37,18)
#2F1D0F
(47,29,15)
#20150C
(32,21,12)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #A75D27

#A75D27
(167,93,39)
#AF6B3A
(175,107,58)
#B7794D
(183,121,77)
#BF8760
(191,135,96)
#C79573
(199,149,115)
#CFA386
(207,163,134)
#D7B199
(215,177,153)
#DFBFAC
(223,191,172)
#E7CDBF
(231,205,191)
#EFDBD2
(239,219,210)
#F7E9E5
(247,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A75D27; }

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

This text font color is #A75D27.


Background Color

.myBgColor { background-color: #A75D27; }

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

This div background color is #A75D27.


Border color

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

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

This div border color is #A75D27.


Opacity

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

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

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

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

This text has shadow with #A75D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75D27 on black background.


Color preview on white background

This text has color #A75D27 on white background.



Black color preview on #A75D27 background

This text has black color on #A75D27 background.


White color preview on #A75D27 background

This text has white color on #A75D27 background.