COLOR #A7828E

HEX: #A7828E
RGB: (167,130,142)

Color info

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

RGB color model

#A7828E color RGB value is (167,130,142).

  • red value is 167;
  • green value is 130;
  • blue value is 142.
RGB:
(167,130,142)
(65%,51%,56%)

RGB channels and saturation

R 167 of 255 = 65%
G 130 of 255 = 51%
B 142 of 255 = 56%

167
130
142

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

Portions of RGB colors in percentages

R + G + B =
167 + 130 + 142 = 439 (100%)
R 167 of 439 ~ 38.04%
G 130 of 439 ~ 29.61%
B 142 of 439 ~ 32.35%

%38.04
%29.61
%32.35

CMYK color model

#A7828E color CMYK value is (0,22,15,35).

  • cyan value is 0.00%
  • magenta value is 22.16%
  • yellow value is 14.97%
  • key color value is 34.51%
CMYK:
(0,22,15,35)
C0M22Y15K35 
(0%,22%,15%,35%)
(0.00/0.22/0.15/0.35)	

CMYK percentages

%0
%22.16
%14.97
%34.51

Codes

Color #A7828E in popluar color models

A7828E
RGB167130142
HSL341°17.37%58.24%
HSB/HSV341°22.16%65.49%
CMYK0.00%22.16%14.97%
34.51%

Color #A7828E in popluar number systems.

HEXA7828E
Decimal167130142
Binary101001111000001010001110
Octal247202216

Shades and tints

Shades of #A7828E

#A7828E
(167,130,142)
#987782
(152,119,130)
#896C76
(137,108,118)
#7A616A
(122,97,106)
#6B565E
(107,86,94)
#5C4B52
(92,75,82)
#4D4046
(77,64,70)
#3E353A
(62,53,58)
#2F2A2E
(47,42,46)
#201F22
(32,31,34)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #A7828E

#A7828E
(167,130,142)
#AF8D98
(175,141,152)
#B798A2
(183,152,162)
#BFA3AC
(191,163,172)
#C7AEB6
(199,174,182)
#CFB9C0
(207,185,192)
#D7C4CA
(215,196,202)
#DFCFD4
(223,207,212)
#E7DADE
(231,218,222)
#EFE5E8
(239,229,232)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7828E color. Also use rgb(167,130,142) instead hex code.

Text Font Color

.myTextColor { color: #A7828E; }

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

This text font color is #A7828E.


Background Color

.myBgColor { background-color: #A7828E; }

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

This div background color is #A7828E.


Border color

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

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

This div border color is #A7828E.


Opacity

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

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

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

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

This text has shadow with #A7828E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7828E on black background.


Color preview on white background

This text has color #A7828E on white background.



Black color preview on #A7828E background

This text has black color on #A7828E background.


White color preview on #A7828E background

This text has white color on #A7828E background.