COLOR #A8A393

HEX: #A8A393 RGB: (168,163,147)

Color info

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

RGB color model

#A8A393 color RGB value is (168,163,147).

RGB: (168,163,147) (66%, 64%, 58%)

RGB channels and saturation

R 168 of 255 = 66%
G 163 of 255 = 64%
B 147 of 255 = 58%

168
163
147

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

Portions of RGB colors in percentages

R + G + B = 168 + 163 + 147 = 478 (100%)
R 168 of 478 ~ 35.15%
G 163 of 478 ~ 34.1%
B 147 of 478 ~ 30.75'%

%35.15
%34.1
%30.75

CMYK color model

#A8A393 color CMYK value is (0,3,13,34).

  • cyan value is 0.00%
  • magenta value is 2.98%
  • yellow value is 12.50%
  • key color value is 34.12%

CMYK: (0,3,13,34)
C0M3Y13K34 (0%, 3%, 13%, 34%)
(0.00 / 0.03 / 0.13 / 0.34)

CMYK percentages

%0
%2.98
%12.5
%34.12

Codes

Color #A8A393 in popluar color models

A8 A3 93
RGB 168 163 147
HSL 46° 10.77% 61.76%
HSB/HSV 46° 12.50% 65.88%
CMYK 0.00% 2.98% 12.50%
34.12%

Color #A8A393 in popluar number systems.

HEX A8 A3 93
Decimal 168 163 147
Binary 10101000 10100011 10010011
Octal 250 243 223

Shades and tints

Shades of #A8A393

#A8A393
(168,163,147)
#999586
(153,149,134)
#8A8779
(138,135,121)
#7B796C
(123,121,108)
#6C6B5F
(108,107,95)
#5D5D52
(93,93,82)
#4E4F45
(78,79,69)
#3F4138
(63,65,56)
#30332B
(48,51,43)
#21251E
(33,37,30)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #A8A393

#A8A393
(168,163,147)
#AFAB9C
(175,171,156)
#B6B3A5
(182,179,165)
#BDBBAE
(189,187,174)
#C4C3B7
(196,195,183)
#CBCBC0
(203,203,192)
#D2D3C9
(210,211,201)
#D9DBD2
(217,219,210)
#E0E3DB
(224,227,219)
#E7EBE4
(231,235,228)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A393; }

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

This text font color is #A8A393.

Background Color

.myBgColor { background-color: #A8A393; }

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

This div background color is #A8A393.

Border color

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

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

This div border color is #A8A393.

Opacity

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

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

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

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

This text has shadow with #A8A393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A393.

Preview

Color preview on black background

This text has color #A8A393 on black background.


Color preview on white background

This text has color #A8A393 on white background.


Black color preview on #A8A393 background

This text has black color on #A8A393 background.


White color preview on #A8A393 background

This text has white color on #A8A393 background.


Related colors

Complementary color

Complementary color for #hex is #575C6C.


I love getcolorcode.com

Triadic colors

1 #93A8A3 and #A393A8 with #A8A393 are triadic colors.

2 #93A3A8 and #A3A893 with #A8A393 are triadic colors.