COLOR #A08595

HEX: #A08595
RGB: (160,133,149)

Color info

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

RGB color model

#A08595 color RGB value is (160,133,149).

  • red value is 160;
  • green value is 133;
  • blue value is 149.
RGB:
(160,133,149)
(63%,52%,58%)

RGB channels and saturation

R 160 of 255 = 63%
G 133 of 255 = 52%
B 149 of 255 = 58%

160
133
149

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

Portions of RGB colors in percentages

R + G + B =
160 + 133 + 149 = 442 (100%)
R 160 of 442 ~ 36.2%
G 133 of 442 ~ 30.09%
B 149 of 442 ~ 33.71%

%36.2
%30.09
%33.71

CMYK color model

#A08595 color CMYK value is (0,17,7,37).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 6.87%
  • key color value is 37.25%
CMYK:
(0,17,7,37)
C0M17Y7K37 
(0%,17%,7%,37%)
(0.00/0.17/0.07/0.37)	

CMYK percentages

%0
%16.88
%6.87
%37.25

Codes

Color #A08595 in popluar color models

A08595
RGB160133149
HSL324°12.44%57.45%
HSB/HSV324°16.88%62.75%
CMYK0.00%16.88%6.87%
37.25%

Color #A08595 in popluar number systems.

HEXA08595
Decimal160133149
Binary101000001000010110010101
Octal240205225

Shades and tints

Shades of #A08595

#A08595
(160,133,149)
#927988
(146,121,136)
#846D7B
(132,109,123)
#76616E
(118,97,110)
#685561
(104,85,97)
#5A4954
(90,73,84)
#4C3D47
(76,61,71)
#3E313A
(62,49,58)
#30252D
(48,37,45)
#221920
(34,25,32)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #A08595

#A08595
(160,133,149)
#A8909E
(168,144,158)
#B09BA7
(176,155,167)
#B8A6B0
(184,166,176)
#C0B1B9
(192,177,185)
#C8BCC2
(200,188,194)
#D0C7CB
(208,199,203)
#D8D2D4
(216,210,212)
#E0DDDD
(224,221,221)
#E8E8E6
(232,232,230)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08595 color. Also use rgb(160,133,149) instead hex code.

Text Font Color

.myTextColor { color: #A08595; }

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

This text font color is #A08595.


Background Color

.myBgColor { background-color: #A08595; }

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

This div background color is #A08595.


Border color

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

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

This div border color is #A08595.


Opacity

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

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

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

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

This text has shadow with #A08595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08595 on black background.


Color preview on white background

This text has color #A08595 on white background.



Black color preview on #A08595 background

This text has black color on #A08595 background.


White color preview on #A08595 background

This text has white color on #A08595 background.