COLOR #A08382

HEX: #A08382
RGB: (160,131,130)

Color info

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

RGB color model

#A08382 color RGB value is (160,131,130).

  • red value is 160;
  • green value is 131;
  • blue value is 130.
RGB:
(160,131,130)
(63%,51%,51%)

RGB channels and saturation

R 160 of 255 = 63%
G 131 of 255 = 51%
B 130 of 255 = 51%

160
131
130

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

Portions of RGB colors in percentages

R + G + B =
160 + 131 + 130 = 421 (100%)
R 160 of 421 ~ 38%
G 131 of 421 ~ 31.12%
B 130 of 421 ~ 30.88%

%38
%31.12
%30.88

CMYK color model

#A08382 color CMYK value is (0,18,19,37).

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 18.75%
  • key color value is 37.25%
CMYK:
(0,18,19,37)
C0M18Y19K37 
(0%,18%,19%,37%)
(0.00/0.18/0.19/0.37)	

CMYK percentages

%0
%18.13
%18.75
%37.25

Codes

Color #A08382 in popluar color models

A08382
RGB160131130
HSL13.64%56.86%
HSB/HSV18.75%62.75%
CMYK0.00%18.13%18.75%
37.25%

Color #A08382 in popluar number systems.

HEXA08382
Decimal160131130
Binary101000001000001110000010
Octal240203202

Shades and tints

Shades of #A08382

#A08382
(160,131,130)
#927877
(146,120,119)
#846D6C
(132,109,108)
#766261
(118,98,97)
#685756
(104,87,86)
#5A4C4B
(90,76,75)
#4C4140
(76,65,64)
#3E3635
(62,54,53)
#302B2A
(48,43,42)
#22201F
(34,32,31)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #A08382

#A08382
(160,131,130)
#A88E8D
(168,142,141)
#B09998
(176,153,152)
#B8A4A3
(184,164,163)
#C0AFAE
(192,175,174)
#C8BAB9
(200,186,185)
#D0C5C4
(208,197,196)
#D8D0CF
(216,208,207)
#E0DBDA
(224,219,218)
#E8E6E5
(232,230,229)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08382 color. Also use rgb(160,131,130) instead hex code.

Text Font Color

.myTextColor { color: #A08382; }

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

This text font color is #A08382.


Background Color

.myBgColor { background-color: #A08382; }

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

This div background color is #A08382.


Border color

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

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

This div border color is #A08382.


Opacity

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

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

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

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

This text has shadow with #A08382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08382 on black background.


Color preview on white background

This text has color #A08382 on white background.



Black color preview on #A08382 background

This text has black color on #A08382 background.


White color preview on #A08382 background

This text has white color on #A08382 background.