COLOR #A75920

HEX: #A75920
RGB: (167,89,32)

Color info

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

RGB color model

#A75920 color RGB value is (167,89,32).

  • red value is 167;
  • green value is 89;
  • blue value is 32.
RGB:
(167,89,32)
(65%,35%,13%)

RGB channels and saturation

R 167 of 255 = 65%
G 89 of 255 = 35%
B 32 of 255 = 13%

167
89
32

R + G + B ~ 38%. #A75920 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 89 + 32 = 288 (100%)
R 167 of 288 ~ 57.99%
G 89 of 288 ~ 30.9%
B 32 of 288 ~ 11.11%

%57.99
%30.9
%11.11

CMYK color model

#A75920 color CMYK value is (0,47,81,35).

  • cyan value is 0.00%
  • magenta value is 46.71%
  • yellow value is 80.84%
  • key color value is 34.51%
CMYK:
(0,47,81,35)
C0M47Y81K35 
(0%,47%,81%,35%)
(0.00/0.47/0.81/0.35)	

CMYK percentages

%0
%46.71
%80.84
%34.51

Codes

Color #A75920 in popluar color models

A75920
RGB1678932
HSL25°67.84%39.02%
HSB/HSV25°80.84%65.49%
CMYK0.00%46.71%80.84%
34.51%

Color #A75920 in popluar number systems.

HEXA75920
Decimal1678932
Binary101001111011001100000
Octal24713140

Shades and tints

Shades of #A75920

#A75920
(167,89,32)
#98511E
(152,81,30)
#89491C
(137,73,28)
#7A411A
(122,65,26)
#6B3918
(107,57,24)
#5C3116
(92,49,22)
#4D2914
(77,41,20)
#3E2112
(62,33,18)
#2F1910
(47,25,16)
#20110E
(32,17,14)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #A75920

#A75920
(167,89,32)
#AF6834
(175,104,52)
#B77748
(183,119,72)
#BF865C
(191,134,92)
#C79570
(199,149,112)
#CFA484
(207,164,132)
#D7B398
(215,179,152)
#DFC2AC
(223,194,172)
#E7D1C0
(231,209,192)
#EFE0D4
(239,224,212)
#F7EFE8
(247,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75920 color. Also use rgb(167,89,32) instead hex code.

Text Font Color

.myTextColor { color: #A75920; }

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

This text font color is #A75920.


Background Color

.myBgColor { background-color: #A75920; }

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

This div background color is #A75920.


Border color

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

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

This div border color is #A75920.


Opacity

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

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

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

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

This text has shadow with #A75920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75920 on black background.


Color preview on white background

This text has color #A75920 on white background.



Black color preview on #A75920 background

This text has black color on #A75920 background.


White color preview on #A75920 background

This text has white color on #A75920 background.