COLOR #A75E10

HEX: #A75E10
RGB: (167,94,16)

Color info

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

RGB color model

#A75E10 color RGB value is (167,94,16).

  • red value is 167;
  • green value is 94;
  • blue value is 16.
RGB:
(167,94,16)
(65%,37%,6%)

RGB channels and saturation

R 167 of 255 = 65%
G 94 of 255 = 37%
B 16 of 255 = 6%

167
94
16

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

Portions of RGB colors in percentages

R + G + B =
167 + 94 + 16 = 277 (100%)
R 167 of 277 ~ 60.29%
G 94 of 277 ~ 33.94%
B 16 of 277 ~ 5.78%

%60.29
%33.94

CMYK color model

#A75E10 color CMYK value is (0,44,90,35).

  • cyan value is 0.00%
  • magenta value is 43.71%
  • yellow value is 90.42%
  • key color value is 34.51%
CMYK:
(0,44,90,35)
C0M44Y90K35 
(0%,44%,90%,35%)
(0.00/0.44/0.90/0.35)	

CMYK percentages

%0
%43.71
%90.42
%34.51

Codes

Color #A75E10 in popluar color models

A75E10
RGB1679416
HSL31°82.51%35.88%
HSB/HSV31°90.42%65.49%
CMYK0.00%43.71%90.42%
34.51%

Color #A75E10 in popluar number systems.

HEXA75E10
Decimal1679416
Binary10100111101111010000
Octal24713620

Shades and tints

Shades of #A75E10

#A75E10
(167,94,16)
#98560F
(152,86,15)
#894E0E
(137,78,14)
#7A460D
(122,70,13)
#6B3E0C
(107,62,12)
#5C360B
(92,54,11)
#4D2E0A
(77,46,10)
#3E2609
(62,38,9)
#2F1E08
(47,30,8)
#201607
(32,22,7)
#110E06
(17,14,6)
#000000
(0,0,0)

Tints of #A75E10

#A75E10
(167,94,16)
#AF6C25
(175,108,37)
#B77A3A
(183,122,58)
#BF884F
(191,136,79)
#C79664
(199,150,100)
#CFA479
(207,164,121)
#D7B28E
(215,178,142)
#DFC0A3
(223,192,163)
#E7CEB8
(231,206,184)
#EFDCCD
(239,220,205)
#F7EAE2
(247,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75E10 color. Also use rgb(167,94,16) instead hex code.

Text Font Color

.myTextColor { color: #A75E10; }

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

This text font color is #A75E10.


Background Color

.myBgColor { background-color: #A75E10; }

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

This div background color is #A75E10.


Border color

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

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

This div border color is #A75E10.


Opacity

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

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

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

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

This text has shadow with #A75E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75E10 on black background.


Color preview on white background

This text has color #A75E10 on white background.



Black color preview on #A75E10 background

This text has black color on #A75E10 background.


White color preview on #A75E10 background

This text has white color on #A75E10 background.