COLOR #A4580E

HEX: #A4580E RGB: (164,88,14)

Color info

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

RGB color model

#A4580E color RGB value is (164,88,14).

RGB: (164,88,14) (64%, 35%, 5%)

RGB channels and saturation

R 164 of 255 = 64%
G 88 of 255 = 35%
B 14 of 255 = 5%

164
88
14

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

Portions of RGB colors in percentages

R + G + B = 164 + 88 + 14 = 266 (100%)
R 164 of 266 ~ 61.65%
G 88 of 266 ~ 33.08%
B 14 of 266 ~ 5.26'%

%61.65
%33.08

CMYK color model

#A4580E color CMYK value is (0,46,91,36).

  • cyan value is 0.00%
  • magenta value is 46.34%
  • yellow value is 91.46%
  • key color value is 35.69%

CMYK: (0,46,91,36)
C0M46Y91K36 (0%, 46%, 91%, 36%)
(0.00 / 0.46 / 0.91 / 0.36)

CMYK percentages

%0
%46.34
%91.46
%35.69

Codes

Color #A4580E in popluar color models

A4 58 0E
RGB 164 88 14
HSL 30° 84.27% 34.90%
HSB/HSV 30° 91.46% 64.31%
CMYK 0.00% 46.34% 91.46%
35.69%

Color #A4580E in popluar number systems.

HEX A4 58 0E
Decimal 164 88 14
Binary 10100100 1011000 1110
Octal 244 130 16

Shades and tints

Shades of #A4580E

#A4580E
(164,88,14)
#96500D
(150,80,13)
#88480C
(136,72,12)
#7A400B
(122,64,11)
#6C380A
(108,56,10)
#5E3009
(94,48,9)
#502808
(80,40,8)
#422007
(66,32,7)
#341806
(52,24,6)
#261005
(38,16,5)
#180804
(24,8,4)
#000000
(0,0,0)

Tints of #A4580E

#A4580E
(164,88,14)
#AC6723
(172,103,35)
#B47638
(180,118,56)
#BC854D
(188,133,77)
#C49462
(196,148,98)
#CCA377
(204,163,119)
#D4B28C
(212,178,140)
#DCC1A1
(220,193,161)
#E4D0B6
(228,208,182)
#ECDFCB
(236,223,203)
#F4EEE0
(244,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4580E color. Also use rgb(164,88,14) instead hex code.

Text Font Color

.myTextColor { color: #A4580E; }

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

This text font color is #A4580E.

Background Color

.myBgColor { background-color: #A4580E; }

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

This div background color is #A4580E.

Border color

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

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

This div border color is #A4580E.

Opacity

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

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

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

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

This text has shadow with #A4580E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4580E.

Preview

Color preview on black background

This text has color #A4580E on black background.


Color preview on white background

This text has color #A4580E on white background.


Black color preview on #A4580E background

This text has black color on #A4580E background.


White color preview on #A4580E background

This text has white color on #A4580E background.


Related colors

Complementary color

Complementary color for #hex is #5BA7F1.


I love getcolorcode.com

Triadic colors

1 #0EA458 and #580EA4 with #A4580E are triadic colors.

2 #0E58A4 and #58A40E with #A4580E are triadic colors.