COLOR #A75A3E

HEX: #A75A3E
RGB: (167,90,62)

Color info

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

RGB color model

#A75A3E color RGB value is (167,90,62).

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

RGB channels and saturation

R 167 of 255 = 65%
G 90 of 255 = 35%
B 62 of 255 = 24%

167
90
62

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

Portions of RGB colors in percentages

R + G + B =
167 + 90 + 62 = 319 (100%)
R 167 of 319 ~ 52.35%
G 90 of 319 ~ 28.21%
B 62 of 319 ~ 19.44%

%52.35
%28.21
%19.44

CMYK color model

#A75A3E color CMYK value is (0,46,63,35).

  • cyan value is 0.00%
  • magenta value is 46.11%
  • yellow value is 62.87%
  • key color value is 34.51%
CMYK:
(0,46,63,35)
C0M46Y63K35 
(0%,46%,63%,35%)
(0.00/0.46/0.63/0.35)	

CMYK percentages

%0
%46.11
%62.87
%34.51

Codes

Color #A75A3E in popluar color models

A75A3E
RGB1679062
HSL16°45.85%44.90%
HSB/HSV16°62.87%65.49%
CMYK0.00%46.11%62.87%
34.51%

Color #A75A3E in popluar number systems.

HEXA75A3E
Decimal1679062
Binary101001111011010111110
Octal24713276

Shades and tints

Shades of #A75A3E

#A75A3E
(167,90,62)
#985239
(152,82,57)
#894A34
(137,74,52)
#7A422F
(122,66,47)
#6B3A2A
(107,58,42)
#5C3225
(92,50,37)
#4D2A20
(77,42,32)
#3E221B
(62,34,27)
#2F1A16
(47,26,22)
#201211
(32,18,17)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #A75A3E

#A75A3E
(167,90,62)
#AF694F
(175,105,79)
#B77860
(183,120,96)
#BF8771
(191,135,113)
#C79682
(199,150,130)
#CFA593
(207,165,147)
#D7B4A4
(215,180,164)
#DFC3B5
(223,195,181)
#E7D2C6
(231,210,198)
#EFE1D7
(239,225,215)
#F7F0E8
(247,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A75A3E; }

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

This text font color is #A75A3E.


Background Color

.myBgColor { background-color: #A75A3E; }

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

This div background color is #A75A3E.


Border color

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

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

This div border color is #A75A3E.


Opacity

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

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

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

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

This text has shadow with #A75A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75A3E on black background.


Color preview on white background

This text has color #A75A3E on white background.



Black color preview on #A75A3E background

This text has black color on #A75A3E background.


White color preview on #A75A3E background

This text has white color on #A75A3E background.