COLOR #A38082

HEX: #A38082
RGB: (163,128,130)

Color info

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

RGB color model

#A38082 color RGB value is (163,128,130).

  • red value is 163;
  • green value is 128;
  • blue value is 130.
RGB:
(163,128,130)
(64%,50%,51%)

RGB channels and saturation

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

163
128
130

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

Portions of RGB colors in percentages

R + G + B =
163 + 128 + 130 = 421 (100%)
R 163 of 421 ~ 38.72%
G 128 of 421 ~ 30.4%
B 130 of 421 ~ 30.88%

%38.72
%30.4
%30.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.47%
  • yellow value is 20.25%
  • key color value is 36.08%
CMYK:
(0,21,20,36)
C0M21Y20K36 
(0%,21%,20%,36%)
(0.00/0.21/0.20/0.36)	

CMYK percentages

%0
%21.47
%20.25
%36.08

Codes

Color #A38082 in popluar color models

A38082
RGB163128130
HSL357°15.98%57.06%
HSB/HSV357°21.47%63.92%
CMYK0.00%21.47%20.25%
36.08%

Color #A38082 in popluar number systems.

HEXA38082
Decimal163128130
Binary101000111000000010000010
Octal243200202

Shades and tints

Shades of #A38082

#A38082
(163,128,130)
#957577
(149,117,119)
#876A6C
(135,106,108)
#795F61
(121,95,97)
#6B5456
(107,84,86)
#5D494B
(93,73,75)
#4F3E40
(79,62,64)
#413335
(65,51,53)
#33282A
(51,40,42)
#251D1F
(37,29,31)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #A38082

#A38082
(163,128,130)
#AB8B8D
(171,139,141)
#B39698
(179,150,152)
#BBA1A3
(187,161,163)
#C3ACAE
(195,172,174)
#CBB7B9
(203,183,185)
#D3C2C4
(211,194,196)
#DBCDCF
(219,205,207)
#E3D8DA
(227,216,218)
#EBE3E5
(235,227,229)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38082; }

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

This text font color is #A38082.


Background Color

.myBgColor { background-color: #A38082; }

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

This div background color is #A38082.


Border color

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

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

This div border color is #A38082.


Opacity

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

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

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

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

This text has shadow with #A38082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38082 on black background.


Color preview on white background

This text has color #A38082 on white background.



Black color preview on #A38082 background

This text has black color on #A38082 background.


White color preview on #A38082 background

This text has white color on #A38082 background.