COLOR #A8A699

HEX: #A8A699
RGB: (168,166,153)

Color info

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

RGB color model

#A8A699 color RGB value is (168,166,153).

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

RGB channels and saturation

R 168 of 255 = 66%
G 166 of 255 = 65%
B 153 of 255 = 60%

168
166
153

R + G + B ~ 64%. #A8A699 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 166 + 153 = 487 (100%)
R 168 of 487 ~ 34.5%
G 166 of 487 ~ 34.09%
B 153 of 487 ~ 31.42%

%34.5
%34.09
%31.42

CMYK color model

#A8A699 color CMYK value is (0,1,9,34).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 8.93%
  • key color value is 34.12%
CMYK:
(0,1,9,34)
C0M1Y9K34 
(0%,1%,9%,34%)
(0.00/0.01/0.09/0.34)	

CMYK percentages

%0
%1.19
%8.93
%34.12

Codes

Color #A8A699 in popluar color models

A8A699
RGB168166153
HSL52°7.94%62.94%
HSB/HSV52°8.93%65.88%
CMYK0.00%1.19%8.93%
34.12%

Color #A8A699 in popluar number systems.

HEXA8A699
Decimal168166153
Binary101010001010011010011001
Octal250246231

Shades and tints

Shades of #A8A699

#A8A699
(168,166,153)
#99978C
(153,151,140)
#8A887F
(138,136,127)
#7B7972
(123,121,114)
#6C6A65
(108,106,101)
#5D5B58
(93,91,88)
#4E4C4B
(78,76,75)
#3F3D3E
(63,61,62)
#302E31
(48,46,49)
#211F24
(33,31,36)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #A8A699

#A8A699
(168,166,153)
#AFAEA2
(175,174,162)
#B6B6AB
(182,182,171)
#BDBEB4
(189,190,180)
#C4C6BD
(196,198,189)
#CBCEC6
(203,206,198)
#D2D6CF
(210,214,207)
#D9DED8
(217,222,216)
#E0E6E1
(224,230,225)
#E7EEEA
(231,238,234)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A699; }

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

This text font color is #A8A699.


Background Color

.myBgColor { background-color: #A8A699; }

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

This div background color is #A8A699.


Border color

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

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

This div border color is #A8A699.


Opacity

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

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

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

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

This text has shadow with #A8A699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A699 on black background.


Color preview on white background

This text has color #A8A699 on white background.



Black color preview on #A8A699 background

This text has black color on #A8A699 background.


White color preview on #A8A699 background

This text has white color on #A8A699 background.