COLOR #A37C99

HEX: #A37C99
RGB: (163,124,153)

Color info

#A37C99 contains red, green and blue colors in about the same proportion. Web safe color of #A37C99 is #996699 (or #969).

RGB color model

#A37C99 color RGB value is (163,124,153).

  • red value is 163;
  • green value is 124;
  • blue value is 153.
RGB:
(163,124,153)
(64%,49%,60%)

RGB channels and saturation

R 163 of 255 = 64%
G 124 of 255 = 49%
B 153 of 255 = 60%

163
124
153

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

Portions of RGB colors in percentages

R + G + B =
163 + 124 + 153 = 440 (100%)
R 163 of 440 ~ 37.05%
G 124 of 440 ~ 28.18%
B 153 of 440 ~ 34.77%

%37.05
%28.18
%34.77

CMYK color model

#A37C99 color CMYK value is (0,24,6,36).

  • cyan value is 0.00%
  • magenta value is 23.93%
  • yellow value is 6.13%
  • key color value is 36.08%
CMYK:
(0,24,6,36)
C0M24Y6K36 
(0%,24%,6%,36%)
(0.00/0.24/0.06/0.36)	

CMYK percentages

%0
%23.93
%6.13
%36.08

Codes

Color #A37C99 in popluar color models

A37C99
RGB163124153
HSL315°17.49%56.27%
HSB/HSV315°23.93%63.92%
CMYK0.00%23.93%6.13%
36.08%

Color #A37C99 in popluar number systems.

HEXA37C99
Decimal163124153
Binary10100011111110010011001
Octal243174231

Shades and tints

Shades of #A37C99

#A37C99
(163,124,153)
#95718C
(149,113,140)
#87667F
(135,102,127)
#795B72
(121,91,114)
#6B5065
(107,80,101)
#5D4558
(93,69,88)
#4F3A4B
(79,58,75)
#412F3E
(65,47,62)
#332431
(51,36,49)
#251924
(37,25,36)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #A37C99

#A37C99
(163,124,153)
#AB87A2
(171,135,162)
#B392AB
(179,146,171)
#BB9DB4
(187,157,180)
#C3A8BD
(195,168,189)
#CBB3C6
(203,179,198)
#D3BECF
(211,190,207)
#DBC9D8
(219,201,216)
#E3D4E1
(227,212,225)
#EBDFEA
(235,223,234)
#F3EAF3
(243,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37C99 color. Also use rgb(163,124,153) instead hex code.

Text Font Color

.myTextColor { color: #A37C99; }

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

This text font color is #A37C99.


Background Color

.myBgColor { background-color: #A37C99; }

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

This div background color is #A37C99.


Border color

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

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

This div border color is #A37C99.


Opacity

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

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

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

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

This text has shadow with #A37C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37C99 on black background.


Color preview on white background

This text has color #A37C99 on white background.



Black color preview on #A37C99 background

This text has black color on #A37C99 background.


White color preview on #A37C99 background

This text has white color on #A37C99 background.