COLOR #A4928E

HEX: #A4928E RGB: (164,146,142)

Color info

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

RGB color model

#A4928E color RGB value is (164,146,142).

RGB: (164,146,142) (64%, 57%, 56%)

RGB channels and saturation

R 164 of 255 = 64%
G 146 of 255 = 57%
B 142 of 255 = 56%

164
146
142

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

Portions of RGB colors in percentages

R + G + B = 164 + 146 + 142 = 452 (100%)
R 164 of 452 ~ 36.28%
G 146 of 452 ~ 32.3%
B 142 of 452 ~ 31.42'%

%36.28
%32.3
%31.42

CMYK color model

#A4928E color CMYK value is (0,11,13,36).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 13.41%
  • key color value is 35.69%

CMYK: (0,11,13,36)
C0M11Y13K36 (0%, 11%, 13%, 36%)
(0.00 / 0.11 / 0.13 / 0.36)

CMYK percentages

%0
%10.98
%13.41
%35.69

Codes

Color #A4928E in popluar color models

A4 92 8E
RGB 164 146 142
HSL 11° 10.78% 60.00%
HSB/HSV 11° 13.41% 64.31%
CMYK 0.00% 10.98% 13.41%
35.69%

Color #A4928E in popluar number systems.

HEX A4 92 8E
Decimal 164 146 142
Binary 10100100 10010010 10001110
Octal 244 222 216

Shades and tints

Shades of #A4928E

#A4928E
(164,146,142)
#968582
(150,133,130)
#887876
(136,120,118)
#7A6B6A
(122,107,106)
#6C5E5E
(108,94,94)
#5E5152
(94,81,82)
#504446
(80,68,70)
#42373A
(66,55,58)
#342A2E
(52,42,46)
#261D22
(38,29,34)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #A4928E

#A4928E
(164,146,142)
#AC9B98
(172,155,152)
#B4A4A2
(180,164,162)
#BCADAC
(188,173,172)
#C4B6B6
(196,182,182)
#CCBFC0
(204,191,192)
#D4C8CA
(212,200,202)
#DCD1D4
(220,209,212)
#E4DADE
(228,218,222)
#ECE3E8
(236,227,232)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4928E color. Also use rgb(164,146,142) instead hex code.

Text Font Color

.myTextColor { color: #A4928E; }

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

This text font color is #A4928E.

Background Color

.myBgColor { background-color: #A4928E; }

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

This div background color is #A4928E.

Border color

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

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

This div border color is #A4928E.

Opacity

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

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

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

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

This text has shadow with #A4928E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4928E.

Preview

Color preview on black background

This text has color #A4928E on black background.


Color preview on white background

This text has color #A4928E on white background.


Black color preview on #A4928E background

This text has black color on #A4928E background.


White color preview on #A4928E background

This text has white color on #A4928E background.


Related colors

Complementary color

Complementary color for #hex is #5B6D71.


I love getcolorcode.com

Triadic colors

1 #8EA492 and #928EA4 with #A4928E are triadic colors.

2 #8E92A4 and #92A48E with #A4928E are triadic colors.