COLOR #A25049

HEX: #A25049
RGB: (162,80,73)

Color info

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

RGB color model

#A25049 color RGB value is (162,80,73).

  • red value is 162;
  • green value is 80;
  • blue value is 73.
RGB:
(162,80,73)
(64%,31%,29%)

RGB channels and saturation

R 162 of 255 = 64%
G 80 of 255 = 31%
B 73 of 255 = 29%

162
80
73

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

Portions of RGB colors in percentages

R + G + B =
162 + 80 + 73 = 315 (100%)
R 162 of 315 ~ 51.43%
G 80 of 315 ~ 25.4%
B 73 of 315 ~ 23.17%

%51.43
%25.4
%23.17

CMYK color model

#A25049 color CMYK value is (0,51,55,36).

  • cyan value is 0.00%
  • magenta value is 50.62%
  • yellow value is 54.94%
  • key color value is 36.47%
CMYK:
(0,51,55,36)
C0M51Y55K36 
(0%,51%,55%,36%)
(0.00/0.51/0.55/0.36)	

CMYK percentages

%0
%50.62
%54.94
%36.47

Codes

Color #A25049 in popluar color models

A25049
RGB1628073
HSL37.87%46.08%
HSB/HSV54.94%63.53%
CMYK0.00%50.62%54.94%
36.47%

Color #A25049 in popluar number systems.

HEXA25049
Decimal1628073
Binary1010001010100001001001
Octal242120111

Shades and tints

Shades of #A25049

#A25049
(162,80,73)
#944943
(148,73,67)
#86423D
(134,66,61)
#783B37
(120,59,55)
#6A3431
(106,52,49)
#5C2D2B
(92,45,43)
#4E2625
(78,38,37)
#401F1F
(64,31,31)
#321819
(50,24,25)
#241113
(36,17,19)
#160A0D
(22,10,13)
#000000
(0,0,0)

Tints of #A25049

#A25049
(162,80,73)
#AA5F59
(170,95,89)
#B26E69
(178,110,105)
#BA7D79
(186,125,121)
#C28C89
(194,140,137)
#CA9B99
(202,155,153)
#D2AAA9
(210,170,169)
#DAB9B9
(218,185,185)
#E2C8C9
(226,200,201)
#EAD7D9
(234,215,217)
#F2E6E9
(242,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25049 color. Also use rgb(162,80,73) instead hex code.

Text Font Color

.myTextColor { color: #A25049; }

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

This text font color is #A25049.


Background Color

.myBgColor { background-color: #A25049; }

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

This div background color is #A25049.


Border color

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

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

This div border color is #A25049.


Opacity

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

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

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

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

This text has shadow with #A25049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25049 on black background.


Color preview on white background

This text has color #A25049 on white background.



Black color preview on #A25049 background

This text has black color on #A25049 background.


White color preview on #A25049 background

This text has white color on #A25049 background.