COLOR #A98A68

HEX: #A98A68
RGB: (169,138,104)

Color info

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

RGB color model

#A98A68 color RGB value is (169,138,104).

  • red value is 169;
  • green value is 138;
  • blue value is 104.
RGB:
(169,138,104)
(66%,54%,41%)

RGB channels and saturation

R 169 of 255 = 66%
G 138 of 255 = 54%
B 104 of 255 = 41%

169
138
104

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

Portions of RGB colors in percentages

R + G + B =
169 + 138 + 104 = 411 (100%)
R 169 of 411 ~ 41.12%
G 138 of 411 ~ 33.58%
B 104 of 411 ~ 25.3%

%41.12
%33.58
%25.3

CMYK color model

#A98A68 color CMYK value is (0,18,38,34).

  • cyan value is 0.00%
  • magenta value is 18.34%
  • yellow value is 38.46%
  • key color value is 33.73%
CMYK:
(0,18,38,34)
C0M18Y38K34 
(0%,18%,38%,34%)
(0.00/0.18/0.38/0.34)	

CMYK percentages

%0
%18.34
%38.46
%33.73

Codes

Color #A98A68 in popluar color models

A98A68
RGB169138104
HSL31°27.43%53.53%
HSB/HSV31°38.46%66.27%
CMYK0.00%18.34%38.46%
33.73%

Color #A98A68 in popluar number systems.

HEXA98A68
Decimal169138104
Binary10101001100010101101000
Octal251212150

Shades and tints

Shades of #A98A68

#A98A68
(169,138,104)
#9A7E5F
(154,126,95)
#8B7256
(139,114,86)
#7C664D
(124,102,77)
#6D5A44
(109,90,68)
#5E4E3B
(94,78,59)
#4F4232
(79,66,50)
#403629
(64,54,41)
#312A20
(49,42,32)
#221E17
(34,30,23)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #A98A68

#A98A68
(169,138,104)
#B09475
(176,148,117)
#B79E82
(183,158,130)
#BEA88F
(190,168,143)
#C5B29C
(197,178,156)
#CCBCA9
(204,188,169)
#D3C6B6
(211,198,182)
#DAD0C3
(218,208,195)
#E1DAD0
(225,218,208)
#E8E4DD
(232,228,221)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98A68 color. Also use rgb(169,138,104) instead hex code.

Text Font Color

.myTextColor { color: #A98A68; }

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

This text font color is #A98A68.


Background Color

.myBgColor { background-color: #A98A68; }

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

This div background color is #A98A68.


Border color

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

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

This div border color is #A98A68.


Opacity

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

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

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

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

This text has shadow with #A98A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98A68 on black background.


Color preview on white background

This text has color #A98A68 on white background.



Black color preview on #A98A68 background

This text has black color on #A98A68 background.


White color preview on #A98A68 background

This text has white color on #A98A68 background.