COLOR #A75A32

HEX: #A75A32
RGB: (167,90,50)

Color info

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

RGB color model

#A75A32 color RGB value is (167,90,50).

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

RGB channels and saturation

R 167 of 255 = 65%
G 90 of 255 = 35%
B 50 of 255 = 20%

167
90
50

R + G + B ~ 40%. #A75A32 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 90 + 50 = 307 (100%)
R 167 of 307 ~ 54.4%
G 90 of 307 ~ 29.32%
B 50 of 307 ~ 16.29%

%54.4
%29.32
%16.29

CMYK color model

#A75A32 color CMYK value is (0,46,70,35).

  • cyan value is 0.00%
  • magenta value is 46.11%
  • yellow value is 70.06%
  • key color value is 34.51%
CMYK:
(0,46,70,35)
C0M46Y70K35 
(0%,46%,70%,35%)
(0.00/0.46/0.70/0.35)	

CMYK percentages

%0
%46.11
%70.06
%34.51

Codes

Color #A75A32 in popluar color models

A75A32
RGB1679050
HSL21°53.92%42.55%
HSB/HSV21°70.06%65.49%
CMYK0.00%46.11%70.06%
34.51%

Color #A75A32 in popluar number systems.

HEXA75A32
Decimal1679050
Binary101001111011010110010
Octal24713262

Shades and tints

Shades of #A75A32

#A75A32
(167,90,50)
#98522E
(152,82,46)
#894A2A
(137,74,42)
#7A4226
(122,66,38)
#6B3A22
(107,58,34)
#5C321E
(92,50,30)
#4D2A1A
(77,42,26)
#3E2216
(62,34,22)
#2F1A12
(47,26,18)
#20120E
(32,18,14)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #A75A32

#A75A32
(167,90,50)
#AF6944
(175,105,68)
#B77856
(183,120,86)
#BF8768
(191,135,104)
#C7967A
(199,150,122)
#CFA58C
(207,165,140)
#D7B49E
(215,180,158)
#DFC3B0
(223,195,176)
#E7D2C2
(231,210,194)
#EFE1D4
(239,225,212)
#F7F0E6
(247,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A75A32; }

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

This text font color is #A75A32.


Background Color

.myBgColor { background-color: #A75A32; }

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

This div background color is #A75A32.


Border color

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

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

This div border color is #A75A32.


Opacity

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

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

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

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

This text has shadow with #A75A32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75A32 on black background.


Color preview on white background

This text has color #A75A32 on white background.



Black color preview on #A75A32 background

This text has black color on #A75A32 background.


White color preview on #A75A32 background

This text has white color on #A75A32 background.