COLOR #A05248

HEX: #A05248
RGB: (160,82,72)

Color info

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

RGB color model

#A05248 color RGB value is (160,82,72).

  • red value is 160;
  • green value is 82;
  • blue value is 72.
RGB:
(160,82,72)
(63%,32%,28%)

RGB channels and saturation

R 160 of 255 = 63%
G 82 of 255 = 32%
B 72 of 255 = 28%

160
82
72

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

Portions of RGB colors in percentages

R + G + B =
160 + 82 + 72 = 314 (100%)
R 160 of 314 ~ 50.96%
G 82 of 314 ~ 26.11%
B 72 of 314 ~ 22.93%

%50.96
%26.11
%22.93

CMYK color model

#A05248 color CMYK value is (0,49,55,37).

  • cyan value is 0.00%
  • magenta value is 48.75%
  • yellow value is 55.00%
  • key color value is 37.25%
CMYK:
(0,49,55,37)
C0M49Y55K37 
(0%,49%,55%,37%)
(0.00/0.49/0.55/0.37)	

CMYK percentages

%0
%48.75
%55
%37.25

Codes

Color #A05248 in popluar color models

A05248
RGB1608272
HSL37.93%45.49%
HSB/HSV55.00%62.75%
CMYK0.00%48.75%55.00%
37.25%

Color #A05248 in popluar number systems.

HEXA05248
Decimal1608272
Binary1010000010100101001000
Octal240122110

Shades and tints

Shades of #A05248

#A05248
(160,82,72)
#924B42
(146,75,66)
#84443C
(132,68,60)
#763D36
(118,61,54)
#683630
(104,54,48)
#5A2F2A
(90,47,42)
#4C2824
(76,40,36)
#3E211E
(62,33,30)
#301A18
(48,26,24)
#221312
(34,19,18)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #A05248

#A05248
(160,82,72)
#A86158
(168,97,88)
#B07068
(176,112,104)
#B87F78
(184,127,120)
#C08E88
(192,142,136)
#C89D98
(200,157,152)
#D0ACA8
(208,172,168)
#D8BBB8
(216,187,184)
#E0CAC8
(224,202,200)
#E8D9D8
(232,217,216)
#F0E8E8
(240,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A05248 color. Also use rgb(160,82,72) instead hex code.

Text Font Color

.myTextColor { color: #A05248; }

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

This text font color is #A05248.


Background Color

.myBgColor { background-color: #A05248; }

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

This div background color is #A05248.


Border color

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

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

This div border color is #A05248.


Opacity

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

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

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

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

This text has shadow with #A05248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A05248 on black background.


Color preview on white background

This text has color #A05248 on white background.



Black color preview on #A05248 background

This text has black color on #A05248 background.


White color preview on #A05248 background

This text has white color on #A05248 background.