COLOR #A25D5C

HEX: #A25D5C RGB: (162,93,92)

Color info

#A25D5C contains mainly red color. Web safe color of #A25D5C is #996666 (or #966).

RGB color model

#A25D5C color RGB value is (162,93,92).

RGB: (162,93,92) (64%, 36%, 36%)

RGB channels and saturation

R 162 of 255 = 64%
G 93 of 255 = 36%
B 92 of 255 = 36%

162
93
92

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

Portions of RGB colors in percentages

R + G + B = 162 + 93 + 92 = 347 (100%)
R 162 of 347 ~ 46.69%
G 93 of 347 ~ 26.8%
B 92 of 347 ~ 26.51'%

%46.69
%26.8
%26.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.59%
  • yellow value is 43.21%
  • key color value is 36.47%
CMYK: (0,43,43,36) C0M43Y43K36 (0%,43%,43%,36%) (0.00/0.43/0.43/0.36) 

CMYK percentages

%0
%42.59
%43.21
%36.47

Codes

Color #A25D5C in popluar color models

A2 5D 5C
RGB 162 93 92
HSL 27.56% 49.80%
HSB/HSV 43.21% 63.53%
CMYK 0.00% 42.59% 43.21%
36.47%

Color #A25D5C in popluar number systems.

HEX A2 5D 5C
Decimal 162 93 92
Binary 10100010 1011101 1011100
Octal 242 135 134

Shades and tints

Shades of #A25D5C

#A25D5C
(162,93,92)
#945554
(148,85,84)
#864D4C
(134,77,76)
#784544
(120,69,68)
#6A3D3C
(106,61,60)
#5C3534
(92,53,52)
#4E2D2C
(78,45,44)
#402524
(64,37,36)
#321D1C
(50,29,28)
#241514
(36,21,20)
#160D0C
(22,13,12)
#000000
(0,0,0)

Tints of #A25D5C

#A25D5C
(162,93,92)
#AA6B6A
(170,107,106)
#B27978
(178,121,120)
#BA8786
(186,135,134)
#C29594
(194,149,148)
#CAA3A2
(202,163,162)
#D2B1B0
(210,177,176)
#DABFBE
(218,191,190)
#E2CDCC
(226,205,204)
#EADBDA
(234,219,218)
#F2E9E8
(242,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A25D5C; }

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

This text font color is #A25D5C.

Background Color

.myBgColor { background-color: #A25D5C; }

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

This div background color is #A25D5C.

Border color

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

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

This div border color is #A25D5C.

Opacity

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

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

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

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

This text has shadow with #A25D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A25D5C.

Preview

Color preview on black background

This text has color #A25D5C on black background.


Color preview on white background

This text has color #A25D5C on white background.


Black color preview on #A25D5C background

This text has black color on #A25D5C background.


White color preview on #A25D5C background

This text has white color on #A25D5C background.


Related colors

Complementary color

Complementary color for #hex is #5DA2A3.


I love getcolorcode.com

Triadic colors

1 #5CA25D and #5D5CA2 with #A25D5C are triadic colors.

2 #5C5DA2 and #5DA25C with #A25D5C are triadic colors.