COLOR #A05029

HEX: #A05029 RGB: (160,80,41)

Color info

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

RGB color model

#A05029 color RGB value is (160,80,41).

RGB: (160,80,41) (63%, 31%, 16%)

RGB channels and saturation

R 160 of 255 = 63%
G 80 of 255 = 31%
B 41 of 255 = 16%

160
80
41

R + G + B ~ 37%. #A05029 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 160 + 80 + 41 = 281 (100%)
R 160 of 281 ~ 56.94%
G 80 of 281 ~ 28.47%
B 41 of 281 ~ 14.59'%

%56.94
%28.47
%14.59

CMYK color model

#A05029 color CMYK value is (0,50,74,37).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 74.38%
  • key color value is 37.25%

CMYK: (0,50,74,37)
C0M50Y74K37 (0%, 50%, 74%, 37%)
(0.00 / 0.50 / 0.74 / 0.37)

CMYK percentages

%0
%50
%74.38
%37.25

Codes

Color #A05029 in popluar color models

A0 50 29
RGB 160 80 41
HSL 20° 59.20% 39.41%
HSB/HSV 20° 74.38% 62.75%
CMYK 0.00% 50.00% 74.38%
37.25%

Color #A05029 in popluar number systems.

HEX A0 50 29
Decimal 160 80 41
Binary 10100000 1010000 101001
Octal 240 120 51

Shades and tints

Shades of #A05029

#A05029
(160,80,41)
#924926
(146,73,38)
#844223
(132,66,35)
#763B20
(118,59,32)
#68341D
(104,52,29)
#5A2D1A
(90,45,26)
#4C2617
(76,38,23)
#3E1F14
(62,31,20)
#301811
(48,24,17)
#22110E
(34,17,14)
#140A0B
(20,10,11)
#000000
(0,0,0)

Tints of #A05029

#A05029
(160,80,41)
#A85F3C
(168,95,60)
#B06E4F
(176,110,79)
#B87D62
(184,125,98)
#C08C75
(192,140,117)
#C89B88
(200,155,136)
#D0AA9B
(208,170,155)
#D8B9AE
(216,185,174)
#E0C8C1
(224,200,193)
#E8D7D4
(232,215,212)
#F0E6E7
(240,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A05029; }

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

This text font color is #A05029.

Background Color

.myBgColor { background-color: #A05029; }

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

This div background color is #A05029.

Border color

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

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

This div border color is #A05029.

Opacity

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

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

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

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

This text has shadow with #A05029 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A05029.

Preview

Color preview on black background

This text has color #A05029 on black background.


Color preview on white background

This text has color #A05029 on white background.


Black color preview on #A05029 background

This text has black color on #A05029 background.


White color preview on #A05029 background

This text has white color on #A05029 background.


Related colors

Complementary color

Complementary color for #hex is #5FAFD6.


I love getcolorcode.com

Triadic colors

1 #29A050 and #5029A0 with #A05029 are triadic colors.

2 #2950A0 and #50A029 with #A05029 are triadic colors.