COLOR #A8A399

HEX: #A8A399
RGB: (168,163,153)

Color info

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

RGB color model

#A8A399 color RGB value is (168,163,153).

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

RGB channels and saturation

R 168 of 255 = 66%
G 163 of 255 = 64%
B 153 of 255 = 60%

168
163
153

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

Portions of RGB colors in percentages

R + G + B =
168 + 163 + 153 = 484 (100%)
R 168 of 484 ~ 34.71%
G 163 of 484 ~ 33.68%
B 153 of 484 ~ 31.61%

%34.71
%33.68
%31.61

CMYK color model

#A8A399 color CMYK value is (0,3,9,34).

  • cyan value is 0.00%
  • magenta value is 2.98%
  • yellow value is 8.93%
  • key color value is 34.12%
CMYK:
(0,3,9,34)
C0M3Y9K34 
(0%,3%,9%,34%)
(0.00/0.03/0.09/0.34)	

CMYK percentages

%0
%2.98
%8.93
%34.12

Codes

Color #A8A399 in popluar color models

A8A399
RGB168163153
HSL40°7.94%62.94%
HSB/HSV40°8.93%65.88%
CMYK0.00%2.98%8.93%
34.12%

Color #A8A399 in popluar number systems.

HEXA8A399
Decimal168163153
Binary101010001010001110011001
Octal250243231

Shades and tints

Shades of #A8A399

#A8A399
(168,163,153)
#99958C
(153,149,140)
#8A877F
(138,135,127)
#7B7972
(123,121,114)
#6C6B65
(108,107,101)
#5D5D58
(93,93,88)
#4E4F4B
(78,79,75)
#3F413E
(63,65,62)
#303331
(48,51,49)
#212524
(33,37,36)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #A8A399

#A8A399
(168,163,153)
#AFABA2
(175,171,162)
#B6B3AB
(182,179,171)
#BDBBB4
(189,187,180)
#C4C3BD
(196,195,189)
#CBCBC6
(203,203,198)
#D2D3CF
(210,211,207)
#D9DBD8
(217,219,216)
#E0E3E1
(224,227,225)
#E7EBEA
(231,235,234)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A399; }

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

This text font color is #A8A399.


Background Color

.myBgColor { background-color: #A8A399; }

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

This div background color is #A8A399.


Border color

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

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

This div border color is #A8A399.


Opacity

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

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

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

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

This text has shadow with #A8A399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A399 on black background.


Color preview on white background

This text has color #A8A399 on white background.



Black color preview on #A8A399 background

This text has black color on #A8A399 background.


White color preview on #A8A399 background

This text has white color on #A8A399 background.