COLOR #A17878

HEX: #A17878 RGB: (161,120,120)

Color info

#A17878 contains red, green and blue colors in about the same proportion. Web safe color of #A17878 is #996666 (or #966).

RGB color model

#A17878 color RGB value is (161,120,120).

RGB: (161,120,120) (63%, 47%, 47%)

RGB channels and saturation

R 161 of 255 = 63%
G 120 of 255 = 47%
B 120 of 255 = 47%

161
120
120

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

Portions of RGB colors in percentages

R + G + B = 161 + 120 + 120 = 401 (100%)
R 161 of 401 ~ 40.15%
G 120 of 401 ~ 29.93%
B 120 of 401 ~ 29.93'%

%40.15
%29.93
%29.93

CMYK color model

#A17878 color CMYK value is (0,25,25,37).

  • cyan value is 0.00%
  • magenta value is 25.47%
  • yellow value is 25.47%
  • key color value is 36.86%

CMYK: (0,25,25,37)
C0M25Y25K37 (0%, 25%, 25%, 37%)
(0.00 / 0.25 / 0.25 / 0.37)

CMYK percentages

%0
%25.47
%25.47
%36.86

Codes

Color #A17878 in popluar color models

A1 78 78
RGB 161 120 120
HSL 17.90% 55.10%
HSB/HSV 25.47% 63.14%
CMYK 0.00% 25.47% 25.47%
36.86%

Color #A17878 in popluar number systems.

HEX A1 78 78
Decimal 161 120 120
Binary 10100001 1111000 1111000
Octal 241 170 170

Shades and tints

Shades of #A17878

#A17878
(161,120,120)
#936E6E
(147,110,110)
#856464
(133,100,100)
#775A5A
(119,90,90)
#695050
(105,80,80)
#5B4646
(91,70,70)
#4D3C3C
(77,60,60)
#3F3232
(63,50,50)
#312828
(49,40,40)
#231E1E
(35,30,30)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #A17878

#A17878
(161,120,120)
#A98484
(169,132,132)
#B19090
(177,144,144)
#B99C9C
(185,156,156)
#C1A8A8
(193,168,168)
#C9B4B4
(201,180,180)
#D1C0C0
(209,192,192)
#D9CCCC
(217,204,204)
#E1D8D8
(225,216,216)
#E9E4E4
(233,228,228)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A17878; }

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

This text font color is #A17878.

Background Color

.myBgColor { background-color: #A17878; }

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

This div background color is #A17878.

Border color

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

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

This div border color is #A17878.

Opacity

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

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

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

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

This text has shadow with #A17878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A17878.

Preview

Color preview on black background

This text has color #A17878 on black background.


Color preview on white background

This text has color #A17878 on white background.


Black color preview on #A17878 background

This text has black color on #A17878 background.


White color preview on #A17878 background

This text has white color on #A17878 background.


Related colors

Complementary color

Complementary color for #hex is #5E8787.


I love getcolorcode.com