COLOR #A38299

HEX: #A38299 RGB: (163,130,153)

Color info

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

RGB color model

#A38299 color RGB value is (163,130,153).

RGB: (163,130,153) (64%, 51%, 60%)

RGB channels and saturation

R 163 of 255 = 64%
G 130 of 255 = 51%
B 153 of 255 = 60%

163
130
153

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

Portions of RGB colors in percentages

R + G + B = 163 + 130 + 153 = 446 (100%)
R 163 of 446 ~ 36.55%
G 130 of 446 ~ 29.15%
B 153 of 446 ~ 34.3'%

%36.55
%29.15
%34.3

CMYK color model

#A38299 color CMYK value is (0,20,6,36).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 6.13%
  • key color value is 36.08%

CMYK: (0,20,6,36)
C0M20Y6K36 (0%, 20%, 6%, 36%)
(0.00 / 0.20 / 0.06 / 0.36)

CMYK percentages

%0
%20.25
%6.13
%36.08

Codes

Color #A38299 in popluar color models

A3 82 99
RGB 163 130 153
HSL 318° 15.21% 57.45%
HSB/HSV 318° 20.25% 63.92%
CMYK 0.00% 20.25% 6.13%
36.08%

Color #A38299 in popluar number systems.

HEX A3 82 99
Decimal 163 130 153
Binary 10100011 10000010 10011001
Octal 243 202 231

Shades and tints

Shades of #A38299

#A38299
(163,130,153)
#95778C
(149,119,140)
#876C7F
(135,108,127)
#796172
(121,97,114)
#6B5665
(107,86,101)
#5D4B58
(93,75,88)
#4F404B
(79,64,75)
#41353E
(65,53,62)
#332A31
(51,42,49)
#251F24
(37,31,36)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #A38299

#A38299
(163,130,153)
#AB8DA2
(171,141,162)
#B398AB
(179,152,171)
#BBA3B4
(187,163,180)
#C3AEBD
(195,174,189)
#CBB9C6
(203,185,198)
#D3C4CF
(211,196,207)
#DBCFD8
(219,207,216)
#E3DAE1
(227,218,225)
#EBE5EA
(235,229,234)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38299; }

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

This text font color is #A38299.

Background Color

.myBgColor { background-color: #A38299; }

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

This div background color is #A38299.

Border color

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

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

This div border color is #A38299.

Opacity

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

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

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

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

This text has shadow with #A38299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38299.

Preview

Color preview on black background

This text has color #A38299 on black background.


Color preview on white background

This text has color #A38299 on white background.


Black color preview on #A38299 background

This text has black color on #A38299 background.


White color preview on #A38299 background

This text has white color on #A38299 background.


Related colors

Complementary color

Complementary color for #hex is #5C7D66.


I love getcolorcode.com

Triadic colors

1 #99A382 and #8299A3 with #A38299 are triadic colors.

2 #9982A3 and #82A399 with #A38299 are triadic colors.