COLOR #A98F66

HEX: #A98F66
RGB: (169,143,102)

Color info

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

RGB color model

#A98F66 color RGB value is (169,143,102).

  • red value is 169;
  • green value is 143;
  • blue value is 102.
RGB:
(169,143,102)
(66%,56%,40%)

RGB channels and saturation

R 169 of 255 = 66%
G 143 of 255 = 56%
B 102 of 255 = 40%

169
143
102

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

Portions of RGB colors in percentages

R + G + B =
169 + 143 + 102 = 414 (100%)
R 169 of 414 ~ 40.82%
G 143 of 414 ~ 34.54%
B 102 of 414 ~ 24.64%

%40.82
%34.54
%24.64

CMYK color model

#A98F66 color CMYK value is (0,15,40,34).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 39.64%
  • key color value is 33.73%
CMYK:
(0,15,40,34)
C0M15Y40K34 
(0%,15%,40%,34%)
(0.00/0.15/0.40/0.34)	

CMYK percentages

%0
%15.38
%39.64
%33.73

Codes

Color #A98F66 in popluar color models

A98F66
RGB169143102
HSL37°28.03%53.14%
HSB/HSV37°39.64%66.27%
CMYK0.00%15.38%39.64%
33.73%

Color #A98F66 in popluar number systems.

HEXA98F66
Decimal169143102
Binary10101001100011111100110
Octal251217146

Shades and tints

Shades of #A98F66

#A98F66
(169,143,102)
#9A825D
(154,130,93)
#8B7554
(139,117,84)
#7C684B
(124,104,75)
#6D5B42
(109,91,66)
#5E4E39
(94,78,57)
#4F4130
(79,65,48)
#403427
(64,52,39)
#31271E
(49,39,30)
#221A15
(34,26,21)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #A98F66

#A98F66
(169,143,102)
#B09973
(176,153,115)
#B7A380
(183,163,128)
#BEAD8D
(190,173,141)
#C5B79A
(197,183,154)
#CCC1A7
(204,193,167)
#D3CBB4
(211,203,180)
#DAD5C1
(218,213,193)
#E1DFCE
(225,223,206)
#E8E9DB
(232,233,219)
#EFF3E8
(239,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98F66 color. Also use rgb(169,143,102) instead hex code.

Text Font Color

.myTextColor { color: #A98F66; }

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

This text font color is #A98F66.


Background Color

.myBgColor { background-color: #A98F66; }

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

This div background color is #A98F66.


Border color

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

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

This div border color is #A98F66.


Opacity

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

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

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

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

This text has shadow with #A98F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98F66 on black background.


Color preview on white background

This text has color #A98F66 on white background.



Black color preview on #A98F66 background

This text has black color on #A98F66 background.


White color preview on #A98F66 background

This text has white color on #A98F66 background.