COLOR #A8500E

HEX: #A8500E RGB: (168,80,14)

Color info

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

RGB color model

#A8500E color RGB value is (168,80,14).

RGB: (168,80,14) (66%, 31%, 5%)

RGB channels and saturation

R 168 of 255 = 66%
G 80 of 255 = 31%
B 14 of 255 = 5%

168
80
14

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

Portions of RGB colors in percentages

R + G + B = 168 + 80 + 14 = 262 (100%)
R 168 of 262 ~ 64.12%
G 80 of 262 ~ 30.53%
B 14 of 262 ~ 5.34'%

%64.12
%30.53

CMYK color model

#A8500E color CMYK value is (0,52,92,34).

  • cyan value is 0.00%
  • magenta value is 52.38%
  • yellow value is 91.67%
  • key color value is 34.12%

CMYK: (0,52,92,34)
C0M52Y92K34 (0%, 52%, 92%, 34%)
(0.00 / 0.52 / 0.92 / 0.34)

CMYK percentages

%0
%52.38
%91.67
%34.12

Codes

Color #A8500E in popluar color models

A8 50 0E
RGB 168 80 14
HSL 26° 84.62% 35.69%
HSB/HSV 26° 91.67% 65.88%
CMYK 0.00% 52.38% 91.67%
34.12%

Color #A8500E in popluar number systems.

HEX A8 50 0E
Decimal 168 80 14
Binary 10101000 1010000 1110
Octal 250 120 16

Shades and tints

Shades of #A8500E

#A8500E
(168,80,14)
#99490D
(153,73,13)
#8A420C
(138,66,12)
#7B3B0B
(123,59,11)
#6C340A
(108,52,10)
#5D2D09
(93,45,9)
#4E2608
(78,38,8)
#3F1F07
(63,31,7)
#301806
(48,24,6)
#211105
(33,17,5)
#120A04
(18,10,4)
#000000
(0,0,0)

Tints of #A8500E

#A8500E
(168,80,14)
#AF5F23
(175,95,35)
#B66E38
(182,110,56)
#BD7D4D
(189,125,77)
#C48C62
(196,140,98)
#CB9B77
(203,155,119)
#D2AA8C
(210,170,140)
#D9B9A1
(217,185,161)
#E0C8B6
(224,200,182)
#E7D7CB
(231,215,203)
#EEE6E0
(238,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8500E color. Also use rgb(168,80,14) instead hex code.

Text Font Color

.myTextColor { color: #A8500E; }

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

This text font color is #A8500E.

Background Color

.myBgColor { background-color: #A8500E; }

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

This div background color is #A8500E.

Border color

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

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

This div border color is #A8500E.

Opacity

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

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

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

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

This text has shadow with #A8500E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8500E.

Preview

Color preview on black background

This text has color #A8500E on black background.


Color preview on white background

This text has color #A8500E on white background.


Black color preview on #A8500E background

This text has black color on #A8500E background.


White color preview on #A8500E background

This text has white color on #A8500E background.


Related colors

Complementary color

Complementary color for #A8500E is #57AFF1.


I love getcolorcode.com

Triadic colors

1 #0EA850 and #500EA8 with #A8500E are triadic colors.

2 #0E50A8 and #50A80E with #A8500E are triadic colors.