COLOR #A84F75

HEX: #A84F75
RGB: (168,79,117)

Color info

#A84F75 contains mainly red and blue colors. Web safe color of #A84F75 is #996666 (or #966).

RGB color model

#A84F75 color RGB value is (168,79,117).

  • red value is 168;
  • green value is 79;
  • blue value is 117.
RGB:
(168,79,117)
(66%,31%,46%)

RGB channels and saturation

R 168 of 255 = 66%
G 79 of 255 = 31%
B 117 of 255 = 46%

168
79
117

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

Portions of RGB colors in percentages

R + G + B =
168 + 79 + 117 = 364 (100%)
R 168 of 364 ~ 46.15%
G 79 of 364 ~ 21.7%
B 117 of 364 ~ 32.14%

%46.15
%21.7
%32.14

CMYK color model

#A84F75 color CMYK value is (0,53,30,34).

  • cyan value is 0.00%
  • magenta value is 52.98%
  • yellow value is 30.36%
  • key color value is 34.12%
CMYK:
(0,53,30,34)
C0M53Y30K34 
(0%,53%,30%,34%)
(0.00/0.53/0.30/0.34)	

CMYK percentages

%0
%52.98
%30.36
%34.12

Codes

Color #A84F75 in popluar color models

A84F75
RGB16879117
HSL334°36.03%48.43%
HSB/HSV334°52.98%65.88%
CMYK0.00%52.98%30.36%
34.12%

Color #A84F75 in popluar number systems.

HEXA84F75
Decimal16879117
Binary1010100010011111110101
Octal250117165

Shades and tints

Shades of #A84F75

#A84F75
(168,79,117)
#99486B
(153,72,107)
#8A4161
(138,65,97)
#7B3A57
(123,58,87)
#6C334D
(108,51,77)
#5D2C43
(93,44,67)
#4E2539
(78,37,57)
#3F1E2F
(63,30,47)
#301725
(48,23,37)
#21101B
(33,16,27)
#120911
(18,9,17)
#000000
(0,0,0)

Tints of #A84F75

#A84F75
(168,79,117)
#AF5F81
(175,95,129)
#B66F8D
(182,111,141)
#BD7F99
(189,127,153)
#C48FA5
(196,143,165)
#CB9FB1
(203,159,177)
#D2AFBD
(210,175,189)
#D9BFC9
(217,191,201)
#E0CFD5
(224,207,213)
#E7DFE1
(231,223,225)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A84F75 color. Also use rgb(168,79,117) instead hex code.

Text Font Color

.myTextColor { color: #A84F75; }

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

This text font color is #A84F75.


Background Color

.myBgColor { background-color: #A84F75; }

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

This div background color is #A84F75.


Border color

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

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

This div border color is #A84F75.


Opacity

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

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

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

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

This text has shadow with #A84F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A84F75 on black background.


Color preview on white background

This text has color #A84F75 on white background.



Black color preview on #A84F75 background

This text has black color on #A84F75 background.


White color preview on #A84F75 background

This text has white color on #A84F75 background.