COLOR #A8A48B

HEX: #A8A48B RGB: (168,164,139)

Color info

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

RGB color model

#A8A48B color RGB value is (168,164,139).

RGB: (168,164,139) (66%, 64%, 55%)

RGB channels and saturation

R 168 of 255 = 66%
G 164 of 255 = 64%
B 139 of 255 = 55%

168
164
139

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

Portions of RGB colors in percentages

R + G + B = 168 + 164 + 139 = 471 (100%)
R 168 of 471 ~ 35.67%
G 164 of 471 ~ 34.82%
B 139 of 471 ~ 29.51'%

%35.67
%34.82
%29.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.38%
  • 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
%2.38
%17.26
%34.12

Codes

Color #A8A48B in popluar color models

A8 A4 8B
RGB 168 164 139
HSL 52° 14.29% 60.20%
HSB/HSV 52° 17.26% 65.88%
CMYK 0.00% 2.38% 17.26%
34.12%

Color #A8A48B in popluar number systems.

HEX A8 A4 8B
Decimal 168 164 139
Binary 10101000 10100100 10001011
Octal 250 244 213

Shades and tints

Shades of #A8A48B

#A8A48B
(168,164,139)
#99967F
(153,150,127)
#8A8873
(138,136,115)
#7B7A67
(123,122,103)
#6C6C5B
(108,108,91)
#5D5E4F
(93,94,79)
#4E5043
(78,80,67)
#3F4237
(63,66,55)
#30342B
(48,52,43)
#21261F
(33,38,31)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #A8A48B

#A8A48B
(168,164,139)
#AFAC95
(175,172,149)
#B6B49F
(182,180,159)
#BDBCA9
(189,188,169)
#C4C4B3
(196,196,179)
#CBCCBD
(203,204,189)
#D2D4C7
(210,212,199)
#D9DCD1
(217,220,209)
#E0E4DB
(224,228,219)
#E7ECE5
(231,236,229)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A48B; }

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

This text font color is #A8A48B.

Background Color

.myBgColor { background-color: #A8A48B; }

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

This div background color is #A8A48B.

Border color

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

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

This div border color is #A8A48B.

Opacity

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

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

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

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

This text has shadow with #A8A48B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A48B.

Preview

Color preview on black background

This text has color #A8A48B on black background.


Color preview on white background

This text has color #A8A48B on white background.


Black color preview on #A8A48B background

This text has black color on #A8A48B background.


White color preview on #A8A48B background

This text has white color on #A8A48B background.


Related colors

Complementary color

Complementary color for #hex is #575B74.


I love getcolorcode.com

Triadic colors

1 #8BA8A4 and #A48BA8 with #A8A48B are triadic colors.

2 #8BA4A8 and #A4A88B with #A8A48B are triadic colors.