COLOR #A05349

HEX: #A05349
RGB: (160,83,73)

Color info

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

RGB color model

#A05349 color RGB value is (160,83,73).

  • red value is 160;
  • green value is 83;
  • blue value is 73.
RGB:
(160,83,73)
(63%,33%,29%)

RGB channels and saturation

R 160 of 255 = 63%
G 83 of 255 = 33%
B 73 of 255 = 29%

160
83
73

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

Portions of RGB colors in percentages

R + G + B =
160 + 83 + 73 = 316 (100%)
R 160 of 316 ~ 50.63%
G 83 of 316 ~ 26.27%
B 73 of 316 ~ 23.1%

%50.63
%26.27
%23.1

CMYK color model

#A05349 color CMYK value is (0,48,54,37).

  • cyan value is 0.00%
  • magenta value is 48.13%
  • yellow value is 54.38%
  • key color value is 37.25%
CMYK:
(0,48,54,37)
C0M48Y54K37 
(0%,48%,54%,37%)
(0.00/0.48/0.54/0.37)	

CMYK percentages

%0
%48.13
%54.38
%37.25

Codes

Color #A05349 in popluar color models

A05349
RGB1608373
HSL37.34%45.69%
HSB/HSV54.38%62.75%
CMYK0.00%48.13%54.38%
37.25%

Color #A05349 in popluar number systems.

HEXA05349
Decimal1608373
Binary1010000010100111001001
Octal240123111

Shades and tints

Shades of #A05349

#A05349
(160,83,73)
#924C43
(146,76,67)
#84453D
(132,69,61)
#763E37
(118,62,55)
#683731
(104,55,49)
#5A302B
(90,48,43)
#4C2925
(76,41,37)
#3E221F
(62,34,31)
#301B19
(48,27,25)
#221413
(34,20,19)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #A05349

#A05349
(160,83,73)
#A86259
(168,98,89)
#B07169
(176,113,105)
#B88079
(184,128,121)
#C08F89
(192,143,137)
#C89E99
(200,158,153)
#D0ADA9
(208,173,169)
#D8BCB9
(216,188,185)
#E0CBC9
(224,203,201)
#E8DAD9
(232,218,217)
#F0E9E9
(240,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A05349 color. Also use rgb(160,83,73) instead hex code.

Text Font Color

.myTextColor { color: #A05349; }

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

This text font color is #A05349.


Background Color

.myBgColor { background-color: #A05349; }

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

This div background color is #A05349.


Border color

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

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

This div border color is #A05349.


Opacity

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

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

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

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

This text has shadow with #A05349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05349 on black background.


Color preview on white background

This text has color #A05349 on white background.



Black color preview on #A05349 background

This text has black color on #A05349 background.


White color preview on #A05349 background

This text has white color on #A05349 background.