COLOR #A7828D

HEX: #A7828D
RGB: (167,130,141)

Color info

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

RGB color model

#A7828D color RGB value is (167,130,141).

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

RGB channels and saturation

R 167 of 255 = 65%
G 130 of 255 = 51%
B 141 of 255 = 55%

167
130
141

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

Portions of RGB colors in percentages

R + G + B =
167 + 130 + 141 = 438 (100%)
R 167 of 438 ~ 38.13%
G 130 of 438 ~ 29.68%
B 141 of 438 ~ 32.19%

%38.13
%29.68
%32.19

CMYK color model

#A7828D color CMYK value is (0,22,16,35).

  • cyan value is 0.00%
  • magenta value is 22.16%
  • yellow value is 15.57%
  • key color value is 34.51%
CMYK:
(0,22,16,35)
C0M22Y16K35 
(0%,22%,16%,35%)
(0.00/0.22/0.16/0.35)	

CMYK percentages

%0
%22.16
%15.57
%34.51

Codes

Color #A7828D in popluar color models

A7828D
RGB167130141
HSL342°17.37%58.24%
HSB/HSV342°22.16%65.49%
CMYK0.00%22.16%15.57%
34.51%

Color #A7828D in popluar number systems.

HEXA7828D
Decimal167130141
Binary101001111000001010001101
Octal247202215

Shades and tints

Shades of #A7828D

#A7828D
(167,130,141)
#987781
(152,119,129)
#896C75
(137,108,117)
#7A6169
(122,97,105)
#6B565D
(107,86,93)
#5C4B51
(92,75,81)
#4D4045
(77,64,69)
#3E3539
(62,53,57)
#2F2A2D
(47,42,45)
#201F21
(32,31,33)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #A7828D

#A7828D
(167,130,141)
#AF8D97
(175,141,151)
#B798A1
(183,152,161)
#BFA3AB
(191,163,171)
#C7AEB5
(199,174,181)
#CFB9BF
(207,185,191)
#D7C4C9
(215,196,201)
#DFCFD3
(223,207,211)
#E7DADD
(231,218,221)
#EFE5E7
(239,229,231)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7828D; }

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

This text font color is #A7828D.


Background Color

.myBgColor { background-color: #A7828D; }

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

This div background color is #A7828D.


Border color

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

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

This div border color is #A7828D.


Opacity

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

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

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

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

This text has shadow with #A7828D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7828D on black background.


Color preview on white background

This text has color #A7828D on white background.



Black color preview on #A7828D background

This text has black color on #A7828D background.


White color preview on #A7828D background

This text has white color on #A7828D background.