COLOR #A15355

HEX: #A15355 RGB: (161,83,85)

Color info

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

RGB color model

#A15355 color RGB value is (161,83,85).

RGB: (161,83,85) (63%, 33%, 33%)

RGB channels and saturation

R 161 of 255 = 63%
G 83 of 255 = 33%
B 85 of 255 = 33%

161
83
85

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

Portions of RGB colors in percentages

R + G + B = 161 + 83 + 85 = 329 (100%)
R 161 of 329 ~ 48.94%
G 83 of 329 ~ 25.23%
B 85 of 329 ~ 25.84'%

%48.94
%25.23
%25.84

CMYK color model

#A15355 color CMYK value is (0,48,47,37).

  • cyan value is 0.00%
  • magenta value is 48.45%
  • yellow value is 47.20%
  • key color value is 36.86%

CMYK: (0,48,47,37)
C0M48Y47K37 (0%, 48%, 47%, 37%)
(0.00 / 0.48 / 0.47 / 0.37)

CMYK percentages

%0
%48.45
%47.2
%36.86

Codes

Color #A15355 in popluar color models

A1 53 55
RGB 161 83 85
HSL 358° 31.97% 47.84%
HSB/HSV 358° 48.45% 63.14%
CMYK 0.00% 48.45% 47.20%
36.86%

Color #A15355 in popluar number systems.

HEX A1 53 55
Decimal 161 83 85
Binary 10100001 1010011 1010101
Octal 241 123 125

Shades and tints

Shades of #A15355

#A15355
(161,83,85)
#934C4E
(147,76,78)
#854547
(133,69,71)
#773E40
(119,62,64)
#693739
(105,55,57)
#5B3032
(91,48,50)
#4D292B
(77,41,43)
#3F2224
(63,34,36)
#311B1D
(49,27,29)
#231416
(35,20,22)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #A15355

#A15355
(161,83,85)
#A96264
(169,98,100)
#B17173
(177,113,115)
#B98082
(185,128,130)
#C18F91
(193,143,145)
#C99EA0
(201,158,160)
#D1ADAF
(209,173,175)
#D9BCBE
(217,188,190)
#E1CBCD
(225,203,205)
#E9DADC
(233,218,220)
#F1E9EB
(241,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15355 color. Also use rgb(161,83,85) instead hex code.

Text Font Color

.myTextColor { color: #A15355; }

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

This text font color is #A15355.

Background Color

.myBgColor { background-color: #A15355; }

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

This div background color is #A15355.

Border color

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

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

This div border color is #A15355.

Opacity

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

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

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

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

This text has shadow with #A15355 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A15355.

Preview

Color preview on black background

This text has color #A15355 on black background.


Color preview on white background

This text has color #A15355 on white background.


Black color preview on #A15355 background

This text has black color on #A15355 background.


White color preview on #A15355 background

This text has white color on #A15355 background.


Related colors

Complementary color

Complementary color for #hex is #5EACAA.


I love getcolorcode.com

Triadic colors

1 #55A153 and #5355A1 with #A15355 are triadic colors.

2 #5553A1 and #53A155 with #A15355 are triadic colors.