COLOR #A75A24

HEX: #A75A24
RGB: (167,90,36)

Color info

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

RGB color model

#A75A24 color RGB value is (167,90,36).

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

RGB channels and saturation

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

167
90
36

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

Portions of RGB colors in percentages

R + G + B =
167 + 90 + 36 = 293 (100%)
R 167 of 293 ~ 57%
G 90 of 293 ~ 30.72%
B 36 of 293 ~ 12.29%

%57
%30.72
%12.29

CMYK color model

#A75A24 color CMYK value is (0,46,78,35).

  • cyan value is 0.00%
  • magenta value is 46.11%
  • yellow value is 78.44%
  • key color value is 34.51%
CMYK:
(0,46,78,35)
C0M46Y78K35 
(0%,46%,78%,35%)
(0.00/0.46/0.78/0.35)	

CMYK percentages

%0
%46.11
%78.44
%34.51

Codes

Color #A75A24 in popluar color models

A75A24
RGB1679036
HSL25°64.53%39.80%
HSB/HSV25°78.44%65.49%
CMYK0.00%46.11%78.44%
34.51%

Color #A75A24 in popluar number systems.

HEXA75A24
Decimal1679036
Binary101001111011010100100
Octal24713244

Shades and tints

Shades of #A75A24

#A75A24
(167,90,36)
#985221
(152,82,33)
#894A1E
(137,74,30)
#7A421B
(122,66,27)
#6B3A18
(107,58,24)
#5C3215
(92,50,21)
#4D2A12
(77,42,18)
#3E220F
(62,34,15)
#2F1A0C
(47,26,12)
#201209
(32,18,9)
#110A06
(17,10,6)
#000000
(0,0,0)

Tints of #A75A24

#A75A24
(167,90,36)
#AF6937
(175,105,55)
#B7784A
(183,120,74)
#BF875D
(191,135,93)
#C79670
(199,150,112)
#CFA583
(207,165,131)
#D7B496
(215,180,150)
#DFC3A9
(223,195,169)
#E7D2BC
(231,210,188)
#EFE1CF
(239,225,207)
#F7F0E2
(247,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A75A24; }

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

This text font color is #A75A24.


Background Color

.myBgColor { background-color: #A75A24; }

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

This div background color is #A75A24.


Border color

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

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

This div border color is #A75A24.


Opacity

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

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

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

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

This text has shadow with #A75A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75A24 on black background.


Color preview on white background

This text has color #A75A24 on white background.



Black color preview on #A75A24 background

This text has black color on #A75A24 background.


White color preview on #A75A24 background

This text has white color on #A75A24 background.