COLOR #A38D88

HEX: #A38D88
RGB: (163,141,136)

Color info

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

RGB color model

#A38D88 color RGB value is (163,141,136).

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

RGB channels and saturation

R 163 of 255 = 64%
G 141 of 255 = 55%
B 136 of 255 = 53%

163
141
136

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

Portions of RGB colors in percentages

R + G + B =
163 + 141 + 136 = 440 (100%)
R 163 of 440 ~ 37.05%
G 141 of 440 ~ 32.05%
B 136 of 440 ~ 30.91%

%37.05
%32.05
%30.91

CMYK color model

#A38D88 color CMYK value is (0,13,17,36).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 16.56%
  • key color value is 36.08%
CMYK: (0,13,17,36) C0M13Y17K36 (0%,13%,17%,36%) (0.00/0.13/0.17/0.36)

CMYK percentages

%0
%13.5
%16.56
%36.08

Codes

Color #A38D88 in popluar color models

A38D88
RGB163141136
HSL11°12.80%58.63%
HSB/HSV11°16.56%63.92%
CMYK0.00%13.50%16.56%
36.08%

Color #A38D88 in popluar number systems.

HEXA38D88
Decimal163141136
Binary101000111000110110001000
Octal243215210

Shades and tints

Shades of #A38D88

#A38D88
(163,141,136)
#95817C
(149,129,124)
#877570
(135,117,112)
#796964
(121,105,100)
#6B5D58
(107,93,88)
#5D514C
(93,81,76)
#4F4540
(79,69,64)
#413934
(65,57,52)
#332D28
(51,45,40)
#25211C
(37,33,28)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #A38D88

#A38D88
(163,141,136)
#AB9792
(171,151,146)
#B3A19C
(179,161,156)
#BBABA6
(187,171,166)
#C3B5B0
(195,181,176)
#CBBFBA
(203,191,186)
#D3C9C4
(211,201,196)
#DBD3CE
(219,211,206)
#E3DDD8
(227,221,216)
#EBE7E2
(235,231,226)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38D88; }

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

This text font color is #A38D88.


Background Color

.myBgColor { background-color: #A38D88; }

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

This div background color is #A38D88.


Border color

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

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

This div border color is #A38D88.


Opacity

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

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

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

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

This text has shadow with #A38D88 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A38D88 on black background.


Color preview on white background

This text has color #A38D88 on white background.



Black color preview on #A38D88 background

This text has black color on #A38D88 background.


White color preview on #A38D88 background

This text has white color on #A38D88 background.