COLOR #A36488

HEX: #A36488
RGB: (163,100,136)

Color info

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

RGB color model

#A36488 color RGB value is (163,100,136).

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

RGB channels and saturation

R 163 of 255 = 64%
G 100 of 255 = 39%
B 136 of 255 = 53%

163
100
136

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

Portions of RGB colors in percentages

R + G + B =
163 + 100 + 136 = 399 (100%)
R 163 of 399 ~ 40.85%
G 100 of 399 ~ 25.06%
B 136 of 399 ~ 34.09%

%40.85
%25.06
%34.09

CMYK color model

#A36488 color CMYK value is (0,39,17,36).

  • cyan value is 0.00%
  • magenta value is 38.65%
  • yellow value is 16.56%
  • key color value is 36.08%
CMYK:
(0,39,17,36)
C0M39Y17K36 
(0%,39%,17%,36%)
(0.00/0.39/0.17/0.36)	

CMYK percentages

%0
%38.65
%16.56
%36.08

Codes

Color #A36488 in popluar color models

A36488
RGB163100136
HSL326°25.51%51.57%
HSB/HSV326°38.65%63.92%
CMYK0.00%38.65%16.56%
36.08%

Color #A36488 in popluar number systems.

HEXA36488
Decimal163100136
Binary10100011110010010001000
Octal243144210

Shades and tints

Shades of #A36488

#A36488
(163,100,136)
#955B7C
(149,91,124)
#875270
(135,82,112)
#794964
(121,73,100)
#6B4058
(107,64,88)
#5D374C
(93,55,76)
#4F2E40
(79,46,64)
#412534
(65,37,52)
#331C28
(51,28,40)
#25131C
(37,19,28)
#170A10
(23,10,16)
#000000
(0,0,0)

Tints of #A36488

#A36488
(163,100,136)
#AB7292
(171,114,146)
#B3809C
(179,128,156)
#BB8EA6
(187,142,166)
#C39CB0
(195,156,176)
#CBAABA
(203,170,186)
#D3B8C4
(211,184,196)
#DBC6CE
(219,198,206)
#E3D4D8
(227,212,216)
#EBE2E2
(235,226,226)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36488; }

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

This text font color is #A36488.


Background Color

.myBgColor { background-color: #A36488; }

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

This div background color is #A36488.


Border color

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

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

This div border color is #A36488.


Opacity

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

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

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

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

This text has shadow with #A36488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36488 on black background.


Color preview on white background

This text has color #A36488 on white background.



Black color preview on #A36488 background

This text has black color on #A36488 background.


White color preview on #A36488 background

This text has white color on #A36488 background.