COLOR #A25F28

HEX: #A25F28
RGB: (162,95,40)

Color info

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

RGB color model

#A25F28 color RGB value is (162,95,40).

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

RGB channels and saturation

R 162 of 255 = 64%
G 95 of 255 = 37%
B 40 of 255 = 16%

162
95
40

R + G + B ~ 39%. #A25F28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
162 + 95 + 40 = 297 (100%)
R 162 of 297 ~ 54.55%
G 95 of 297 ~ 31.99%
B 40 of 297 ~ 13.47%

%54.55
%31.99
%13.47

CMYK color model

#A25F28 color CMYK value is (0,41,75,36).

  • cyan value is 0.00%
  • magenta value is 41.36%
  • yellow value is 75.31%
  • key color value is 36.47%
CMYK: (0,41,75,36) C0M41Y75K36 (0%,41%,75%,36%) (0.00/0.41/0.75/0.36)

CMYK percentages

%0
%41.36
%75.31
%36.47

Codes

Color #A25F28 in popluar color models

A25F28
RGB1629540
HSL27°60.40%39.61%
HSB/HSV27°75.31%63.53%
CMYK0.00%41.36%75.31%
36.47%

Color #A25F28 in popluar number systems.

HEXA25F28
Decimal1629540
Binary101000101011111101000
Octal24213750

Shades and tints

Shades of #A25F28

#A25F28
(162,95,40)
#945725
(148,87,37)
#864F22
(134,79,34)
#78471F
(120,71,31)
#6A3F1C
(106,63,28)
#5C3719
(92,55,25)
#4E2F16
(78,47,22)
#402713
(64,39,19)
#321F10
(50,31,16)
#24170D
(36,23,13)
#160F0A
(22,15,10)
#000000
(0,0,0)

Tints of #A25F28

#A25F28
(162,95,40)
#AA6D3B
(170,109,59)
#B27B4E
(178,123,78)
#BA8961
(186,137,97)
#C29774
(194,151,116)
#CAA587
(202,165,135)
#D2B39A
(210,179,154)
#DAC1AD
(218,193,173)
#E2CFC0
(226,207,192)
#EADDD3
(234,221,211)
#F2EBE6
(242,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A25F28; }

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

This text font color is #A25F28.


Background Color

.myBgColor { background-color: #A25F28; }

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

This div background color is #A25F28.


Border color

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

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

This div border color is #A25F28.


Opacity

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

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

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

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

This text has shadow with #A25F28 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A25F28 on black background.


Color preview on white background

This text has color #A25F28 on white background.



Black color preview on #A25F28 background

This text has black color on #A25F28 background.


White color preview on #A25F28 background

This text has white color on #A25F28 background.