COLOR #A0817F

HEX: #A0817F
RGB: (160,129,127)

Color info

#A0817F contains red, green and blue colors in about the same proportion. Web safe color of #A0817F is #999966 (or #996).

RGB color model

#A0817F color RGB value is (160,129,127).

  • red value is 160;
  • green value is 129;
  • blue value is 127.
RGB:
(160,129,127)
(63%,51%,50%)

RGB channels and saturation

R 160 of 255 = 63%
G 129 of 255 = 51%
B 127 of 255 = 50%

160
129
127

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

Portions of RGB colors in percentages

R + G + B =
160 + 129 + 127 = 416 (100%)
R 160 of 416 ~ 38.46%
G 129 of 416 ~ 31.01%
B 127 of 416 ~ 30.53%

%38.46
%31.01
%30.53

CMYK color model

#A0817F color CMYK value is (0,19,21,37).

  • cyan value is 0.00%
  • magenta value is 19.38%
  • yellow value is 20.63%
  • key color value is 37.25%
CMYK:
(0,19,21,37)
C0M19Y21K37 
(0%,19%,21%,37%)
(0.00/0.19/0.21/0.37)	

CMYK percentages

%0
%19.38
%20.63
%37.25

Codes

Color #A0817F in popluar color models

A0817F
RGB160129127
HSL14.80%56.27%
HSB/HSV20.63%62.75%
CMYK0.00%19.38%20.63%
37.25%

Color #A0817F in popluar number systems.

HEXA0817F
Decimal160129127
Binary10100000100000011111111
Octal240201177

Shades and tints

Shades of #A0817F

#A0817F
(160,129,127)
#927674
(146,118,116)
#846B69
(132,107,105)
#76605E
(118,96,94)
#685553
(104,85,83)
#5A4A48
(90,74,72)
#4C3F3D
(76,63,61)
#3E3432
(62,52,50)
#302927
(48,41,39)
#221E1C
(34,30,28)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #A0817F

#A0817F
(160,129,127)
#A88C8A
(168,140,138)
#B09795
(176,151,149)
#B8A2A0
(184,162,160)
#C0ADAB
(192,173,171)
#C8B8B6
(200,184,182)
#D0C3C1
(208,195,193)
#D8CECC
(216,206,204)
#E0D9D7
(224,217,215)
#E8E4E2
(232,228,226)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0817F color. Also use rgb(160,129,127) instead hex code.

Text Font Color

.myTextColor { color: #A0817F; }

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

This text font color is #A0817F.


Background Color

.myBgColor { background-color: #A0817F; }

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

This div background color is #A0817F.


Border color

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

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

This div border color is #A0817F.


Opacity

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

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

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

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

This text has shadow with #A0817F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0817F on black background.


Color preview on white background

This text has color #A0817F on white background.



Black color preview on #A0817F background

This text has black color on #A0817F background.


White color preview on #A0817F background

This text has white color on #A0817F background.