COLOR #A82956

HEX: #A82956
RGB: (168,41,86)

Color info

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

RGB color model

#A82956 color RGB value is (168,41,86).

  • red value is 168;
  • green value is 41;
  • blue value is 86.
RGB:
(168,41,86)
(66%,16%,34%)

RGB channels and saturation

R 168 of 255 = 66%
G 41 of 255 = 16%
B 86 of 255 = 34%

168
41
86

R + G + B ~ 39%. #A82956 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
168 + 41 + 86 = 295 (100%)
R 168 of 295 ~ 56.95%
G 41 of 295 ~ 13.9%
B 86 of 295 ~ 29.15%

%56.95
%13.9
%29.15

CMYK color model

#A82956 color CMYK value is (0,76,49,34).

  • cyan value is 0.00%
  • magenta value is 75.60%
  • yellow value is 48.81%
  • key color value is 34.12%
CMYK:
(0,76,49,34)
C0M76Y49K34 
(0%,76%,49%,34%)
(0.00/0.76/0.49/0.34)	

CMYK percentages

%0
%75.6
%48.81
%34.12

Codes

Color #A82956 in popluar color models

A82956
RGB1684186
HSL339°60.77%40.98%
HSB/HSV339°75.60%65.88%
CMYK0.00%75.60%48.81%
34.12%

Color #A82956 in popluar number systems.

HEXA82956
Decimal1684186
Binary101010001010011010110
Octal25051126

Shades and tints

Shades of #A82956

#A82956
(168,41,86)
#99264F
(153,38,79)
#8A2348
(138,35,72)
#7B2041
(123,32,65)
#6C1D3A
(108,29,58)
#5D1A33
(93,26,51)
#4E172C
(78,23,44)
#3F1425
(63,20,37)
#30111E
(48,17,30)
#210E17
(33,14,23)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #A82956

#A82956
(168,41,86)
#AF3C65
(175,60,101)
#B64F74
(182,79,116)
#BD6283
(189,98,131)
#C47592
(196,117,146)
#CB88A1
(203,136,161)
#D29BB0
(210,155,176)
#D9AEBF
(217,174,191)
#E0C1CE
(224,193,206)
#E7D4DD
(231,212,221)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A82956 color. Also use rgb(168,41,86) instead hex code.

Text Font Color

.myTextColor { color: #A82956; }

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

This text font color is #A82956.


Background Color

.myBgColor { background-color: #A82956; }

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

This div background color is #A82956.


Border color

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

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

This div border color is #A82956.


Opacity

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

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

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

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

This text has shadow with #A82956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A82956 on black background.


Color preview on white background

This text has color #A82956 on white background.



Black color preview on #A82956 background

This text has black color on #A82956 background.


White color preview on #A82956 background

This text has white color on #A82956 background.