COLOR #A05929

HEX: #A05929
RGB: (160,89,41)

Color info

#A05929 contains mainly red color. Web safe color of #A05929 is #996633 (or #963).

RGB color model

#A05929 color RGB value is (160,89,41).

  • red value is 160;
  • green value is 89;
  • blue value is 41.
RGB:
(160,89,41)
(63%,35%,16%)

RGB channels and saturation

R 160 of 255 = 63%
G 89 of 255 = 35%
B 41 of 255 = 16%

160
89
41

R + G + B ~ 38%. #A05929 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 89 + 41 = 290 (100%)
R 160 of 290 ~ 55.17%
G 89 of 290 ~ 30.69%
B 41 of 290 ~ 14.14%

%55.17
%30.69
%14.14

CMYK color model

#A05929 color CMYK value is (0,44,74,37).

  • cyan value is 0.00%
  • magenta value is 44.38%
  • yellow value is 74.38%
  • key color value is 37.25%
CMYK:
(0,44,74,37)
C0M44Y74K37 
(0%,44%,74%,37%)
(0.00/0.44/0.74/0.37)	

CMYK percentages

%0
%44.38
%74.38
%37.25

Codes

Color #A05929 in popluar color models

A05929
RGB1608941
HSL24°59.20%39.41%
HSB/HSV24°74.38%62.75%
CMYK0.00%44.38%74.38%
37.25%

Color #A05929 in popluar number systems.

HEXA05929
Decimal1608941
Binary101000001011001101001
Octal24013151

Shades and tints

Shades of #A05929

#A05929
(160,89,41)
#925126
(146,81,38)
#844923
(132,73,35)
#764120
(118,65,32)
#68391D
(104,57,29)
#5A311A
(90,49,26)
#4C2917
(76,41,23)
#3E2114
(62,33,20)
#301911
(48,25,17)
#22110E
(34,17,14)
#14090B
(20,9,11)
#000000
(0,0,0)

Tints of #A05929

#A05929
(160,89,41)
#A8683C
(168,104,60)
#B0774F
(176,119,79)
#B88662
(184,134,98)
#C09575
(192,149,117)
#C8A488
(200,164,136)
#D0B39B
(208,179,155)
#D8C2AE
(216,194,174)
#E0D1C1
(224,209,193)
#E8E0D4
(232,224,212)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A05929 color. Also use rgb(160,89,41) instead hex code.

Text Font Color

.myTextColor { color: #A05929; }

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

This text font color is #A05929.


Background Color

.myBgColor { background-color: #A05929; }

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

This div background color is #A05929.


Border color

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

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

This div border color is #A05929.


Opacity

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

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

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

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

This text has shadow with #A05929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05929 on black background.


Color preview on white background

This text has color #A05929 on white background.



Black color preview on #A05929 background

This text has black color on #A05929 background.


White color preview on #A05929 background

This text has white color on #A05929 background.