COLOR #A8A099

HEX: #A8A099
RGB: (168,160,153)

Color info

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

RGB color model

#A8A099 color RGB value is (168,160,153).

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

RGB channels and saturation

R 168 of 255 = 66%
G 160 of 255 = 63%
B 153 of 255 = 60%

168
160
153

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

Portions of RGB colors in percentages

R + G + B =
168 + 160 + 153 = 481 (100%)
R 168 of 481 ~ 34.93%
G 160 of 481 ~ 33.26%
B 153 of 481 ~ 31.81%

%34.93
%33.26
%31.81

CMYK color model

#A8A099 color CMYK value is (0,5,9,34).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 8.93%
  • key color value is 34.12%
CMYK: (0,5,9,34) C0M5Y9K34 (0%,5%,9%,34%) (0.00/0.05/0.09/0.34)

CMYK percentages

%0
%4.76
%8.93
%34.12

Codes

Color #A8A099 in popluar color models

A8A099
RGB168160153
HSL28°7.94%62.94%
HSB/HSV28°8.93%65.88%
CMYK0.00%4.76%8.93%
34.12%

Color #A8A099 in popluar number systems.

HEXA8A099
Decimal168160153
Binary101010001010000010011001
Octal250240231

Shades and tints

Shades of #A8A099

#A8A099
(168,160,153)
#99928C
(153,146,140)
#8A847F
(138,132,127)
#7B7672
(123,118,114)
#6C6865
(108,104,101)
#5D5A58
(93,90,88)
#4E4C4B
(78,76,75)
#3F3E3E
(63,62,62)
#303031
(48,48,49)
#212224
(33,34,36)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #A8A099

#A8A099
(168,160,153)
#AFA8A2
(175,168,162)
#B6B0AB
(182,176,171)
#BDB8B4
(189,184,180)
#C4C0BD
(196,192,189)
#CBC8C6
(203,200,198)
#D2D0CF
(210,208,207)
#D9D8D8
(217,216,216)
#E0E0E1
(224,224,225)
#E7E8EA
(231,232,234)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A099; }

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

This text font color is #A8A099.


Background Color

.myBgColor { background-color: #A8A099; }

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

This div background color is #A8A099.


Border color

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

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

This div border color is #A8A099.


Opacity

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

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

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

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

This text has shadow with #A8A099 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A8A099 on black background.


Color preview on white background

This text has color #A8A099 on white background.



Black color preview on #A8A099 background

This text has black color on #A8A099 background.


White color preview on #A8A099 background

This text has white color on #A8A099 background.