COLOR #A98A6C

HEX: #A98A6C
RGB: (169,138,108)

Color info

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

RGB color model

#A98A6C color RGB value is (169,138,108).

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

RGB channels and saturation

R 169 of 255 = 66%
G 138 of 255 = 54%
B 108 of 255 = 42%

169
138
108

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

Portions of RGB colors in percentages

R + G + B =
169 + 138 + 108 = 415 (100%)
R 169 of 415 ~ 40.72%
G 138 of 415 ~ 33.25%
B 108 of 415 ~ 26.02%

%40.72
%33.25
%26.02

CMYK color model

#A98A6C color CMYK value is (0,18,36,34).

  • cyan value is 0.00%
  • magenta value is 18.34%
  • yellow value is 36.09%
  • key color value is 33.73%
CMYK:
(0,18,36,34)
C0M18Y36K34 
(0%,18%,36%,34%)
(0.00/0.18/0.36/0.34)	

CMYK percentages

%0
%18.34
%36.09
%33.73

Codes

Color #A98A6C in popluar color models

A98A6C
RGB169138108
HSL30°26.18%54.31%
HSB/HSV30°36.09%66.27%
CMYK0.00%18.34%36.09%
33.73%

Color #A98A6C in popluar number systems.

HEXA98A6C
Decimal169138108
Binary10101001100010101101100
Octal251212154

Shades and tints

Shades of #A98A6C

#A98A6C
(169,138,108)
#9A7E63
(154,126,99)
#8B725A
(139,114,90)
#7C6651
(124,102,81)
#6D5A48
(109,90,72)
#5E4E3F
(94,78,63)
#4F4236
(79,66,54)
#40362D
(64,54,45)
#312A24
(49,42,36)
#221E1B
(34,30,27)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #A98A6C

#A98A6C
(169,138,108)
#B09479
(176,148,121)
#B79E86
(183,158,134)
#BEA893
(190,168,147)
#C5B2A0
(197,178,160)
#CCBCAD
(204,188,173)
#D3C6BA
(211,198,186)
#DAD0C7
(218,208,199)
#E1DAD4
(225,218,212)
#E8E4E1
(232,228,225)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98A6C; }

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

This text font color is #A98A6C.


Background Color

.myBgColor { background-color: #A98A6C; }

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

This div background color is #A98A6C.


Border color

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

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

This div border color is #A98A6C.


Opacity

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

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

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

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

This text has shadow with #A98A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98A6C on black background.


Color preview on white background

This text has color #A98A6C on white background.



Black color preview on #A98A6C background

This text has black color on #A98A6C background.


White color preview on #A98A6C background

This text has white color on #A98A6C background.