COLOR #A25128

HEX: #A25128
RGB: (162,81,40)

Color info

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

RGB color model

#A25128 color RGB value is (162,81,40).

  • red value is 162;
  • green value is 81;
  • blue value is 40.
RGB:
(162,81,40)
(64%,32%,16%)

RGB channels and saturation

R 162 of 255 = 64%
G 81 of 255 = 32%
B 40 of 255 = 16%

162
81
40

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

Portions of RGB colors in percentages

R + G + B =
162 + 81 + 40 = 283 (100%)
R 162 of 283 ~ 57.24%
G 81 of 283 ~ 28.62%
B 40 of 283 ~ 14.13%

%57.24
%28.62
%14.13

CMYK color model

#A25128 color CMYK value is (0,50,75,36).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 75.31%
  • key color value is 36.47%
CMYK:
(0,50,75,36)
C0M50Y75K36 
(0%,50%,75%,36%)
(0.00/0.50/0.75/0.36)	

CMYK percentages

%0
%50
%75.31
%36.47

Codes

Color #A25128 in popluar color models

A25128
RGB1628140
HSL20°60.40%39.61%
HSB/HSV20°75.31%63.53%
CMYK0.00%50.00%75.31%
36.47%

Color #A25128 in popluar number systems.

HEXA25128
Decimal1628140
Binary101000101010001101000
Octal24212150

Shades and tints

Shades of #A25128

#A25128
(162,81,40)
#944A25
(148,74,37)
#864322
(134,67,34)
#783C1F
(120,60,31)
#6A351C
(106,53,28)
#5C2E19
(92,46,25)
#4E2716
(78,39,22)
#402013
(64,32,19)
#321910
(50,25,16)
#24120D
(36,18,13)
#160B0A
(22,11,10)
#000000
(0,0,0)

Tints of #A25128

#A25128
(162,81,40)
#AA603B
(170,96,59)
#B26F4E
(178,111,78)
#BA7E61
(186,126,97)
#C28D74
(194,141,116)
#CA9C87
(202,156,135)
#D2AB9A
(210,171,154)
#DABAAD
(218,186,173)
#E2C9C0
(226,201,192)
#EAD8D3
(234,216,211)
#F2E7E6
(242,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25128 color. Also use rgb(162,81,40) instead hex code.

Text Font Color

.myTextColor { color: #A25128; }

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

This text font color is #A25128.


Background Color

.myBgColor { background-color: #A25128; }

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

This div background color is #A25128.


Border color

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

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

This div border color is #A25128.


Opacity

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

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

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

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

This text has shadow with #A25128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25128 on black background.


Color preview on white background

This text has color #A25128 on white background.



Black color preview on #A25128 background

This text has black color on #A25128 background.


White color preview on #A25128 background

This text has white color on #A25128 background.