COLOR #A84877

HEX: #A84877 RGB: (168,72,119)

Color info

#A84877 contains mainly red and blue colors. Web safe color of #A84877 is #993366 (or #936).

RGB color model

#A84877 color RGB value is (168,72,119).

RGB: (168,72,119) (66%, 28%, 47%)

RGB channels and saturation

R 168 of 255 = 66%
G 72 of 255 = 28%
B 119 of 255 = 47%

168
72
119

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

Portions of RGB colors in percentages

R + G + B = 168 + 72 + 119 = 359 (100%)
R 168 of 359 ~ 46.8%
G 72 of 359 ~ 20.06%
B 119 of 359 ~ 33.15'%

%46.8
%20.06
%33.15

CMYK color model

#A84877 color CMYK value is (0,57,29,34).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 29.17%
  • key color value is 34.12%

CMYK: (0,57,29,34)
C0M57Y29K34 (0%, 57%, 29%, 34%)
(0.00 / 0.57 / 0.29 / 0.34)

CMYK percentages

%0
%57.14
%29.17
%34.12

Codes

Color #A84877 in popluar color models

A8 48 77
RGB 168 72 119
HSL 331° 40.00% 47.06%
HSB/HSV 331° 57.14% 65.88%
CMYK 0.00% 57.14% 29.17%
34.12%

Color #A84877 in popluar number systems.

HEX A8 48 77
Decimal 168 72 119
Binary 10101000 1001000 1110111
Octal 250 110 167

Shades and tints

Shades of #A84877

#A84877
(168,72,119)
#99426D
(153,66,109)
#8A3C63
(138,60,99)
#7B3659
(123,54,89)
#6C304F
(108,48,79)
#5D2A45
(93,42,69)
#4E243B
(78,36,59)
#3F1E31
(63,30,49)
#301827
(48,24,39)
#21121D
(33,18,29)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #A84877

#A84877
(168,72,119)
#AF5883
(175,88,131)
#B6688F
(182,104,143)
#BD789B
(189,120,155)
#C488A7
(196,136,167)
#CB98B3
(203,152,179)
#D2A8BF
(210,168,191)
#D9B8CB
(217,184,203)
#E0C8D7
(224,200,215)
#E7D8E3
(231,216,227)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A84877 color. Also use rgb(168,72,119) instead hex code.

Text Font Color

.myTextColor { color: #A84877; }

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

This text font color is #A84877.

Background Color

.myBgColor { background-color: #A84877; }

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

This div background color is #A84877.

Border color

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

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

This div border color is #A84877.

Opacity

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

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

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

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

This text has shadow with #A84877 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A84877.

Preview

Color preview on black background

This text has color #A84877 on black background.


Color preview on white background

This text has color #A84877 on white background.


Black color preview on #A84877 background

This text has black color on #A84877 background.


White color preview on #A84877 background

This text has white color on #A84877 background.


Related colors

Complementary color

Complementary color for #hex is #57B788.


I love getcolorcode.com

Triadic colors

1 #77A848 and #4877A8 with #A84877 are triadic colors.

2 #7748A8 and #48A877 with #A84877 are triadic colors.