COLOR #A04428

HEX: #A04428
RGB: (160,68,40)

Color info

#A04428 contains mainly red color. Web safe color of #A04428 is #993333 (or #933).

RGB color model

#A04428 color RGB value is (160,68,40).

  • red value is 160;
  • green value is 68;
  • blue value is 40.
RGB:
(160,68,40)
(63%,27%,16%)

RGB channels and saturation

R 160 of 255 = 63%
G 68 of 255 = 27%
B 40 of 255 = 16%

160
68
40

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

Portions of RGB colors in percentages

R + G + B =
160 + 68 + 40 = 268 (100%)
R 160 of 268 ~ 59.7%
G 68 of 268 ~ 25.37%
B 40 of 268 ~ 14.93%

%59.7
%25.37
%14.93

CMYK color model

#A04428 color CMYK value is (0,58,75,37).

  • cyan value is 0.00%
  • magenta value is 57.50%
  • yellow value is 75.00%
  • key color value is 37.25%
CMYK:
(0,58,75,37)
C0M58Y75K37 
(0%,58%,75%,37%)
(0.00/0.58/0.75/0.37)	

CMYK percentages

%0
%57.5
%75
%37.25

Codes

Color #A04428 in popluar color models

A04428
RGB1606840
HSL14°60.00%39.22%
HSB/HSV14°75.00%62.75%
CMYK0.00%57.50%75.00%
37.25%

Color #A04428 in popluar number systems.

HEXA04428
Decimal1606840
Binary101000001000100101000
Octal24010450

Shades and tints

Shades of #A04428

#A04428
(160,68,40)
#923E25
(146,62,37)
#843822
(132,56,34)
#76321F
(118,50,31)
#682C1C
(104,44,28)
#5A2619
(90,38,25)
#4C2016
(76,32,22)
#3E1A13
(62,26,19)
#301410
(48,20,16)
#220E0D
(34,14,13)
#14080A
(20,8,10)
#000000
(0,0,0)

Tints of #A04428

#A04428
(160,68,40)
#A8553B
(168,85,59)
#B0664E
(176,102,78)
#B87761
(184,119,97)
#C08874
(192,136,116)
#C89987
(200,153,135)
#D0AA9A
(208,170,154)
#D8BBAD
(216,187,173)
#E0CCC0
(224,204,192)
#E8DDD3
(232,221,211)
#F0EEE6
(240,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04428 color. Also use rgb(160,68,40) instead hex code.

Text Font Color

.myTextColor { color: #A04428; }

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

This text font color is #A04428.


Background Color

.myBgColor { background-color: #A04428; }

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

This div background color is #A04428.


Border color

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

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

This div border color is #A04428.


Opacity

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

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

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

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

This text has shadow with #A04428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04428 on black background.


Color preview on white background

This text has color #A04428 on white background.



Black color preview on #A04428 background

This text has black color on #A04428 background.


White color preview on #A04428 background

This text has white color on #A04428 background.