COLOR #A75F11

HEX: #A75F11
RGB: (167,95,17)

Color info

#A75F11 contains mainly red color. Web safe color of #A75F11 is #996600 (or #960).

RGB color model

#A75F11 color RGB value is (167,95,17).

  • red value is 167;
  • green value is 95;
  • blue value is 17.
RGB:
(167,95,17)
(65%,37%,7%)

RGB channels and saturation

R 167 of 255 = 65%
G 95 of 255 = 37%
B 17 of 255 = 7%

167
95
17

R + G + B ~ 36%. #A75F11 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 95 + 17 = 279 (100%)
R 167 of 279 ~ 59.86%
G 95 of 279 ~ 34.05%
B 17 of 279 ~ 6.09%

%59.86
%34.05

CMYK color model

#A75F11 color CMYK value is (0,43,90,35).

  • cyan value is 0.00%
  • magenta value is 43.11%
  • yellow value is 89.82%
  • key color value is 34.51%
CMYK:
(0,43,90,35)
C0M43Y90K35 
(0%,43%,90%,35%)
(0.00/0.43/0.90/0.35)	

CMYK percentages

%0
%43.11
%89.82
%34.51

Codes

Color #A75F11 in popluar color models

A75F11
RGB1679517
HSL31°81.52%36.08%
HSB/HSV31°89.82%65.49%
CMYK0.00%43.11%89.82%
34.51%

Color #A75F11 in popluar number systems.

HEXA75F11
Decimal1679517
Binary10100111101111110001
Octal24713721

Shades and tints

Shades of #A75F11

#A75F11
(167,95,17)
#985710
(152,87,16)
#894F0F
(137,79,15)
#7A470E
(122,71,14)
#6B3F0D
(107,63,13)
#5C370C
(92,55,12)
#4D2F0B
(77,47,11)
#3E270A
(62,39,10)
#2F1F09
(47,31,9)
#201708
(32,23,8)
#110F07
(17,15,7)
#000000
(0,0,0)

Tints of #A75F11

#A75F11
(167,95,17)
#AF6D26
(175,109,38)
#B77B3B
(183,123,59)
#BF8950
(191,137,80)
#C79765
(199,151,101)
#CFA57A
(207,165,122)
#D7B38F
(215,179,143)
#DFC1A4
(223,193,164)
#E7CFB9
(231,207,185)
#EFDDCE
(239,221,206)
#F7EBE3
(247,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75F11 color. Also use rgb(167,95,17) instead hex code.

Text Font Color

.myTextColor { color: #A75F11; }

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

This text font color is #A75F11.


Background Color

.myBgColor { background-color: #A75F11; }

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

This div background color is #A75F11.


Border color

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

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

This div border color is #A75F11.


Opacity

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

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

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

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

This text has shadow with #A75F11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75F11 on black background.


Color preview on white background

This text has color #A75F11 on white background.



Black color preview on #A75F11 background

This text has black color on #A75F11 background.


White color preview on #A75F11 background

This text has white color on #A75F11 background.