COLOR #A8A694

HEX: #A8A694
RGB: (168,166,148)

Color info

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

RGB color model

#A8A694 color RGB value is (168,166,148).

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

RGB channels and saturation

R 168 of 255 = 66%
G 166 of 255 = 65%
B 148 of 255 = 58%

168
166
148

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

Portions of RGB colors in percentages

R + G + B =
168 + 166 + 148 = 482 (100%)
R 168 of 482 ~ 34.85%
G 166 of 482 ~ 34.44%
B 148 of 482 ~ 30.71%

%34.85
%34.44
%30.71

CMYK color model

#A8A694 color CMYK value is (0,1,12,34).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 11.90%
  • key color value is 34.12%
CMYK:
(0,1,12,34)
C0M1Y12K34 
(0%,1%,12%,34%)
(0.00/0.01/0.12/0.34)	

CMYK percentages

%0
%1.19
%11.9
%34.12

Codes

Color #A8A694 in popluar color models

A8A694
RGB168166148
HSL54°10.31%61.96%
HSB/HSV54°11.90%65.88%
CMYK0.00%1.19%11.90%
34.12%

Color #A8A694 in popluar number systems.

HEXA8A694
Decimal168166148
Binary101010001010011010010100
Octal250246224

Shades and tints

Shades of #A8A694

#A8A694
(168,166,148)
#999787
(153,151,135)
#8A887A
(138,136,122)
#7B796D
(123,121,109)
#6C6A60
(108,106,96)
#5D5B53
(93,91,83)
#4E4C46
(78,76,70)
#3F3D39
(63,61,57)
#302E2C
(48,46,44)
#211F1F
(33,31,31)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #A8A694

#A8A694
(168,166,148)
#AFAE9D
(175,174,157)
#B6B6A6
(182,182,166)
#BDBEAF
(189,190,175)
#C4C6B8
(196,198,184)
#CBCEC1
(203,206,193)
#D2D6CA
(210,214,202)
#D9DED3
(217,222,211)
#E0E6DC
(224,230,220)
#E7EEE5
(231,238,229)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A694; }

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

This text font color is #A8A694.


Background Color

.myBgColor { background-color: #A8A694; }

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

This div background color is #A8A694.


Border color

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

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

This div border color is #A8A694.


Opacity

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

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

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

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

This text has shadow with #A8A694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A694 on black background.


Color preview on white background

This text has color #A8A694 on white background.



Black color preview on #A8A694 background

This text has black color on #A8A694 background.


White color preview on #A8A694 background

This text has white color on #A8A694 background.