COLOR #A25350

HEX: #A25350 RGB: (162,83,80)

Color info

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

RGB color model

#A25350 color RGB value is (162,83,80).

RGB: (162,83,80) (64%, 33%, 31%)

RGB channels and saturation

R 162 of 255 = 64%
G 83 of 255 = 33%
B 80 of 255 = 31%

162
83
80

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

Portions of RGB colors in percentages

R + G + B = 162 + 83 + 80 = 325 (100%)
R 162 of 325 ~ 49.85%
G 83 of 325 ~ 25.54%
B 80 of 325 ~ 24.62'%

%49.85
%25.54
%24.62

CMYK color model

#A25350 color CMYK value is (0,49,51,36).

  • cyan value is 0.00%
  • magenta value is 48.77%
  • yellow value is 50.62%
  • key color value is 36.47%

CMYK: (0,49,51,36)
C0M49Y51K36 (0%, 49%, 51%, 36%)
(0.00 / 0.49 / 0.51 / 0.36)

CMYK percentages

%0
%48.77
%50.62
%36.47

Codes

Color #A25350 in popluar color models

A2 53 50
RGB 162 83 80
HSL 33.88% 47.45%
HSB/HSV 50.62% 63.53%
CMYK 0.00% 48.77% 50.62%
36.47%

Color #A25350 in popluar number systems.

HEX A2 53 50
Decimal 162 83 80
Binary 10100010 1010011 1010000
Octal 242 123 120

Shades and tints

Shades of #A25350

#A25350
(162,83,80)
#944C49
(148,76,73)
#864542
(134,69,66)
#783E3B
(120,62,59)
#6A3734
(106,55,52)
#5C302D
(92,48,45)
#4E2926
(78,41,38)
#40221F
(64,34,31)
#321B18
(50,27,24)
#241411
(36,20,17)
#160D0A
(22,13,10)
#000000
(0,0,0)

Tints of #A25350

#A25350
(162,83,80)
#AA625F
(170,98,95)
#B2716E
(178,113,110)
#BA807D
(186,128,125)
#C28F8C
(194,143,140)
#CA9E9B
(202,158,155)
#D2ADAA
(210,173,170)
#DABCB9
(218,188,185)
#E2CBC8
(226,203,200)
#EADAD7
(234,218,215)
#F2E9E6
(242,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A25350; }

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

This text font color is #A25350.

Background Color

.myBgColor { background-color: #A25350; }

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

This div background color is #A25350.

Border color

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

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

This div border color is #A25350.

Opacity

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

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

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

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

This text has shadow with #A25350 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A25350.

Preview

Color preview on black background

This text has color #A25350 on black background.


Color preview on white background

This text has color #A25350 on white background.


Black color preview on #A25350 background

This text has black color on #A25350 background.


White color preview on #A25350 background

This text has white color on #A25350 background.


Related colors

Complementary color

Complementary color for #hex is #5DACAF.


I love getcolorcode.com

Triadic colors

1 #50A253 and #5350A2 with #A25350 are triadic colors.

2 #5053A2 and #53A250 with #A25350 are triadic colors.