COLOR #A8A394

HEX: #A8A394
RGB: (168,163,148)

Color info

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

RGB color model

#A8A394 color RGB value is (168,163,148).

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

RGB channels and saturation

R 168 of 255 = 66%
G 163 of 255 = 64%
B 148 of 255 = 58%

168
163
148

R + G + B ~ 63%. #A8A394 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 163 + 148 = 479 (100%)
R 168 of 479 ~ 35.07%
G 163 of 479 ~ 34.03%
B 148 of 479 ~ 30.9%

%35.07
%34.03
%30.9

CMYK color model

#A8A394 color CMYK value is (0,3,12,34).

  • cyan value is 0.00%
  • magenta value is 2.98%
  • yellow value is 11.90%
  • key color value is 34.12%
CMYK:
(0,3,12,34)
C0M3Y12K34 
(0%,3%,12%,34%)
(0.00/0.03/0.12/0.34)	

CMYK percentages

%0
%2.98
%11.9
%34.12

Codes

Color #A8A394 in popluar color models

A8A394
RGB168163148
HSL45°10.31%61.96%
HSB/HSV45°11.90%65.88%
CMYK0.00%2.98%11.90%
34.12%

Color #A8A394 in popluar number systems.

HEXA8A394
Decimal168163148
Binary101010001010001110010100
Octal250243224

Shades and tints

Shades of #A8A394

#A8A394
(168,163,148)
#999587
(153,149,135)
#8A877A
(138,135,122)
#7B796D
(123,121,109)
#6C6B60
(108,107,96)
#5D5D53
(93,93,83)
#4E4F46
(78,79,70)
#3F4139
(63,65,57)
#30332C
(48,51,44)
#21251F
(33,37,31)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #A8A394

#A8A394
(168,163,148)
#AFAB9D
(175,171,157)
#B6B3A6
(182,179,166)
#BDBBAF
(189,187,175)
#C4C3B8
(196,195,184)
#CBCBC1
(203,203,193)
#D2D3CA
(210,211,202)
#D9DBD3
(217,219,211)
#E0E3DC
(224,227,220)
#E7EBE5
(231,235,229)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A394; }

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

This text font color is #A8A394.


Background Color

.myBgColor { background-color: #A8A394; }

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

This div background color is #A8A394.


Border color

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

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

This div border color is #A8A394.


Opacity

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

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

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

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

This text has shadow with #A8A394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A394 on black background.


Color preview on white background

This text has color #A8A394 on white background.



Black color preview on #A8A394 background

This text has black color on #A8A394 background.


White color preview on #A8A394 background

This text has white color on #A8A394 background.