COLOR #A4998F

HEX: #A4998F RGB: (164,153,143)

Color info

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

RGB color model

#A4998F color RGB value is (164,153,143).

RGB: (164,153,143) (64%, 60%, 56%)

RGB channels and saturation

R 164 of 255 = 64%
G 153 of 255 = 60%
B 143 of 255 = 56%

164
153
143

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

Portions of RGB colors in percentages

R + G + B = 164 + 153 + 143 = 460 (100%)
R 164 of 460 ~ 35.65%
G 153 of 460 ~ 33.26%
B 143 of 460 ~ 31.09'%

%35.65
%33.26
%31.09

CMYK color model

#A4998F color CMYK value is (0,7,13,36).

  • cyan value is 0.00%
  • magenta value is 6.71%
  • yellow value is 12.80%
  • key color value is 35.69%

CMYK: (0,7,13,36)
C0M7Y13K36 (0%, 7%, 13%, 36%)
(0.00 / 0.07 / 0.13 / 0.36)

CMYK percentages

%0
%6.71
%12.8
%35.69

Codes

Color #A4998F in popluar color models

A4 99 8F
RGB 164 153 143
HSL 29° 10.34% 60.20%
HSB/HSV 29° 12.80% 64.31%
CMYK 0.00% 6.71% 12.80%
35.69%

Color #A4998F in popluar number systems.

HEX A4 99 8F
Decimal 164 153 143
Binary 10100100 10011001 10001111
Octal 244 231 217

Shades and tints

Shades of #A4998F

#A4998F
(164,153,143)
#968C82
(150,140,130)
#887F75
(136,127,117)
#7A7268
(122,114,104)
#6C655B
(108,101,91)
#5E584E
(94,88,78)
#504B41
(80,75,65)
#423E34
(66,62,52)
#343127
(52,49,39)
#26241A
(38,36,26)
#18170D
(24,23,13)
#000000
(0,0,0)

Tints of #A4998F

#A4998F
(164,153,143)
#ACA299
(172,162,153)
#B4ABA3
(180,171,163)
#BCB4AD
(188,180,173)
#C4BDB7
(196,189,183)
#CCC6C1
(204,198,193)
#D4CFCB
(212,207,203)
#DCD8D5
(220,216,213)
#E4E1DF
(228,225,223)
#ECEAE9
(236,234,233)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4998F; }

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

This text font color is #A4998F.

Background Color

.myBgColor { background-color: #A4998F; }

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

This div background color is #A4998F.

Border color

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

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

This div border color is #A4998F.

Opacity

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

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

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

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

This text has shadow with #A4998F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4998F.

Preview

Color preview on black background

This text has color #A4998F on black background.


Color preview on white background

This text has color #A4998F on white background.


Black color preview on #A4998F background

This text has black color on #A4998F background.


White color preview on #A4998F background

This text has white color on #A4998F background.


Related colors

Complementary color

Complementary color for #hex is #5B6670.


I love getcolorcode.com

Triadic colors

1 #8FA499 and #998FA4 with #A4998F are triadic colors.

2 #8F99A4 and #99A48F with #A4998F are triadic colors.