COLOR #A8580A

HEX: #A8580A
RGB: (168,88,10)

Color info

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

RGB color model

#A8580A color RGB value is (168,88,10).

  • red value is 168;
  • green value is 88;
  • blue value is 10.
RGB:
(168,88,10)
(66%,35%,4%)

RGB channels and saturation

R 168 of 255 = 66%
G 88 of 255 = 35%
B 10 of 255 = 4%

168
88
10

R + G + B ~ 35%. #A8580A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 88 + 10 = 266 (100%)
R 168 of 266 ~ 63.16%
G 88 of 266 ~ 33.08%
B 10 of 266 ~ 3.76%

%63.16
%33.08

CMYK color model

#A8580A color CMYK value is (0,48,94,34).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 94.05%
  • key color value is 34.12%
CMYK:
(0,48,94,34)
C0M48Y94K34 
(0%,48%,94%,34%)
(0.00/0.48/0.94/0.34)	

CMYK percentages

%0
%47.62
%94.05
%34.12

Codes

Color #A8580A in popluar color models

A8580A
RGB1688810
HSL30°88.76%34.90%
HSB/HSV30°94.05%65.88%
CMYK0.00%47.62%94.05%
34.12%

Color #A8580A in popluar number systems.

HEXA8580A
Decimal1688810
Binary1010100010110001010
Octal25013012

Shades and tints

Shades of #A8580A

#A8580A
(168,88,10)
#99500A
(153,80,10)
#8A480A
(138,72,10)
#7B400A
(123,64,10)
#6C380A
(108,56,10)
#5D300A
(93,48,10)
#4E280A
(78,40,10)
#3F200A
(63,32,10)
#30180A
(48,24,10)
#21100A
(33,16,10)
#12080A
(18,8,10)
#000000
(0,0,0)

Tints of #A8580A

#A8580A
(168,88,10)
#AF6720
(175,103,32)
#B67636
(182,118,54)
#BD854C
(189,133,76)
#C49462
(196,148,98)
#CBA378
(203,163,120)
#D2B28E
(210,178,142)
#D9C1A4
(217,193,164)
#E0D0BA
(224,208,186)
#E7DFD0
(231,223,208)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8580A color. Also use rgb(168,88,10) instead hex code.

Text Font Color

.myTextColor { color: #A8580A; }

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

This text font color is #A8580A.


Background Color

.myBgColor { background-color: #A8580A; }

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

This div background color is #A8580A.


Border color

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

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

This div border color is #A8580A.


Opacity

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

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

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

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

This text has shadow with #A8580A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8580A on black background.


Color preview on white background

This text has color #A8580A on white background.



Black color preview on #A8580A background

This text has black color on #A8580A background.


White color preview on #A8580A background

This text has white color on #A8580A background.