COLOR #A8948A

HEX: #A8948A
RGB: (168,148,138)

Color info

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

RGB color model

#A8948A color RGB value is (168,148,138).

  • red value is 168;
  • green value is 148;
  • blue value is 138.
RGB:
(168,148,138)
(66%,58%,54%)

RGB channels and saturation

R 168 of 255 = 66%
G 148 of 255 = 58%
B 138 of 255 = 54%

168
148
138

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

Portions of RGB colors in percentages

R + G + B =
168 + 148 + 138 = 454 (100%)
R 168 of 454 ~ 37%
G 148 of 454 ~ 32.6%
B 138 of 454 ~ 30.4%

%37
%32.6
%30.4

CMYK color model

#A8948A color CMYK value is (0,12,18,34).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 17.86%
  • key color value is 34.12%
CMYK:
(0,12,18,34)
C0M12Y18K34 
(0%,12%,18%,34%)
(0.00/0.12/0.18/0.34)	

CMYK percentages

%0
%11.9
%17.86
%34.12

Codes

Color #A8948A in popluar color models

A8948A
RGB168148138
HSL20°14.71%60.00%
HSB/HSV20°17.86%65.88%
CMYK0.00%11.90%17.86%
34.12%

Color #A8948A in popluar number systems.

HEXA8948A
Decimal168148138
Binary101010001001010010001010
Octal250224212

Shades and tints

Shades of #A8948A

#A8948A
(168,148,138)
#99877E
(153,135,126)
#8A7A72
(138,122,114)
#7B6D66
(123,109,102)
#6C605A
(108,96,90)
#5D534E
(93,83,78)
#4E4642
(78,70,66)
#3F3936
(63,57,54)
#302C2A
(48,44,42)
#211F1E
(33,31,30)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #A8948A

#A8948A
(168,148,138)
#AF9D94
(175,157,148)
#B6A69E
(182,166,158)
#BDAFA8
(189,175,168)
#C4B8B2
(196,184,178)
#CBC1BC
(203,193,188)
#D2CAC6
(210,202,198)
#D9D3D0
(217,211,208)
#E0DCDA
(224,220,218)
#E7E5E4
(231,229,228)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8948A; }

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

This text font color is #A8948A.


Background Color

.myBgColor { background-color: #A8948A; }

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

This div background color is #A8948A.


Border color

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

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

This div border color is #A8948A.


Opacity

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

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

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

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

This text has shadow with #A8948A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8948A on black background.


Color preview on white background

This text has color #A8948A on white background.



Black color preview on #A8948A background

This text has black color on #A8948A background.


White color preview on #A8948A background

This text has white color on #A8948A background.