COLOR #A08591

HEX: #A08591 RGB: (160,133,145)

Color info

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

RGB color model

#A08591 color RGB value is (160,133,145).

RGB: (160,133,145) (63%, 52%, 57%)

RGB channels and saturation

R 160 of 255 = 63%
G 133 of 255 = 52%
B 145 of 255 = 57%

160
133
145

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

Portions of RGB colors in percentages

R + G + B = 160 + 133 + 145 = 438 (100%)
R 160 of 438 ~ 36.53%
G 133 of 438 ~ 30.37%
B 145 of 438 ~ 33.11'%

%36.53
%30.37
%33.11

CMYK color model

#A08591 color CMYK value is (0,17,9,37).

  • cyan value is 0.00%
  • magenta value is 16.88%
  • yellow value is 9.38%
  • key color value is 37.25%

CMYK: (0,17,9,37)
C0M17Y9K37 (0%, 17%, 9%, 37%)
(0.00 / 0.17 / 0.09 / 0.37)

CMYK percentages

%0
%16.88
%9.38
%37.25

Codes

Color #A08591 in popluar color models

A0 85 91
RGB 160 133 145
HSL 333° 12.44% 57.45%
HSB/HSV 333° 16.88% 62.75%
CMYK 0.00% 16.88% 9.38%
37.25%

Color #A08591 in popluar number systems.

HEX A0 85 91
Decimal 160 133 145
Binary 10100000 10000101 10010001
Octal 240 205 221

Shades and tints

Shades of #A08591

#A08591
(160,133,145)
#927984
(146,121,132)
#846D77
(132,109,119)
#76616A
(118,97,106)
#68555D
(104,85,93)
#5A4950
(90,73,80)
#4C3D43
(76,61,67)
#3E3136
(62,49,54)
#302529
(48,37,41)
#22191C
(34,25,28)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #A08591

#A08591
(160,133,145)
#A8909B
(168,144,155)
#B09BA5
(176,155,165)
#B8A6AF
(184,166,175)
#C0B1B9
(192,177,185)
#C8BCC3
(200,188,195)
#D0C7CD
(208,199,205)
#D8D2D7
(216,210,215)
#E0DDE1
(224,221,225)
#E8E8EB
(232,232,235)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08591; }

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

This text font color is #A08591.

Background Color

.myBgColor { background-color: #A08591; }

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

This div background color is #A08591.

Border color

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

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

This div border color is #A08591.

Opacity

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

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

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

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

This text has shadow with #A08591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08591.

Preview

Color preview on black background

This text has color #A08591 on black background.


Color preview on white background

This text has color #A08591 on white background.


Black color preview on #A08591 background

This text has black color on #A08591 background.


White color preview on #A08591 background

This text has white color on #A08591 background.


Related colors

Complementary color

Complementary color for #hex is #5F7A6E.


I love getcolorcode.com

Triadic colors

1 #91A085 and #8591A0 with #A08591 are triadic colors.

2 #9185A0 and #85A091 with #A08591 are triadic colors.