COLOR #A84161

HEX: #A84161
RGB: (168,65,97)

Color info

#A84161 contains mainly red color. Web safe color of #A84161 is #993366 (or #936).

RGB color model

#A84161 color RGB value is (168,65,97).

  • red value is 168;
  • green value is 65;
  • blue value is 97.
RGB:
(168,65,97)
(66%,25%,38%)

RGB channels and saturation

R 168 of 255 = 66%
G 65 of 255 = 25%
B 97 of 255 = 38%

168
65
97

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

Portions of RGB colors in percentages

R + G + B =
168 + 65 + 97 = 330 (100%)
R 168 of 330 ~ 50.91%
G 65 of 330 ~ 19.7%
B 97 of 330 ~ 29.39%

%50.91
%19.7
%29.39

CMYK color model

#A84161 color CMYK value is (0,61,42,34).

  • cyan value is 0.00%
  • magenta value is 61.31%
  • yellow value is 42.26%
  • key color value is 34.12%
CMYK:
(0,61,42,34)
C0M61Y42K34 
(0%,61%,42%,34%)
(0.00/0.61/0.42/0.34)	

CMYK percentages

%0
%61.31
%42.26
%34.12

Codes

Color #A84161 in popluar color models

A84161
RGB1686597
HSL341°44.21%45.69%
HSB/HSV341°61.31%65.88%
CMYK0.00%61.31%42.26%
34.12%

Color #A84161 in popluar number systems.

HEXA84161
Decimal1686597
Binary1010100010000011100001
Octal250101141

Shades and tints

Shades of #A84161

#A84161
(168,65,97)
#993C59
(153,60,89)
#8A3751
(138,55,81)
#7B3249
(123,50,73)
#6C2D41
(108,45,65)
#5D2839
(93,40,57)
#4E2331
(78,35,49)
#3F1E29
(63,30,41)
#301921
(48,25,33)
#211419
(33,20,25)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #A84161

#A84161
(168,65,97)
#AF526F
(175,82,111)
#B6637D
(182,99,125)
#BD748B
(189,116,139)
#C48599
(196,133,153)
#CB96A7
(203,150,167)
#D2A7B5
(210,167,181)
#D9B8C3
(217,184,195)
#E0C9D1
(224,201,209)
#E7DADF
(231,218,223)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A84161 color. Also use rgb(168,65,97) instead hex code.

Text Font Color

.myTextColor { color: #A84161; }

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

This text font color is #A84161.


Background Color

.myBgColor { background-color: #A84161; }

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

This div background color is #A84161.


Border color

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

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

This div border color is #A84161.


Opacity

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

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

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

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

This text has shadow with #A84161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A84161 on black background.


Color preview on white background

This text has color #A84161 on white background.



Black color preview on #A84161 background

This text has black color on #A84161 background.


White color preview on #A84161 background

This text has white color on #A84161 background.