COLOR #A8985D

HEX: #A8985D RGB: (168,152,93)

Color info

#A8985D contains mainly red and green colors. Web safe color of #A8985D is #999966 (or #996).

RGB color model

#A8985D color RGB value is (168,152,93).

RGB: (168,152,93) (66%, 60%, 36%)

RGB channels and saturation

R 168 of 255 = 66%
G 152 of 255 = 60%
B 93 of 255 = 36%

168
152
93

R + G + B ~ 54%. #A8985D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 168 + 152 + 93 = 413 (100%)
R 168 of 413 ~ 40.68%
G 152 of 413 ~ 36.8%
B 93 of 413 ~ 22.52'%

%40.68
%36.8
%22.52

CMYK color model

#A8985D color CMYK value is (0,10,45,34).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 44.64%
  • key color value is 34.12%

CMYK: (0,10,45,34)
C0M10Y45K34 (0%, 10%, 45%, 34%)
(0.00 / 0.10 / 0.45 / 0.34)

CMYK percentages

%0
%9.52
%44.64
%34.12

Codes

Color #A8985D in popluar color models

A8 98 5D
RGB 168 152 93
HSL 47° 30.12% 51.18%
HSB/HSV 47° 44.64% 65.88%
CMYK 0.00% 9.52% 44.64%
34.12%

Color #A8985D in popluar number systems.

HEX A8 98 5D
Decimal 168 152 93
Binary 10101000 10011000 1011101
Octal 250 230 135

Shades and tints

Shades of #A8985D

#A8985D
(168,152,93)
#998B55
(153,139,85)
#8A7E4D
(138,126,77)
#7B7145
(123,113,69)
#6C643D
(108,100,61)
#5D5735
(93,87,53)
#4E4A2D
(78,74,45)
#3F3D25
(63,61,37)
#30301D
(48,48,29)
#212315
(33,35,21)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #A8985D

#A8985D
(168,152,93)
#AFA16B
(175,161,107)
#B6AA79
(182,170,121)
#BDB387
(189,179,135)
#C4BC95
(196,188,149)
#CBC5A3
(203,197,163)
#D2CEB1
(210,206,177)
#D9D7BF
(217,215,191)
#E0E0CD
(224,224,205)
#E7E9DB
(231,233,219)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8985D color. Also use rgb(168,152,93) instead hex code.

Text Font Color

.myTextColor { color: #A8985D; }

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

This text font color is #A8985D.

Background Color

.myBgColor { background-color: #A8985D; }

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

This div background color is #A8985D.

Border color

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

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

This div border color is #A8985D.

Opacity

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

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

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

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

This text has shadow with #A8985D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8985D.

Preview

Color preview on black background

This text has color #A8985D on black background.


Color preview on white background

This text has color #A8985D on white background.


Black color preview on #A8985D background

This text has black color on #A8985D background.


White color preview on #A8985D background

This text has white color on #A8985D background.


Related colors

Complementary color

Complementary color for #hex is #5767A2.


I love getcolorcode.com

Triadic colors

1 #5DA898 and #985DA8 with #A8985D are triadic colors.

2 #5D98A8 and #98A85D with #A8985D are triadic colors.