COLOR #A75011

HEX: #A75011
RGB: (167,80,17)

Color info

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

RGB color model

#A75011 color RGB value is (167,80,17).

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

RGB channels and saturation

R 167 of 255 = 65%
G 80 of 255 = 31%
B 17 of 255 = 7%

167
80
17

R + G + B ~ 34%. #A75011 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 80 + 17 = 264 (100%)
R 167 of 264 ~ 63.26%
G 80 of 264 ~ 30.3%
B 17 of 264 ~ 6.44%

%63.26
%30.3

CMYK color model

#A75011 color CMYK value is (0,52,90,35).

  • cyan value is 0.00%
  • magenta value is 52.10%
  • yellow value is 89.82%
  • key color value is 34.51%
CMYK:
(0,52,90,35)
C0M52Y90K35 
(0%,52%,90%,35%)
(0.00/0.52/0.90/0.35)	

CMYK percentages

%0
%52.1
%89.82
%34.51

Codes

Color #A75011 in popluar color models

A75011
RGB1678017
HSL25°81.52%36.08%
HSB/HSV25°89.82%65.49%
CMYK0.00%52.10%89.82%
34.51%

Color #A75011 in popluar number systems.

HEXA75011
Decimal1678017
Binary10100111101000010001
Octal24712021

Shades and tints

Shades of #A75011

#A75011
(167,80,17)
#984910
(152,73,16)
#89420F
(137,66,15)
#7A3B0E
(122,59,14)
#6B340D
(107,52,13)
#5C2D0C
(92,45,12)
#4D260B
(77,38,11)
#3E1F0A
(62,31,10)
#2F1809
(47,24,9)
#201108
(32,17,8)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #A75011

#A75011
(167,80,17)
#AF5F26
(175,95,38)
#B76E3B
(183,110,59)
#BF7D50
(191,125,80)
#C78C65
(199,140,101)
#CF9B7A
(207,155,122)
#D7AA8F
(215,170,143)
#DFB9A4
(223,185,164)
#E7C8B9
(231,200,185)
#EFD7CE
(239,215,206)
#F7E6E3
(247,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A75011; }

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

This text font color is #A75011.


Background Color

.myBgColor { background-color: #A75011; }

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

This div background color is #A75011.


Border color

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

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

This div border color is #A75011.


Opacity

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

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

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

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

This text has shadow with #A75011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75011 on black background.


Color preview on white background

This text has color #A75011 on white background.



Black color preview on #A75011 background

This text has black color on #A75011 background.


White color preview on #A75011 background

This text has white color on #A75011 background.