COLOR #A84B70

HEX: #A84B70 RGB: (168,75,112)

Color info

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

RGB color model

#A84B70 color RGB value is (168,75,112).

RGB: (168,75,112) (66%, 29%, 44%)

RGB channels and saturation

R 168 of 255 = 66%
G 75 of 255 = 29%
B 112 of 255 = 44%

168
75
112

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

Portions of RGB colors in percentages

R + G + B = 168 + 75 + 112 = 355 (100%)
R 168 of 355 ~ 47.32%
G 75 of 355 ~ 21.13%
B 112 of 355 ~ 31.55'%

%47.32
%21.13
%31.55

CMYK color model

#A84B70 color CMYK value is (0,55,33,34).

  • cyan value is 0.00%
  • magenta value is 55.36%
  • yellow value is 33.33%
  • key color value is 34.12%

CMYK: (0,55,33,34)
C0M55Y33K34 (0%, 55%, 33%, 34%)
(0.00 / 0.55 / 0.33 / 0.34)

CMYK percentages

%0
%55.36
%33.33
%34.12

Codes

Color #A84B70 in popluar color models

A8 4B 70
RGB 168 75 112
HSL 336° 38.27% 47.65%
HSB/HSV 336° 55.36% 65.88%
CMYK 0.00% 55.36% 33.33%
34.12%

Color #A84B70 in popluar number systems.

HEX A8 4B 70
Decimal 168 75 112
Binary 10101000 1001011 1110000
Octal 250 113 160

Shades and tints

Shades of #A84B70

#A84B70
(168,75,112)
#994566
(153,69,102)
#8A3F5C
(138,63,92)
#7B3952
(123,57,82)
#6C3348
(108,51,72)
#5D2D3E
(93,45,62)
#4E2734
(78,39,52)
#3F212A
(63,33,42)
#301B20
(48,27,32)
#211516
(33,21,22)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #A84B70

#A84B70
(168,75,112)
#AF5B7D
(175,91,125)
#B66B8A
(182,107,138)
#BD7B97
(189,123,151)
#C48BA4
(196,139,164)
#CB9BB1
(203,155,177)
#D2ABBE
(210,171,190)
#D9BBCB
(217,187,203)
#E0CBD8
(224,203,216)
#E7DBE5
(231,219,229)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A84B70 color. Also use rgb(168,75,112) instead hex code.

Text Font Color

.myTextColor { color: #A84B70; }

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

This text font color is #A84B70.

Background Color

.myBgColor { background-color: #A84B70; }

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

This div background color is #A84B70.

Border color

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

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

This div border color is #A84B70.

Opacity

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

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

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

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

This text has shadow with #A84B70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A84B70.

Preview

Color preview on black background

This text has color #A84B70 on black background.


Color preview on white background

This text has color #A84B70 on white background.


Black color preview on #A84B70 background

This text has black color on #A84B70 background.


White color preview on #A84B70 background

This text has white color on #A84B70 background.


Related colors

Complementary color

Complementary color for #hex is #57B48F.


I love getcolorcode.com

Triadic colors

1 #70A84B and #4B70A8 with #A84B70 are triadic colors.

2 #704BA8 and #4BA870 with #A84B70 are triadic colors.