COLOR #A0827E

HEX: #A0827E RGB: (160,130,126)

Color info

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

RGB color model

#A0827E color RGB value is (160,130,126).

RGB: (160,130,126) (63%, 51%, 49%)

RGB channels and saturation

R 160 of 255 = 63%
G 130 of 255 = 51%
B 126 of 255 = 49%

160
130
126

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

Portions of RGB colors in percentages

R + G + B = 160 + 130 + 126 = 416 (100%)
R 160 of 416 ~ 38.46%
G 130 of 416 ~ 31.25%
B 126 of 416 ~ 30.29'%

%38.46
%31.25
%30.29

CMYK color model

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

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

Codes

Color #A0827E in popluar color models

A0 82 7E
RGB 160 130 126
HSL 15.18% 56.08%
HSB/HSV 21.25% 62.75%
CMYK 0.00% 18.75% 21.25%
37.25%

Color #A0827E in popluar number systems.

HEX A0 82 7E
Decimal 160 130 126
Binary 10100000 10000010 1111110
Octal 240 202 176

Shades and tints

Shades of #A0827E

#A0827E
(160,130,126)
#927773
(146,119,115)
#846C68
(132,108,104)
#76615D
(118,97,93)
#685652
(104,86,82)
#5A4B47
(90,75,71)
#4C403C
(76,64,60)
#3E3531
(62,53,49)
#302A26
(48,42,38)
#221F1B
(34,31,27)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #A0827E

#A0827E
(160,130,126)
#A88D89
(168,141,137)
#B09894
(176,152,148)
#B8A39F
(184,163,159)
#C0AEAA
(192,174,170)
#C8B9B5
(200,185,181)
#D0C4C0
(208,196,192)
#D8CFCB
(216,207,203)
#E0DAD6
(224,218,214)
#E8E5E1
(232,229,225)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0827E; }

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

This text font color is #A0827E.

Background Color

.myBgColor { background-color: #A0827E; }

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

This div background color is #A0827E.

Border color

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

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

This div border color is #A0827E.

Opacity

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

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

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

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

This text has shadow with #A0827E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0827E.

Preview

Color preview on black background

This text has color #A0827E on black background.


Color preview on white background

This text has color #A0827E on white background.


Black color preview on #A0827E background

This text has black color on #A0827E background.


White color preview on #A0827E background

This text has white color on #A0827E background.


Related colors

Complementary color

Complementary color for #hex is #5F7D81.


I love getcolorcode.com

Triadic colors

1 #7EA082 and #827EA0 with #A0827E are triadic colors.

2 #7E82A0 and #82A07E with #A0827E are triadic colors.