COLOR #A84754

HEX: #A84754
RGB: (168,71,84)

Color info

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

RGB color model

#A84754 color RGB value is (168,71,84).

  • red value is 168;
  • green value is 71;
  • blue value is 84.
RGB:
(168,71,84)
(66%,28%,33%)

RGB channels and saturation

R 168 of 255 = 66%
G 71 of 255 = 28%
B 84 of 255 = 33%

168
71
84

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

Portions of RGB colors in percentages

R + G + B =
168 + 71 + 84 = 323 (100%)
R 168 of 323 ~ 52.01%
G 71 of 323 ~ 21.98%
B 84 of 323 ~ 26.01%

%52.01
%21.98
%26.01

CMYK color model

#A84754 color CMYK value is (0,58,50,34).

  • cyan value is 0.00%
  • magenta value is 57.74%
  • yellow value is 50.00%
  • key color value is 34.12%
CMYK:
(0,58,50,34)
C0M58Y50K34 
(0%,58%,50%,34%)
(0.00/0.58/0.50/0.34)	

CMYK percentages

%0
%57.74
%50
%34.12

Codes

Color #A84754 in popluar color models

A84754
RGB1687184
HSL352°40.59%46.86%
HSB/HSV352°57.74%65.88%
CMYK0.00%57.74%50.00%
34.12%

Color #A84754 in popluar number systems.

HEXA84754
Decimal1687184
Binary1010100010001111010100
Octal250107124

Shades and tints

Shades of #A84754

#A84754
(168,71,84)
#99414D
(153,65,77)
#8A3B46
(138,59,70)
#7B353F
(123,53,63)
#6C2F38
(108,47,56)
#5D2931
(93,41,49)
#4E232A
(78,35,42)
#3F1D23
(63,29,35)
#30171C
(48,23,28)
#211115
(33,17,21)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #A84754

#A84754
(168,71,84)
#AF5763
(175,87,99)
#B66772
(182,103,114)
#BD7781
(189,119,129)
#C48790
(196,135,144)
#CB979F
(203,151,159)
#D2A7AE
(210,167,174)
#D9B7BD
(217,183,189)
#E0C7CC
(224,199,204)
#E7D7DB
(231,215,219)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A84754 color. Also use rgb(168,71,84) instead hex code.

Text Font Color

.myTextColor { color: #A84754; }

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

This text font color is #A84754.


Background Color

.myBgColor { background-color: #A84754; }

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

This div background color is #A84754.


Border color

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

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

This div border color is #A84754.


Opacity

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

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

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

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

This text has shadow with #A84754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A84754 on black background.


Color preview on white background

This text has color #A84754 on white background.



Black color preview on #A84754 background

This text has black color on #A84754 background.


White color preview on #A84754 background

This text has white color on #A84754 background.