COLOR #A28189

HEX: #A28189
RGB: (162,129,137)

Color info

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

RGB color model

#A28189 color RGB value is (162,129,137).

  • red value is 162;
  • green value is 129;
  • blue value is 137.
RGB:
(162,129,137)
(64%,51%,54%)

RGB channels and saturation

R 162 of 255 = 64%
G 129 of 255 = 51%
B 137 of 255 = 54%

162
129
137

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

Portions of RGB colors in percentages

R + G + B =
162 + 129 + 137 = 428 (100%)
R 162 of 428 ~ 37.85%
G 129 of 428 ~ 30.14%
B 137 of 428 ~ 32.01%

%37.85
%30.14
%32.01

CMYK color model

#A28189 color CMYK value is (0,20,15,36).

  • cyan value is 0.00%
  • magenta value is 20.37%
  • yellow value is 15.43%
  • key color value is 36.47%
CMYK:
(0,20,15,36)
C0M20Y15K36 
(0%,20%,15%,36%)
(0.00/0.20/0.15/0.36)	

CMYK percentages

%0
%20.37
%15.43
%36.47

Codes

Color #A28189 in popluar color models

A28189
RGB162129137
HSL345°15.07%57.06%
HSB/HSV345°20.37%63.53%
CMYK0.00%20.37%15.43%
36.47%

Color #A28189 in popluar number systems.

HEXA28189
Decimal162129137
Binary101000101000000110001001
Octal242201211

Shades and tints

Shades of #A28189

#A28189
(162,129,137)
#94767D
(148,118,125)
#866B71
(134,107,113)
#786065
(120,96,101)
#6A5559
(106,85,89)
#5C4A4D
(92,74,77)
#4E3F41
(78,63,65)
#403435
(64,52,53)
#322929
(50,41,41)
#241E1D
(36,30,29)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #A28189

#A28189
(162,129,137)
#AA8C93
(170,140,147)
#B2979D
(178,151,157)
#BAA2A7
(186,162,167)
#C2ADB1
(194,173,177)
#CAB8BB
(202,184,187)
#D2C3C5
(210,195,197)
#DACECF
(218,206,207)
#E2D9D9
(226,217,217)
#EAE4E3
(234,228,227)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28189 color. Also use rgb(162,129,137) instead hex code.

Text Font Color

.myTextColor { color: #A28189; }

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

This text font color is #A28189.


Background Color

.myBgColor { background-color: #A28189; }

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

This div background color is #A28189.


Border color

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

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

This div border color is #A28189.


Opacity

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

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

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

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

This text has shadow with #A28189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28189 on black background.


Color preview on white background

This text has color #A28189 on white background.



Black color preview on #A28189 background

This text has black color on #A28189 background.


White color preview on #A28189 background

This text has white color on #A28189 background.