COLOR #A08792

HEX: #A08792
RGB: (160,135,146)

Color info

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

RGB color model

#A08792 color RGB value is (160,135,146).

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

RGB channels and saturation

R 160 of 255 = 63%
G 135 of 255 = 53%
B 146 of 255 = 57%

160
135
146

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

Portions of RGB colors in percentages

R + G + B =
160 + 135 + 146 = 441 (100%)
R 160 of 441 ~ 36.28%
G 135 of 441 ~ 30.61%
B 146 of 441 ~ 33.11%

%36.28
%30.61
%33.11

CMYK color model

#A08792 color CMYK value is (0,16,9,37).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 8.75%
  • key color value is 37.25%
CMYK:
(0,16,9,37)
C0M16Y9K37 
(0%,16%,9%,37%)
(0.00/0.16/0.09/0.37)	

CMYK percentages

%0
%15.63
%8.75
%37.25

Codes

Color #A08792 in popluar color models

A08792
RGB160135146
HSL334°11.63%57.84%
HSB/HSV334°15.63%62.75%
CMYK0.00%15.63%8.75%
37.25%

Color #A08792 in popluar number systems.

HEXA08792
Decimal160135146
Binary101000001000011110010010
Octal240207222

Shades and tints

Shades of #A08792

#A08792
(160,135,146)
#927B85
(146,123,133)
#846F78
(132,111,120)
#76636B
(118,99,107)
#68575E
(104,87,94)
#5A4B51
(90,75,81)
#4C3F44
(76,63,68)
#3E3337
(62,51,55)
#30272A
(48,39,42)
#221B1D
(34,27,29)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #A08792

#A08792
(160,135,146)
#A8919B
(168,145,155)
#B09BA4
(176,155,164)
#B8A5AD
(184,165,173)
#C0AFB6
(192,175,182)
#C8B9BF
(200,185,191)
#D0C3C8
(208,195,200)
#D8CDD1
(216,205,209)
#E0D7DA
(224,215,218)
#E8E1E3
(232,225,227)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08792; }

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

This text font color is #A08792.


Background Color

.myBgColor { background-color: #A08792; }

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

This div background color is #A08792.


Border color

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

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

This div border color is #A08792.


Opacity

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

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

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

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

This text has shadow with #A08792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08792 on black background.


Color preview on white background

This text has color #A08792 on white background.



Black color preview on #A08792 background

This text has black color on #A08792 background.


White color preview on #A08792 background

This text has white color on #A08792 background.