COLOR #A8A096

HEX: #A8A096
RGB: (168,160,150)

Color info

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

RGB color model

#A8A096 color RGB value is (168,160,150).

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

RGB channels and saturation

R 168 of 255 = 66%
G 160 of 255 = 63%
B 150 of 255 = 59%

168
160
150

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

Portions of RGB colors in percentages

R + G + B =
168 + 160 + 150 = 478 (100%)
R 168 of 478 ~ 35.15%
G 160 of 478 ~ 33.47%
B 150 of 478 ~ 31.38%

%35.15
%33.47
%31.38

CMYK color model

#A8A096 color CMYK value is (0,5,11,34).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 10.71%
  • key color value is 34.12%
CMYK:
(0,5,11,34)
C0M5Y11K34 
(0%,5%,11%,34%)
(0.00/0.05/0.11/0.34)	

CMYK percentages

%0
%4.76
%10.71
%34.12

Codes

Color #A8A096 in popluar color models

A8A096
RGB168160150
HSL33°9.38%62.35%
HSB/HSV33°10.71%65.88%
CMYK0.00%4.76%10.71%
34.12%

Color #A8A096 in popluar number systems.

HEXA8A096
Decimal168160150
Binary101010001010000010010110
Octal250240226

Shades and tints

Shades of #A8A096

#A8A096
(168,160,150)
#999289
(153,146,137)
#8A847C
(138,132,124)
#7B766F
(123,118,111)
#6C6862
(108,104,98)
#5D5A55
(93,90,85)
#4E4C48
(78,76,72)
#3F3E3B
(63,62,59)
#30302E
(48,48,46)
#212221
(33,34,33)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #A8A096

#A8A096
(168,160,150)
#AFA89F
(175,168,159)
#B6B0A8
(182,176,168)
#BDB8B1
(189,184,177)
#C4C0BA
(196,192,186)
#CBC8C3
(203,200,195)
#D2D0CC
(210,208,204)
#D9D8D5
(217,216,213)
#E0E0DE
(224,224,222)
#E7E8E7
(231,232,231)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A096; }

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

This text font color is #A8A096.


Background Color

.myBgColor { background-color: #A8A096; }

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

This div background color is #A8A096.


Border color

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

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

This div border color is #A8A096.


Opacity

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

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

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

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

This text has shadow with #A8A096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A096 on black background.


Color preview on white background

This text has color #A8A096 on white background.



Black color preview on #A8A096 background

This text has black color on #A8A096 background.


White color preview on #A8A096 background

This text has white color on #A8A096 background.