COLOR #A25335

HEX: #A25335
RGB: (162,83,53)

Color info

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

RGB color model

#A25335 color RGB value is (162,83,53).

  • red value is 162;
  • green value is 83;
  • blue value is 53.
RGB:
(162,83,53)
(64%,33%,21%)

RGB channels and saturation

R 162 of 255 = 64%
G 83 of 255 = 33%
B 53 of 255 = 21%

162
83
53

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

Portions of RGB colors in percentages

R + G + B =
162 + 83 + 53 = 298 (100%)
R 162 of 298 ~ 54.36%
G 83 of 298 ~ 27.85%
B 53 of 298 ~ 17.79%

%54.36
%27.85
%17.79

CMYK color model

#A25335 color CMYK value is (0,49,67,36).

  • cyan value is 0.00%
  • magenta value is 48.77%
  • yellow value is 67.28%
  • key color value is 36.47%
CMYK:
(0,49,67,36)
C0M49Y67K36 
(0%,49%,67%,36%)
(0.00/0.49/0.67/0.36)	

CMYK percentages

%0
%48.77
%67.28
%36.47

Codes

Color #A25335 in popluar color models

A25335
RGB1628353
HSL17°50.70%42.16%
HSB/HSV17°67.28%63.53%
CMYK0.00%48.77%67.28%
36.47%

Color #A25335 in popluar number systems.

HEXA25335
Decimal1628353
Binary101000101010011110101
Octal24212365

Shades and tints

Shades of #A25335

#A25335
(162,83,53)
#944C31
(148,76,49)
#86452D
(134,69,45)
#783E29
(120,62,41)
#6A3725
(106,55,37)
#5C3021
(92,48,33)
#4E291D
(78,41,29)
#402219
(64,34,25)
#321B15
(50,27,21)
#241411
(36,20,17)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #A25335

#A25335
(162,83,53)
#AA6247
(170,98,71)
#B27159
(178,113,89)
#BA806B
(186,128,107)
#C28F7D
(194,143,125)
#CA9E8F
(202,158,143)
#D2ADA1
(210,173,161)
#DABCB3
(218,188,179)
#E2CBC5
(226,203,197)
#EADAD7
(234,218,215)
#F2E9E9
(242,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25335 color. Also use rgb(162,83,53) instead hex code.

Text Font Color

.myTextColor { color: #A25335; }

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

This text font color is #A25335.


Background Color

.myBgColor { background-color: #A25335; }

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

This div background color is #A25335.


Border color

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

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

This div border color is #A25335.


Opacity

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

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

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

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

This text has shadow with #A25335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25335 on black background.


Color preview on white background

This text has color #A25335 on white background.



Black color preview on #A25335 background

This text has black color on #A25335 background.


White color preview on #A25335 background

This text has white color on #A25335 background.