COLOR #A0828C

HEX: #A0828C RGB: (160,130,140)

Color info

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

RGB color model

#A0828C color RGB value is (160,130,140).

RGB: (160,130,140) (63%, 51%, 55%)

RGB channels and saturation

R 160 of 255 = 63%
G 130 of 255 = 51%
B 140 of 255 = 55%

160
130
140

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

Portions of RGB colors in percentages

R + G + B = 160 + 130 + 140 = 430 (100%)
R 160 of 430 ~ 37.21%
G 130 of 430 ~ 30.23%
B 140 of 430 ~ 32.56'%

%37.21
%30.23
%32.56

CMYK color model

#A0828C color CMYK value is (0,19,13,37).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 12.50%
  • key color value is 37.25%
CMYK: (0,19,13,37) C0M19Y13K37 (0%,19%,13%,37%) (0.00/0.19/0.13/0.37) 

CMYK percentages

%0
%18.75
%12.5
%37.25

Codes

Color #A0828C in popluar color models

A0 82 8C
RGB 160 130 140
HSL 340° 13.64% 56.86%
HSB/HSV 340° 18.75% 62.75%
CMYK 0.00% 18.75% 12.50%
37.25%

Color #A0828C in popluar number systems.

HEX A0 82 8C
Decimal 160 130 140
Binary 10100000 10000010 10001100
Octal 240 202 214

Shades and tints

Shades of #A0828C

#A0828C
(160,130,140)
#927780
(146,119,128)
#846C74
(132,108,116)
#766168
(118,97,104)
#68565C
(104,86,92)
#5A4B50
(90,75,80)
#4C4044
(76,64,68)
#3E3538
(62,53,56)
#302A2C
(48,42,44)
#221F20
(34,31,32)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #A0828C

#A0828C
(160,130,140)
#A88D96
(168,141,150)
#B098A0
(176,152,160)
#B8A3AA
(184,163,170)
#C0AEB4
(192,174,180)
#C8B9BE
(200,185,190)
#D0C4C8
(208,196,200)
#D8CFD2
(216,207,210)
#E0DADC
(224,218,220)
#E8E5E6
(232,229,230)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0828C; }

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

This text font color is #A0828C.

Background Color

.myBgColor { background-color: #A0828C; }

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

This div background color is #A0828C.

Border color

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

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

This div border color is #A0828C.

Opacity

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

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

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

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

This text has shadow with #A0828C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0828C.

Preview

Color preview on black background

This text has color #A0828C on black background.


Color preview on white background

This text has color #A0828C on white background.


Black color preview on #A0828C background

This text has black color on #A0828C background.


White color preview on #A0828C background

This text has white color on #A0828C background.


Related colors

Complementary color

Complementary color for #hex is #5F7D73.


I love getcolorcode.com

Triadic colors

1 #8CA082 and #828CA0 with #A0828C are triadic colors.

2 #8C82A0 and #82A08C with #A0828C are triadic colors.