COLOR #A08A92

HEX: #A08A92
RGB: (160,138,146)

Color info

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

RGB color model

#A08A92 color RGB value is (160,138,146).

  • red value is 160;
  • green value is 138;
  • blue value is 146.
RGB:
(160,138,146)
(63%,54%,57%)

RGB channels and saturation

R 160 of 255 = 63%
G 138 of 255 = 54%
B 146 of 255 = 57%

160
138
146

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

Portions of RGB colors in percentages

R + G + B =
160 + 138 + 146 = 444 (100%)
R 160 of 444 ~ 36.04%
G 138 of 444 ~ 31.08%
B 146 of 444 ~ 32.88%

%36.04
%31.08
%32.88

CMYK color model

#A08A92 color CMYK value is (0,14,9,37).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 8.75%
  • key color value is 37.25%
CMYK:
(0,14,9,37)
C0M14Y9K37 
(0%,14%,9%,37%)
(0.00/0.14/0.09/0.37)	

CMYK percentages

%0
%13.75
%8.75
%37.25

Codes

Color #A08A92 in popluar color models

A08A92
RGB160138146
HSL338°10.38%58.43%
HSB/HSV338°13.75%62.75%
CMYK0.00%13.75%8.75%
37.25%

Color #A08A92 in popluar number systems.

HEXA08A92
Decimal160138146
Binary101000001000101010010010
Octal240212222

Shades and tints

Shades of #A08A92

#A08A92
(160,138,146)
#927E85
(146,126,133)
#847278
(132,114,120)
#76666B
(118,102,107)
#685A5E
(104,90,94)
#5A4E51
(90,78,81)
#4C4244
(76,66,68)
#3E3637
(62,54,55)
#302A2A
(48,42,42)
#221E1D
(34,30,29)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #A08A92

#A08A92
(160,138,146)
#A8949B
(168,148,155)
#B09EA4
(176,158,164)
#B8A8AD
(184,168,173)
#C0B2B6
(192,178,182)
#C8BCBF
(200,188,191)
#D0C6C8
(208,198,200)
#D8D0D1
(216,208,209)
#E0DADA
(224,218,218)
#E8E4E3
(232,228,227)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08A92 color. Also use rgb(160,138,146) instead hex code.

Text Font Color

.myTextColor { color: #A08A92; }

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

This text font color is #A08A92.


Background Color

.myBgColor { background-color: #A08A92; }

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

This div background color is #A08A92.


Border color

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

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

This div border color is #A08A92.


Opacity

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

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

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

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

This text has shadow with #A08A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08A92 on black background.


Color preview on white background

This text has color #A08A92 on white background.



Black color preview on #A08A92 background

This text has black color on #A08A92 background.


White color preview on #A08A92 background

This text has white color on #A08A92 background.