COLOR #A08D82

HEX: #A08D82
RGB: (160,141,130)

Color info

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

RGB color model

#A08D82 color RGB value is (160,141,130).

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

RGB channels and saturation

R 160 of 255 = 63%
G 141 of 255 = 55%
B 130 of 255 = 51%

160
141
130

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

Portions of RGB colors in percentages

R + G + B =
160 + 141 + 130 = 431 (100%)
R 160 of 431 ~ 37.12%
G 141 of 431 ~ 32.71%
B 130 of 431 ~ 30.16%

%37.12
%32.71
%30.16

CMYK color model

#A08D82 color CMYK value is (0,12,19,37).

  • cyan value is 0.00%
  • magenta value is 11.88%
  • yellow value is 18.75%
  • key color value is 37.25%
CMYK:
(0,12,19,37)
C0M12Y19K37 
(0%,12%,19%,37%)
(0.00/0.12/0.19/0.37)	

CMYK percentages

%0
%11.88
%18.75
%37.25

Codes

Color #A08D82 in popluar color models

A08D82
RGB160141130
HSL22°13.64%56.86%
HSB/HSV22°18.75%62.75%
CMYK0.00%11.88%18.75%
37.25%

Color #A08D82 in popluar number systems.

HEXA08D82
Decimal160141130
Binary101000001000110110000010
Octal240215202

Shades and tints

Shades of #A08D82

#A08D82
(160,141,130)
#928177
(146,129,119)
#84756C
(132,117,108)
#766961
(118,105,97)
#685D56
(104,93,86)
#5A514B
(90,81,75)
#4C4540
(76,69,64)
#3E3935
(62,57,53)
#302D2A
(48,45,42)
#22211F
(34,33,31)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #A08D82

#A08D82
(160,141,130)
#A8978D
(168,151,141)
#B0A198
(176,161,152)
#B8ABA3
(184,171,163)
#C0B5AE
(192,181,174)
#C8BFB9
(200,191,185)
#D0C9C4
(208,201,196)
#D8D3CF
(216,211,207)
#E0DDDA
(224,221,218)
#E8E7E5
(232,231,229)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08D82; }

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

This text font color is #A08D82.


Background Color

.myBgColor { background-color: #A08D82; }

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

This div background color is #A08D82.


Border color

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

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

This div border color is #A08D82.


Opacity

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

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

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

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

This text has shadow with #A08D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08D82 on black background.


Color preview on white background

This text has color #A08D82 on white background.



Black color preview on #A08D82 background

This text has black color on #A08D82 background.


White color preview on #A08D82 background

This text has white color on #A08D82 background.