COLOR #A75824

HEX: #A75824
RGB: (167,88,36)

Color info

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

RGB color model

#A75824 color RGB value is (167,88,36).

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

RGB channels and saturation

R 167 of 255 = 65%
G 88 of 255 = 35%
B 36 of 255 = 14%

167
88
36

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

Portions of RGB colors in percentages

R + G + B =
167 + 88 + 36 = 291 (100%)
R 167 of 291 ~ 57.39%
G 88 of 291 ~ 30.24%
B 36 of 291 ~ 12.37%

%57.39
%30.24
%12.37

CMYK color model

#A75824 color CMYK value is (0,47,78,35).

  • cyan value is 0.00%
  • magenta value is 47.31%
  • yellow value is 78.44%
  • key color value is 34.51%
CMYK:
(0,47,78,35)
C0M47Y78K35 
(0%,47%,78%,35%)
(0.00/0.47/0.78/0.35)	

CMYK percentages

%0
%47.31
%78.44
%34.51

Codes

Color #A75824 in popluar color models

A75824
RGB1678836
HSL24°64.53%39.80%
HSB/HSV24°78.44%65.49%
CMYK0.00%47.31%78.44%
34.51%

Color #A75824 in popluar number systems.

HEXA75824
Decimal1678836
Binary101001111011000100100
Octal24713044

Shades and tints

Shades of #A75824

#A75824
(167,88,36)
#985021
(152,80,33)
#89481E
(137,72,30)
#7A401B
(122,64,27)
#6B3818
(107,56,24)
#5C3015
(92,48,21)
#4D2812
(77,40,18)
#3E200F
(62,32,15)
#2F180C
(47,24,12)
#201009
(32,16,9)
#110806
(17,8,6)
#000000
(0,0,0)

Tints of #A75824

#A75824
(167,88,36)
#AF6737
(175,103,55)
#B7764A
(183,118,74)
#BF855D
(191,133,93)
#C79470
(199,148,112)
#CFA383
(207,163,131)
#D7B296
(215,178,150)
#DFC1A9
(223,193,169)
#E7D0BC
(231,208,188)
#EFDFCF
(239,223,207)
#F7EEE2
(247,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A75824; }

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

This text font color is #A75824.


Background Color

.myBgColor { background-color: #A75824; }

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

This div background color is #A75824.


Border color

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

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

This div border color is #A75824.


Opacity

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

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

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

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

This text has shadow with #A75824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75824 on black background.


Color preview on white background

This text has color #A75824 on white background.



Black color preview on #A75824 background

This text has black color on #A75824 background.


White color preview on #A75824 background

This text has white color on #A75824 background.