COLOR #A38081

HEX: #A38081 RGB: (163,128,129)

Color info

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

RGB color model

#A38081 color RGB value is (163,128,129).

RGB: (163,128,129) (64%, 50%, 51%)

RGB channels and saturation

R 163 of 255 = 64%
G 128 of 255 = 50%
B 129 of 255 = 51%

163
128
129

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

Portions of RGB colors in percentages

R + G + B = 163 + 128 + 129 = 420 (100%)
R 163 of 420 ~ 38.81%
G 128 of 420 ~ 30.48%
B 129 of 420 ~ 30.71'%

%38.81
%30.48
%30.71

CMYK color model

#A38081 color CMYK value is (0,21,21,36).

  • cyan value is 0.00%
  • magenta value is 21.47%
  • yellow value is 20.86%
  • key color value is 36.08%

CMYK: (0,21,21,36)
C0M21Y21K36 (0%, 21%, 21%, 36%)
(0.00 / 0.21 / 0.21 / 0.36)

CMYK percentages

%0
%21.47
%20.86
%36.08

Codes

Color #A38081 in popluar color models

A3 80 81
RGB 163 128 129
HSL 358° 15.98% 57.06%
HSB/HSV 358° 21.47% 63.92%
CMYK 0.00% 21.47% 20.86%
36.08%

Color #A38081 in popluar number systems.

HEX A3 80 81
Decimal 163 128 129
Binary 10100011 10000000 10000001
Octal 243 200 201

Shades and tints

Shades of #A38081

#A38081
(163,128,129)
#957576
(149,117,118)
#876A6B
(135,106,107)
#795F60
(121,95,96)
#6B5455
(107,84,85)
#5D494A
(93,73,74)
#4F3E3F
(79,62,63)
#413334
(65,51,52)
#332829
(51,40,41)
#251D1E
(37,29,30)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #A38081

#A38081
(163,128,129)
#AB8B8C
(171,139,140)
#B39697
(179,150,151)
#BBA1A2
(187,161,162)
#C3ACAD
(195,172,173)
#CBB7B8
(203,183,184)
#D3C2C3
(211,194,195)
#DBCDCE
(219,205,206)
#E3D8D9
(227,216,217)
#EBE3E4
(235,227,228)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38081 color. Also use rgb(163,128,129) instead hex code.

Text Font Color

.myTextColor { color: #A38081; }

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

This text font color is #A38081.

Background Color

.myBgColor { background-color: #A38081; }

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

This div background color is #A38081.

Border color

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

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

This div border color is #A38081.

Opacity

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

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

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

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

This text has shadow with #A38081 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38081.

Preview

Color preview on black background

This text has color #A38081 on black background.


Color preview on white background

This text has color #A38081 on white background.


Black color preview on #A38081 background

This text has black color on #A38081 background.


White color preview on #A38081 background

This text has white color on #A38081 background.


Related colors

Complementary color

Complementary color for #hex is #5C7F7E.


I love getcolorcode.com

Triadic colors

1 #81A380 and #8081A3 with #A38081 are triadic colors.

2 #8180A3 and #80A381 with #A38081 are triadic colors.