COLOR #A25F40

HEX: #A25F40
RGB: (162,95,64)

Color info

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

RGB color model

#A25F40 color RGB value is (162,95,64).

  • red value is 162;
  • green value is 95;
  • blue value is 64.
RGB:
(162,95,64)
(64%,37%,25%)

RGB channels and saturation

R 162 of 255 = 64%
G 95 of 255 = 37%
B 64 of 255 = 25%

162
95
64

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

Portions of RGB colors in percentages

R + G + B =
162 + 95 + 64 = 321 (100%)
R 162 of 321 ~ 50.47%
G 95 of 321 ~ 29.6%
B 64 of 321 ~ 19.94%

%50.47
%29.6
%19.94

CMYK color model

#A25F40 color CMYK value is (0,41,60,36).

  • cyan value is 0.00%
  • magenta value is 41.36%
  • yellow value is 60.49%
  • key color value is 36.47%
CMYK:
(0,41,60,36)
C0M41Y60K36 
(0%,41%,60%,36%)
(0.00/0.41/0.60/0.36)	

CMYK percentages

%0
%41.36
%60.49
%36.47

Codes

Color #A25F40 in popluar color models

A25F40
RGB1629564
HSL19°43.36%44.31%
HSB/HSV19°60.49%63.53%
CMYK0.00%41.36%60.49%
36.47%

Color #A25F40 in popluar number systems.

HEXA25F40
Decimal1629564
Binary1010001010111111000000
Octal242137100

Shades and tints

Shades of #A25F40

#A25F40
(162,95,64)
#94573B
(148,87,59)
#864F36
(134,79,54)
#784731
(120,71,49)
#6A3F2C
(106,63,44)
#5C3727
(92,55,39)
#4E2F22
(78,47,34)
#40271D
(64,39,29)
#321F18
(50,31,24)
#241713
(36,23,19)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #A25F40

#A25F40
(162,95,64)
#AA6D51
(170,109,81)
#B27B62
(178,123,98)
#BA8973
(186,137,115)
#C29784
(194,151,132)
#CAA595
(202,165,149)
#D2B3A6
(210,179,166)
#DAC1B7
(218,193,183)
#E2CFC8
(226,207,200)
#EADDD9
(234,221,217)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25F40 color. Also use rgb(162,95,64) instead hex code.

Text Font Color

.myTextColor { color: #A25F40; }

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

This text font color is #A25F40.


Background Color

.myBgColor { background-color: #A25F40; }

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

This div background color is #A25F40.


Border color

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

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

This div border color is #A25F40.


Opacity

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

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

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

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

This text has shadow with #A25F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25F40 on black background.


Color preview on white background

This text has color #A25F40 on white background.



Black color preview on #A25F40 background

This text has black color on #A25F40 background.


White color preview on #A25F40 background

This text has white color on #A25F40 background.