COLOR #A05F41

HEX: #A05F41
RGB: (160,95,65)

Color info

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

RGB color model

#A05F41 color RGB value is (160,95,65).

  • red value is 160;
  • green value is 95;
  • blue value is 65.
RGB:
(160,95,65)
(63%,37%,25%)

RGB channels and saturation

R 160 of 255 = 63%
G 95 of 255 = 37%
B 65 of 255 = 25%

160
95
65

R + G + B ~ 42%. #A05F41 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 95 + 65 = 320 (100%)
R 160 of 320 ~ 50%
G 95 of 320 ~ 29.69%
B 65 of 320 ~ 20.31%

%50
%29.69
%20.31

CMYK color model

#A05F41 color CMYK value is (0,41,59,37).

  • cyan value is 0.00%
  • magenta value is 40.63%
  • yellow value is 59.38%
  • key color value is 37.25%
CMYK:
(0,41,59,37)
C0M41Y59K37 
(0%,41%,59%,37%)
(0.00/0.41/0.59/0.37)	

CMYK percentages

%0
%40.63
%59.38
%37.25

Codes

Color #A05F41 in popluar color models

A05F41
RGB1609565
HSL19°42.22%44.12%
HSB/HSV19°59.38%62.75%
CMYK0.00%40.63%59.38%
37.25%

Color #A05F41 in popluar number systems.

HEXA05F41
Decimal1609565
Binary1010000010111111000001
Octal240137101

Shades and tints

Shades of #A05F41

#A05F41
(160,95,65)
#92573C
(146,87,60)
#844F37
(132,79,55)
#764732
(118,71,50)
#683F2D
(104,63,45)
#5A3728
(90,55,40)
#4C2F23
(76,47,35)
#3E271E
(62,39,30)
#301F19
(48,31,25)
#221714
(34,23,20)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #A05F41

#A05F41
(160,95,65)
#A86D52
(168,109,82)
#B07B63
(176,123,99)
#B88974
(184,137,116)
#C09785
(192,151,133)
#C8A596
(200,165,150)
#D0B3A7
(208,179,167)
#D8C1B8
(216,193,184)
#E0CFC9
(224,207,201)
#E8DDDA
(232,221,218)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A05F41 color. Also use rgb(160,95,65) instead hex code.

Text Font Color

.myTextColor { color: #A05F41; }

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

This text font color is #A05F41.


Background Color

.myBgColor { background-color: #A05F41; }

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

This div background color is #A05F41.


Border color

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

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

This div border color is #A05F41.


Opacity

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

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

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

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

This text has shadow with #A05F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05F41 on black background.


Color preview on white background

This text has color #A05F41 on white background.



Black color preview on #A05F41 background

This text has black color on #A05F41 background.


White color preview on #A05F41 background

This text has white color on #A05F41 background.