COLOR #A38499

HEX: #A38499
RGB: (163,132,153)

Color info

#A38499 contains red, green and blue colors in about the same proportion. Web safe color of #A38499 is #999999 (or #999).

RGB color model

#A38499 color RGB value is (163,132,153).

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

RGB channels and saturation

R 163 of 255 = 64%
G 132 of 255 = 52%
B 153 of 255 = 60%

163
132
153

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

Portions of RGB colors in percentages

R + G + B =
163 + 132 + 153 = 448 (100%)
R 163 of 448 ~ 36.38%
G 132 of 448 ~ 29.46%
B 153 of 448 ~ 34.15%

%36.38
%29.46
%34.15

CMYK color model

#A38499 color CMYK value is (0,19,6,36).

  • cyan value is 0.00%
  • magenta value is 19.02%
  • yellow value is 6.13%
  • key color value is 36.08%
CMYK:
(0,19,6,36)
C0M19Y6K36 
(0%,19%,6%,36%)
(0.00/0.19/0.06/0.36)	

CMYK percentages

%0
%19.02
%6.13
%36.08

Codes

Color #A38499 in popluar color models

A38499
RGB163132153
HSL319°14.42%57.84%
HSB/HSV319°19.02%63.92%
CMYK0.00%19.02%6.13%
36.08%

Color #A38499 in popluar number systems.

HEXA38499
Decimal163132153
Binary101000111000010010011001
Octal243204231

Shades and tints

Shades of #A38499

#A38499
(163,132,153)
#95788C
(149,120,140)
#876C7F
(135,108,127)
#796072
(121,96,114)
#6B5465
(107,84,101)
#5D4858
(93,72,88)
#4F3C4B
(79,60,75)
#41303E
(65,48,62)
#332431
(51,36,49)
#251824
(37,24,36)
#170C17
(23,12,23)
#000000
(0,0,0)

Tints of #A38499

#A38499
(163,132,153)
#AB8FA2
(171,143,162)
#B39AAB
(179,154,171)
#BBA5B4
(187,165,180)
#C3B0BD
(195,176,189)
#CBBBC6
(203,187,198)
#D3C6CF
(211,198,207)
#DBD1D8
(219,209,216)
#E3DCE1
(227,220,225)
#EBE7EA
(235,231,234)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38499; }

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

This text font color is #A38499.


Background Color

.myBgColor { background-color: #A38499; }

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

This div background color is #A38499.


Border color

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

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

This div border color is #A38499.


Opacity

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

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

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

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

This text has shadow with #A38499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38499 on black background.


Color preview on white background

This text has color #A38499 on white background.



Black color preview on #A38499 background

This text has black color on #A38499 background.


White color preview on #A38499 background

This text has white color on #A38499 background.