COLOR #A8948F

HEX: #A8948F RGB: (168,148,143)

Color info

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

RGB color model

#A8948F color RGB value is (168,148,143).

RGB: (168,148,143) (66%, 58%, 56%)

RGB channels and saturation

R 168 of 255 = 66%
G 148 of 255 = 58%
B 143 of 255 = 56%

168
148
143

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

Portions of RGB colors in percentages

R + G + B = 168 + 148 + 143 = 459 (100%)
R 168 of 459 ~ 36.6%
G 148 of 459 ~ 32.24%
B 143 of 459 ~ 31.15'%

%36.6
%32.24
%31.15

CMYK color model

#A8948F color CMYK value is (0,12,15,34).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 14.88%
  • key color value is 34.12%
CMYK: (0,12,15,34) C0M12Y15K34 (0%,12%,15%,34%) (0.00/0.12/0.15/0.34) 

CMYK percentages

%0
%11.9
%14.88
%34.12

Codes

Color #A8948F in popluar color models

A8 94 8F
RGB 168 148 143
HSL 12° 12.56% 60.98%
HSB/HSV 12° 14.88% 65.88%
CMYK 0.00% 11.90% 14.88%
34.12%

Color #A8948F in popluar number systems.

HEX A8 94 8F
Decimal 168 148 143
Binary 10101000 10010100 10001111
Octal 250 224 217

Shades and tints

Shades of #A8948F

#A8948F
(168,148,143)
#998782
(153,135,130)
#8A7A75
(138,122,117)
#7B6D68
(123,109,104)
#6C605B
(108,96,91)
#5D534E
(93,83,78)
#4E4641
(78,70,65)
#3F3934
(63,57,52)
#302C27
(48,44,39)
#211F1A
(33,31,26)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #A8948F

#A8948F
(168,148,143)
#AF9D99
(175,157,153)
#B6A6A3
(182,166,163)
#BDAFAD
(189,175,173)
#C4B8B7
(196,184,183)
#CBC1C1
(203,193,193)
#D2CACB
(210,202,203)
#D9D3D5
(217,211,213)
#E0DCDF
(224,220,223)
#E7E5E9
(231,229,233)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8948F color. Also use rgb(168,148,143) instead hex code.

Text Font Color

.myTextColor { color: #A8948F; }

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

This text font color is #A8948F.

Background Color

.myBgColor { background-color: #A8948F; }

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

This div background color is #A8948F.

Border color

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

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

This div border color is #A8948F.

Opacity

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

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

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

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

This text has shadow with #A8948F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8948F.

Preview

Color preview on black background

This text has color #A8948F on black background.


Color preview on white background

This text has color #A8948F on white background.


Black color preview on #A8948F background

This text has black color on #A8948F background.


White color preview on #A8948F background

This text has white color on #A8948F background.


Related colors

Complementary color

Complementary color for #hex is #576B70.


I love getcolorcode.com

Triadic colors

1 #8FA894 and #948FA8 with #A8948F are triadic colors.

2 #8F94A8 and #94A88F with #A8948F are triadic colors.