COLOR #A38488

HEX: #A38488 RGB: (163,132,136)

Color info

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

RGB color model

#A38488 color RGB value is (163,132,136).

RGB: (163,132,136) (64%, 52%, 53%)

RGB channels and saturation

R 163 of 255 = 64%
G 132 of 255 = 52%
B 136 of 255 = 53%

163
132
136

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

Portions of RGB colors in percentages

R + G + B = 163 + 132 + 136 = 431 (100%)
R 163 of 431 ~ 37.82%
G 132 of 431 ~ 30.63%
B 136 of 431 ~ 31.55'%

%37.82
%30.63
%31.55

CMYK color model

#A38488 color CMYK value is (0,19,17,36).

  • cyan value is 0.00%
  • magenta value is 19.02%
  • yellow value is 16.56%
  • key color value is 36.08%

CMYK: (0,19,17,36)
C0M19Y17K36 (0%, 19%, 17%, 36%)
(0.00 / 0.19 / 0.17 / 0.36)

CMYK percentages

%0
%19.02
%16.56
%36.08

Codes

Color #A38488 in popluar color models

A3 84 88
RGB 163 132 136
HSL 352° 14.42% 57.84%
HSB/HSV 352° 19.02% 63.92%
CMYK 0.00% 19.02% 16.56%
36.08%

Color #A38488 in popluar number systems.

HEX A3 84 88
Decimal 163 132 136
Binary 10100011 10000100 10001000
Octal 243 204 210

Shades and tints

Shades of #A38488

#A38488
(163,132,136)
#95787C
(149,120,124)
#876C70
(135,108,112)
#796064
(121,96,100)
#6B5458
(107,84,88)
#5D484C
(93,72,76)
#4F3C40
(79,60,64)
#413034
(65,48,52)
#332428
(51,36,40)
#25181C
(37,24,28)
#170C10
(23,12,16)
#000000
(0,0,0)

Tints of #A38488

#A38488
(163,132,136)
#AB8F92
(171,143,146)
#B39A9C
(179,154,156)
#BBA5A6
(187,165,166)
#C3B0B0
(195,176,176)
#CBBBBA
(203,187,186)
#D3C6C4
(211,198,196)
#DBD1CE
(219,209,206)
#E3DCD8
(227,220,216)
#EBE7E2
(235,231,226)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38488; }

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

This text font color is #A38488.

Background Color

.myBgColor { background-color: #A38488; }

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

This div background color is #A38488.

Border color

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

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

This div border color is #A38488.

Opacity

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

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

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

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

This text has shadow with #A38488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38488.

Preview

Color preview on black background

This text has color #A38488 on black background.


Color preview on white background

This text has color #A38488 on white background.


Black color preview on #A38488 background

This text has black color on #A38488 background.


White color preview on #A38488 background

This text has white color on #A38488 background.


Related colors

Complementary color

Complementary color for #hex is #5C7B77.


I love getcolorcode.com

Triadic colors

1 #88A384 and #8488A3 with #A38488 are triadic colors.

2 #8884A3 and #84A388 with #A38488 are triadic colors.