COLOR #A4928F

HEX: #A4928F
RGB: (164,146,143)

Color info

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

RGB color model

#A4928F color RGB value is (164,146,143).

  • red value is 164;
  • green value is 146;
  • blue value is 143.
RGB:
(164,146,143)
(64%,57%,56%)

RGB channels and saturation

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

164
146
143

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

Portions of RGB colors in percentages

R + G + B =
164 + 146 + 143 = 453 (100%)
R 164 of 453 ~ 36.2%
G 146 of 453 ~ 32.23%
B 143 of 453 ~ 31.57%

%36.2
%32.23
%31.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 12.80%
  • 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
%12.8
%35.69

Codes

Color #A4928F in popluar color models

A4928F
RGB164146143
HSL10.34%60.20%
HSB/HSV12.80%64.31%
CMYK0.00%10.98%12.80%
35.69%

Color #A4928F in popluar number systems.

HEXA4928F
Decimal164146143
Binary101001001001001010001111
Octal244222217

Shades and tints

Shades of #A4928F

#A4928F
(164,146,143)
#968582
(150,133,130)
#887875
(136,120,117)
#7A6B68
(122,107,104)
#6C5E5B
(108,94,91)
#5E514E
(94,81,78)
#504441
(80,68,65)
#423734
(66,55,52)
#342A27
(52,42,39)
#261D1A
(38,29,26)
#18100D
(24,16,13)
#000000
(0,0,0)

Tints of #A4928F

#A4928F
(164,146,143)
#AC9B99
(172,155,153)
#B4A4A3
(180,164,163)
#BCADAD
(188,173,173)
#C4B6B7
(196,182,183)
#CCBFC1
(204,191,193)
#D4C8CB
(212,200,203)
#DCD1D5
(220,209,213)
#E4DADF
(228,218,223)
#ECE3E9
(236,227,233)
#F4ECF3
(244,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4928F; }

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

This text font color is #A4928F.


Background Color

.myBgColor { background-color: #A4928F; }

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

This div background color is #A4928F.


Border color

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

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

This div border color is #A4928F.


Opacity

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

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

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

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

This text has shadow with #A4928F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4928F on black background.


Color preview on white background

This text has color #A4928F on white background.



Black color preview on #A4928F background

This text has black color on #A4928F background.


White color preview on #A4928F background

This text has white color on #A4928F background.