COLOR #A8A593

HEX: #A8A593
RGB: (168,165,147)

Color info

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

RGB color model

#A8A593 color RGB value is (168,165,147).

  • red value is 168;
  • green value is 165;
  • blue value is 147.
RGB:
(168,165,147)
(66%,65%,58%)

RGB channels and saturation

R 168 of 255 = 66%
G 165 of 255 = 65%
B 147 of 255 = 58%

168
165
147

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

Portions of RGB colors in percentages

R + G + B =
168 + 165 + 147 = 480 (100%)
R 168 of 480 ~ 35%
G 165 of 480 ~ 34.38%
B 147 of 480 ~ 30.63%

%35
%34.38
%30.63

CMYK color model

#A8A593 color CMYK value is (0,2,13,34).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 12.50%
  • key color value is 34.12%
CMYK:
(0,2,13,34)
C0M2Y13K34 
(0%,2%,13%,34%)
(0.00/0.02/0.13/0.34)	

CMYK percentages

%0
%1.79
%12.5
%34.12

Codes

Color #A8A593 in popluar color models

A8A593
RGB168165147
HSL51°10.77%61.76%
HSB/HSV51°12.50%65.88%
CMYK0.00%1.79%12.50%
34.12%

Color #A8A593 in popluar number systems.

HEXA8A593
Decimal168165147
Binary101010001010010110010011
Octal250245223

Shades and tints

Shades of #A8A593

#A8A593
(168,165,147)
#999686
(153,150,134)
#8A8779
(138,135,121)
#7B786C
(123,120,108)
#6C695F
(108,105,95)
#5D5A52
(93,90,82)
#4E4B45
(78,75,69)
#3F3C38
(63,60,56)
#302D2B
(48,45,43)
#211E1E
(33,30,30)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #A8A593

#A8A593
(168,165,147)
#AFAD9C
(175,173,156)
#B6B5A5
(182,181,165)
#BDBDAE
(189,189,174)
#C4C5B7
(196,197,183)
#CBCDC0
(203,205,192)
#D2D5C9
(210,213,201)
#D9DDD2
(217,221,210)
#E0E5DB
(224,229,219)
#E7EDE4
(231,237,228)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A593; }

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

This text font color is #A8A593.


Background Color

.myBgColor { background-color: #A8A593; }

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

This div background color is #A8A593.


Border color

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

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

This div border color is #A8A593.


Opacity

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

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

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

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

This text has shadow with #A8A593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A593 on black background.


Color preview on white background

This text has color #A8A593 on white background.



Black color preview on #A8A593 background

This text has black color on #A8A593 background.


White color preview on #A8A593 background

This text has white color on #A8A593 background.