COLOR #A8A58B

HEX: #A8A58B
RGB: (168,165,139)

Color info

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

RGB color model

#A8A58B color RGB value is (168,165,139).

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

RGB channels and saturation

R 168 of 255 = 66%
G 165 of 255 = 65%
B 139 of 255 = 55%

168
165
139

R + G + B ~ 62%. #A8A58B is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 165 + 139 = 472 (100%)
R 168 of 472 ~ 35.59%
G 165 of 472 ~ 34.96%
B 139 of 472 ~ 29.45%

%35.59
%34.96
%29.45

CMYK color model

#A8A58B color CMYK value is (0,2,17,34).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 17.26%
  • key color value is 34.12%
CMYK: (0,2,17,34) C0M2Y17K34 (0%,2%,17%,34%) (0.00/0.02/0.17/0.34)

CMYK percentages

%0
%1.79
%17.26
%34.12

Codes

Color #A8A58B in popluar color models

A8A58B
RGB168165139
HSL54°14.29%60.20%
HSB/HSV54°17.26%65.88%
CMYK0.00%1.79%17.26%
34.12%

Color #A8A58B in popluar number systems.

HEXA8A58B
Decimal168165139
Binary101010001010010110001011
Octal250245213

Shades and tints

Shades of #A8A58B

#A8A58B
(168,165,139)
#99967F
(153,150,127)
#8A8773
(138,135,115)
#7B7867
(123,120,103)
#6C695B
(108,105,91)
#5D5A4F
(93,90,79)
#4E4B43
(78,75,67)
#3F3C37
(63,60,55)
#302D2B
(48,45,43)
#211E1F
(33,30,31)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #A8A58B

#A8A58B
(168,165,139)
#AFAD95
(175,173,149)
#B6B59F
(182,181,159)
#BDBDA9
(189,189,169)
#C4C5B3
(196,197,179)
#CBCDBD
(203,205,189)
#D2D5C7
(210,213,199)
#D9DDD1
(217,221,209)
#E0E5DB
(224,229,219)
#E7EDE5
(231,237,229)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A58B; }

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

This text font color is #A8A58B.


Background Color

.myBgColor { background-color: #A8A58B; }

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

This div background color is #A8A58B.


Border color

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

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

This div border color is #A8A58B.


Opacity

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

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

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

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

This text has shadow with #A8A58B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A8A58B on black background.


Color preview on white background

This text has color #A8A58B on white background.



Black color preview on #A8A58B background

This text has black color on #A8A58B background.


White color preview on #A8A58B background

This text has white color on #A8A58B background.