COLOR #A05871

HEX: #A05871 RGB: (160,88,113)

Color info

#A05871 contains mainly red and blue colors. Web safe color of #A05871 is #996666 (or #966).

RGB color model

#A05871 color RGB value is (160,88,113).

RGB: (160,88,113) (63%, 35%, 44%)

RGB channels and saturation

R 160 of 255 = 63%
G 88 of 255 = 35%
B 113 of 255 = 44%

160
88
113

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

Portions of RGB colors in percentages

R + G + B = 160 + 88 + 113 = 361 (100%)
R 160 of 361 ~ 44.32%
G 88 of 361 ~ 24.38%
B 113 of 361 ~ 31.3'%

%44.32
%24.38
%31.3

CMYK color model

#A05871 color CMYK value is (0,45,29,37).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 29.38%
  • key color value is 37.25%
CMYK: (0,45,29,37) C0M45Y29K37 (0%,45%,29%,37%) (0.00/0.45/0.29/0.37) 

CMYK percentages

%0
%45
%29.38
%37.25

Codes

Color #A05871 in popluar color models

A0 58 71
RGB 160 88 113
HSL 339° 29.03% 48.63%
HSB/HSV 339° 45.00% 62.75%
CMYK 0.00% 45.00% 29.38%
37.25%

Color #A05871 in popluar number systems.

HEX A0 58 71
Decimal 160 88 113
Binary 10100000 1011000 1110001
Octal 240 130 161

Shades and tints

Shades of #A05871

#A05871
(160,88,113)
#925067
(146,80,103)
#84485D
(132,72,93)
#764053
(118,64,83)
#683849
(104,56,73)
#5A303F
(90,48,63)
#4C2835
(76,40,53)
#3E202B
(62,32,43)
#301821
(48,24,33)
#221017
(34,16,23)
#14080D
(20,8,13)
#000000
(0,0,0)

Tints of #A05871

#A05871
(160,88,113)
#A8677D
(168,103,125)
#B07689
(176,118,137)
#B88595
(184,133,149)
#C094A1
(192,148,161)
#C8A3AD
(200,163,173)
#D0B2B9
(208,178,185)
#D8C1C5
(216,193,197)
#E0D0D1
(224,208,209)
#E8DFDD
(232,223,221)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A05871 color. Also use rgb(160,88,113) instead hex code.

Text Font Color

.myTextColor { color: #A05871; }

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

This text font color is #A05871.

Background Color

.myBgColor { background-color: #A05871; }

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

This div background color is #A05871.

Border color

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

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

This div border color is #A05871.

Opacity

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

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

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

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

This text has shadow with #A05871 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A05871.

Preview

Color preview on black background

This text has color #A05871 on black background.


Color preview on white background

This text has color #A05871 on white background.


Black color preview on #A05871 background

This text has black color on #A05871 background.


White color preview on #A05871 background

This text has white color on #A05871 background.


Related colors

Complementary color

Complementary color for #hex is #5FA78E.


I love getcolorcode.com

Triadic colors

1 #71A058 and #5871A0 with #A05871 are triadic colors.

2 #7158A0 and #58A071 with #A05871 are triadic colors.