COLOR #A86488

HEX: #A86488
RGB: (168,100,136)

Color info

#A86488 contains mainly red and blue colors. Web safe color of #A86488 is #996699 (or #969).

RGB color model

#A86488 color RGB value is (168,100,136).

  • red value is 168;
  • green value is 100;
  • blue value is 136.
RGB:
(168,100,136)
(66%,39%,53%)

RGB channels and saturation

R 168 of 255 = 66%
G 100 of 255 = 39%
B 136 of 255 = 53%

168
100
136

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

Portions of RGB colors in percentages

R + G + B =
168 + 100 + 136 = 404 (100%)
R 168 of 404 ~ 41.58%
G 100 of 404 ~ 24.75%
B 136 of 404 ~ 33.66%

%41.58
%24.75
%33.66

CMYK color model

#A86488 color CMYK value is (0,40,19,34).

  • cyan value is 0.00%
  • magenta value is 40.48%
  • yellow value is 19.05%
  • key color value is 34.12%
CMYK:
(0,40,19,34)
C0M40Y19K34 
(0%,40%,19%,34%)
(0.00/0.40/0.19/0.34)	

CMYK percentages

%0
%40.48
%19.05
%34.12

Codes

Color #A86488 in popluar color models

A86488
RGB168100136
HSL328°28.10%52.55%
HSB/HSV328°40.48%65.88%
CMYK0.00%40.48%19.05%
34.12%

Color #A86488 in popluar number systems.

HEXA86488
Decimal168100136
Binary10101000110010010001000
Octal250144210

Shades and tints

Shades of #A86488

#A86488
(168,100,136)
#995B7C
(153,91,124)
#8A5270
(138,82,112)
#7B4964
(123,73,100)
#6C4058
(108,64,88)
#5D374C
(93,55,76)
#4E2E40
(78,46,64)
#3F2534
(63,37,52)
#301C28
(48,28,40)
#21131C
(33,19,28)
#120A10
(18,10,16)
#000000
(0,0,0)

Tints of #A86488

#A86488
(168,100,136)
#AF7292
(175,114,146)
#B6809C
(182,128,156)
#BD8EA6
(189,142,166)
#C49CB0
(196,156,176)
#CBAABA
(203,170,186)
#D2B8C4
(210,184,196)
#D9C6CE
(217,198,206)
#E0D4D8
(224,212,216)
#E7E2E2
(231,226,226)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86488 color. Also use rgb(168,100,136) instead hex code.

Text Font Color

.myTextColor { color: #A86488; }

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

This text font color is #A86488.


Background Color

.myBgColor { background-color: #A86488; }

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

This div background color is #A86488.


Border color

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

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

This div border color is #A86488.


Opacity

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

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

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

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

This text has shadow with #A86488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86488 on black background.


Color preview on white background

This text has color #A86488 on white background.



Black color preview on #A86488 background

This text has black color on #A86488 background.


White color preview on #A86488 background

This text has white color on #A86488 background.