COLOR #A25D4A

HEX: #A25D4A
RGB: (162,93,74)

Color info

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

RGB color model

#A25D4A color RGB value is (162,93,74).

  • red value is 162;
  • green value is 93;
  • blue value is 74.
RGB:
(162,93,74)
(64%,36%,29%)

RGB channels and saturation

R 162 of 255 = 64%
G 93 of 255 = 36%
B 74 of 255 = 29%

162
93
74

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

Portions of RGB colors in percentages

R + G + B =
162 + 93 + 74 = 329 (100%)
R 162 of 329 ~ 49.24%
G 93 of 329 ~ 28.27%
B 74 of 329 ~ 22.49%

%49.24
%28.27
%22.49

CMYK color model

#A25D4A color CMYK value is (0,43,54,36).

  • cyan value is 0.00%
  • magenta value is 42.59%
  • yellow value is 54.32%
  • key color value is 36.47%
CMYK:
(0,43,54,36)
C0M43Y54K36 
(0%,43%,54%,36%)
(0.00/0.43/0.54/0.36)	

CMYK percentages

%0
%42.59
%54.32
%36.47

Codes

Color #A25D4A in popluar color models

A25D4A
RGB1629374
HSL13°37.29%46.27%
HSB/HSV13°54.32%63.53%
CMYK0.00%42.59%54.32%
36.47%

Color #A25D4A in popluar number systems.

HEXA25D4A
Decimal1629374
Binary1010001010111011001010
Octal242135112

Shades and tints

Shades of #A25D4A

#A25D4A
(162,93,74)
#945544
(148,85,68)
#864D3E
(134,77,62)
#784538
(120,69,56)
#6A3D32
(106,61,50)
#5C352C
(92,53,44)
#4E2D26
(78,45,38)
#402520
(64,37,32)
#321D1A
(50,29,26)
#241514
(36,21,20)
#160D0E
(22,13,14)
#000000
(0,0,0)

Tints of #A25D4A

#A25D4A
(162,93,74)
#AA6B5A
(170,107,90)
#B2796A
(178,121,106)
#BA877A
(186,135,122)
#C2958A
(194,149,138)
#CAA39A
(202,163,154)
#D2B1AA
(210,177,170)
#DABFBA
(218,191,186)
#E2CDCA
(226,205,202)
#EADBDA
(234,219,218)
#F2E9EA
(242,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25D4A color. Also use rgb(162,93,74) instead hex code.

Text Font Color

.myTextColor { color: #A25D4A; }

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

This text font color is #A25D4A.


Background Color

.myBgColor { background-color: #A25D4A; }

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

This div background color is #A25D4A.


Border color

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

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

This div border color is #A25D4A.


Opacity

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

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

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

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

This text has shadow with #A25D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25D4A on black background.


Color preview on white background

This text has color #A25D4A on white background.



Black color preview on #A25D4A background

This text has black color on #A25D4A background.


White color preview on #A25D4A background

This text has white color on #A25D4A background.