COLOR #A98E67

HEX: #A98E67 RGB: (169,142,103)

Color info

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

RGB color model

#A98E67 color RGB value is (169,142,103).

RGB: (169,142,103) (66%, 56%, 40%)

RGB channels and saturation

R 169 of 255 = 66%
G 142 of 255 = 56%
B 103 of 255 = 40%

169
142
103

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

Portions of RGB colors in percentages

R + G + B = 169 + 142 + 103 = 414 (100%)
R 169 of 414 ~ 40.82%
G 142 of 414 ~ 34.3%
B 103 of 414 ~ 24.88'%

%40.82
%34.3
%24.88

CMYK color model

#A98E67 color CMYK value is (0,16,39,34).

  • cyan value is 0.00%
  • magenta value is 15.98%
  • yellow value is 39.05%
  • key color value is 33.73%

CMYK: (0,16,39,34)
C0M16Y39K34 (0%, 16%, 39%, 34%)
(0.00 / 0.16 / 0.39 / 0.34)

CMYK percentages

%0
%15.98
%39.05
%33.73

Codes

Color #A98E67 in popluar color models

A9 8E 67
RGB 169 142 103
HSL 35° 27.73% 53.33%
HSB/HSV 35° 39.05% 66.27%
CMYK 0.00% 15.98% 39.05%
33.73%

Color #A98E67 in popluar number systems.

HEX A9 8E 67
Decimal 169 142 103
Binary 10101001 10001110 1100111
Octal 251 216 147

Shades and tints

Shades of #A98E67

#A98E67
(169,142,103)
#9A825E
(154,130,94)
#8B7655
(139,118,85)
#7C6A4C
(124,106,76)
#6D5E43
(109,94,67)
#5E523A
(94,82,58)
#4F4631
(79,70,49)
#403A28
(64,58,40)
#312E1F
(49,46,31)
#222216
(34,34,22)
#13160D
(19,22,13)
#000000
(0,0,0)

Tints of #A98E67

#A98E67
(169,142,103)
#B09874
(176,152,116)
#B7A281
(183,162,129)
#BEAC8E
(190,172,142)
#C5B69B
(197,182,155)
#CCC0A8
(204,192,168)
#D3CAB5
(211,202,181)
#DAD4C2
(218,212,194)
#E1DECF
(225,222,207)
#E8E8DC
(232,232,220)
#EFF2E9
(239,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98E67 color. Also use rgb(169,142,103) instead hex code.

Text Font Color

.myTextColor { color: #A98E67; }

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

This text font color is #A98E67.

Background Color

.myBgColor { background-color: #A98E67; }

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

This div background color is #A98E67.

Border color

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

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

This div border color is #A98E67.

Opacity

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

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

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

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

This text has shadow with #A98E67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98E67.

Preview

Color preview on black background

This text has color #A98E67 on black background.


Color preview on white background

This text has color #A98E67 on white background.


Black color preview on #A98E67 background

This text has black color on #A98E67 background.


White color preview on #A98E67 background

This text has white color on #A98E67 background.


Related colors

Complementary color

Complementary color for #hex is #567198.


I love getcolorcode.com

Triadic colors

1 #67A98E and #8E67A9 with #A98E67 are triadic colors.

2 #678EA9 and #8EA967 with #A98E67 are triadic colors.