COLOR #A25D5A

HEX: #A25D5A RGB: (162,93,90)

Color info

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

RGB color model

#A25D5A color RGB value is (162,93,90).

RGB: (162,93,90) (64%, 36%, 35%)

RGB channels and saturation

R 162 of 255 = 64%
G 93 of 255 = 36%
B 90 of 255 = 35%

162
93
90

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

Portions of RGB colors in percentages

R + G + B = 162 + 93 + 90 = 345 (100%)
R 162 of 345 ~ 46.96%
G 93 of 345 ~ 26.96%
B 90 of 345 ~ 26.09'%

%46.96
%26.96
%26.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.59%
  • yellow value is 44.44%
  • key color value is 36.47%

CMYK: (0,43,44,36)
C0M43Y44K36 (0%, 43%, 44%, 36%)
(0.00 / 0.43 / 0.44 / 0.36)

CMYK percentages

%0
%42.59
%44.44
%36.47

Codes

Color #A25D5A in popluar color models

A2 5D 5A
RGB 162 93 90
HSL 28.57% 49.41%
HSB/HSV 44.44% 63.53%
CMYK 0.00% 42.59% 44.44%
36.47%

Color #A25D5A in popluar number systems.

HEX A2 5D 5A
Decimal 162 93 90
Binary 10100010 1011101 1011010
Octal 242 135 132

Shades and tints

Shades of #A25D5A

#A25D5A
(162,93,90)
#945552
(148,85,82)
#864D4A
(134,77,74)
#784542
(120,69,66)
#6A3D3A
(106,61,58)
#5C3532
(92,53,50)
#4E2D2A
(78,45,42)
#402522
(64,37,34)
#321D1A
(50,29,26)
#241512
(36,21,18)
#160D0A
(22,13,10)
#000000
(0,0,0)

Tints of #A25D5A

#A25D5A
(162,93,90)
#AA6B69
(170,107,105)
#B27978
(178,121,120)
#BA8787
(186,135,135)
#C29596
(194,149,150)
#CAA3A5
(202,163,165)
#D2B1B4
(210,177,180)
#DABFC3
(218,191,195)
#E2CDD2
(226,205,210)
#EADBE1
(234,219,225)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A25D5A; }

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

This text font color is #A25D5A.

Background Color

.myBgColor { background-color: #A25D5A; }

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

This div background color is #A25D5A.

Border color

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

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

This div border color is #A25D5A.

Opacity

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

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

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

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

This text has shadow with #A25D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A25D5A.

Preview

Color preview on black background

This text has color #A25D5A on black background.


Color preview on white background

This text has color #A25D5A on white background.


Black color preview on #A25D5A background

This text has black color on #A25D5A background.


White color preview on #A25D5A background

This text has white color on #A25D5A background.


Related colors

Complementary color

Complementary color for #hex is #5DA2A5.


I love getcolorcode.com

Triadic colors

1 #5AA25D and #5D5AA2 with #A25D5A are triadic colors.

2 #5A5DA2 and #5DA25A with #A25D5A are triadic colors.