COLOR #A0827F

HEX: #A0827F
RGB: (160,130,127)

Color info

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

RGB color model

#A0827F color RGB value is (160,130,127).

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

RGB channels and saturation

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

160
130
127

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

Portions of RGB colors in percentages

R + G + B =
160 + 130 + 127 = 417 (100%)
R 160 of 417 ~ 38.37%
G 130 of 417 ~ 31.18%
B 127 of 417 ~ 30.46%

%38.37
%31.18
%30.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.75%
  • 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
%18.75
%20.63
%37.25

Codes

Color #A0827F in popluar color models

A0827F
RGB160130127
HSL14.80%56.27%
HSB/HSV20.63%62.75%
CMYK0.00%18.75%20.63%
37.25%

Color #A0827F in popluar number systems.

HEXA0827F
Decimal160130127
Binary10100000100000101111111
Octal240202177

Shades and tints

Shades of #A0827F

#A0827F
(160,130,127)
#927774
(146,119,116)
#846C69
(132,108,105)
#76615E
(118,97,94)
#685653
(104,86,83)
#5A4B48
(90,75,72)
#4C403D
(76,64,61)
#3E3532
(62,53,50)
#302A27
(48,42,39)
#221F1C
(34,31,28)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #A0827F

#A0827F
(160,130,127)
#A88D8A
(168,141,138)
#B09895
(176,152,149)
#B8A3A0
(184,163,160)
#C0AEAB
(192,174,171)
#C8B9B6
(200,185,182)
#D0C4C1
(208,196,193)
#D8CFCC
(216,207,204)
#E0DAD7
(224,218,215)
#E8E5E2
(232,229,226)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0827F; }

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

This text font color is #A0827F.


Background Color

.myBgColor { background-color: #A0827F; }

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

This div background color is #A0827F.


Border color

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

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

This div border color is #A0827F.


Opacity

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

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

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

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

This text has shadow with #A0827F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0827F on black background.


Color preview on white background

This text has color #A0827F on white background.



Black color preview on #A0827F background

This text has black color on #A0827F background.


White color preview on #A0827F background

This text has white color on #A0827F background.