COLOR #A15838

HEX: #A15838 RGB: (161,88,56)

Color info

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

RGB color model

#A15838 color RGB value is (161,88,56).

RGB: (161,88,56) (63%, 35%, 22%)

RGB channels and saturation

R 161 of 255 = 63%
G 88 of 255 = 35%
B 56 of 255 = 22%

161
88
56

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

Portions of RGB colors in percentages

R + G + B = 161 + 88 + 56 = 305 (100%)
R 161 of 305 ~ 52.79%
G 88 of 305 ~ 28.85%
B 56 of 305 ~ 18.36'%

%52.79
%28.85
%18.36

CMYK color model

#A15838 color CMYK value is (0,45,65,37).

  • cyan value is 0.00%
  • magenta value is 45.34%
  • yellow value is 65.22%
  • key color value is 36.86%
CMYK: (0,45,65,37) C0M45Y65K37 (0%,45%,65%,37%) (0.00/0.45/0.65/0.37) 

CMYK percentages

%0
%45.34
%65.22
%36.86

Codes

Color #A15838 in popluar color models

A1 58 38
RGB 161 88 56
HSL 18° 48.39% 42.55%
HSB/HSV 18° 65.22% 63.14%
CMYK 0.00% 45.34% 65.22%
36.86%

Color #A15838 in popluar number systems.

HEX A1 58 38
Decimal 161 88 56
Binary 10100001 1011000 111000
Octal 241 130 70

Shades and tints

Shades of #A15838

#A15838
(161,88,56)
#935033
(147,80,51)
#85482E
(133,72,46)
#774029
(119,64,41)
#693824
(105,56,36)
#5B301F
(91,48,31)
#4D281A
(77,40,26)
#3F2015
(63,32,21)
#311810
(49,24,16)
#23100B
(35,16,11)
#150806
(21,8,6)
#000000
(0,0,0)

Tints of #A15838

#A15838
(161,88,56)
#A9674A
(169,103,74)
#B1765C
(177,118,92)
#B9856E
(185,133,110)
#C19480
(193,148,128)
#C9A392
(201,163,146)
#D1B2A4
(209,178,164)
#D9C1B6
(217,193,182)
#E1D0C8
(225,208,200)
#E9DFDA
(233,223,218)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15838 color. Also use rgb(161,88,56) instead hex code.

Text Font Color

.myTextColor { color: #A15838; }

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

This text font color is #A15838.

Background Color

.myBgColor { background-color: #A15838; }

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

This div background color is #A15838.

Border color

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

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

This div border color is #A15838.

Opacity

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

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

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

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

This text has shadow with #A15838 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A15838.

Preview

Color preview on black background

This text has color #A15838 on black background.


Color preview on white background

This text has color #A15838 on white background.


Black color preview on #A15838 background

This text has black color on #A15838 background.


White color preview on #A15838 background

This text has white color on #A15838 background.


Related colors

Complementary color

Complementary color for #hex is #5EA7C7.


I love getcolorcode.com

Triadic colors

1 #38A158 and #5838A1 with #A15838 are triadic colors.

2 #3858A1 and #58A138 with #A15838 are triadic colors.