COLOR #A98A6A

HEX: #A98A6A RGB: (169,138,106)

Color info

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

RGB color model

#A98A6A color RGB value is (169,138,106).

RGB: (169,138,106) (66%, 54%, 42%)

RGB channels and saturation

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

169
138
106

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

Portions of RGB colors in percentages

R + G + B = 169 + 138 + 106 = 413 (100%)
R 169 of 413 ~ 40.92%
G 138 of 413 ~ 33.41%
B 106 of 413 ~ 25.67'%

%40.92
%33.41
%25.67

CMYK color model

#A98A6A color CMYK value is (0,18,37,34).

  • cyan value is 0.00%
  • magenta value is 18.34%
  • yellow value is 37.28%
  • key color value is 33.73%

CMYK: (0,18,37,34)
C0M18Y37K34 (0%, 18%, 37%, 34%)
(0.00 / 0.18 / 0.37 / 0.34)

CMYK percentages

%0
%18.34
%37.28
%33.73

Codes

Color #A98A6A in popluar color models

A9 8A 6A
RGB 169 138 106
HSL 30° 26.81% 53.92%
HSB/HSV 30° 37.28% 66.27%
CMYK 0.00% 18.34% 37.28%
33.73%

Color #A98A6A in popluar number systems.

HEX A9 8A 6A
Decimal 169 138 106
Binary 10101001 10001010 1101010
Octal 251 212 152

Shades and tints

Shades of #A98A6A

#A98A6A
(169,138,106)
#9A7E61
(154,126,97)
#8B7258
(139,114,88)
#7C664F
(124,102,79)
#6D5A46
(109,90,70)
#5E4E3D
(94,78,61)
#4F4234
(79,66,52)
#40362B
(64,54,43)
#312A22
(49,42,34)
#221E19
(34,30,25)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #A98A6A

#A98A6A
(169,138,106)
#B09477
(176,148,119)
#B79E84
(183,158,132)
#BEA891
(190,168,145)
#C5B29E
(197,178,158)
#CCBCAB
(204,188,171)
#D3C6B8
(211,198,184)
#DAD0C5
(218,208,197)
#E1DAD2
(225,218,210)
#E8E4DF
(232,228,223)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98A6A; }

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

This text font color is #A98A6A.

Background Color

.myBgColor { background-color: #A98A6A; }

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

This div background color is #A98A6A.

Border color

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

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

This div border color is #A98A6A.

Opacity

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

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

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

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

This text has shadow with #A98A6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98A6A.

Preview

Color preview on black background

This text has color #A98A6A on black background.


Color preview on white background

This text has color #A98A6A on white background.


Black color preview on #A98A6A background

This text has black color on #A98A6A background.


White color preview on #A98A6A background

This text has white color on #A98A6A background.


Related colors

Complementary color

Complementary color for #hex is #567595.


I love getcolorcode.com

Triadic colors

1 #6AA98A and #8A6AA9 with #A98A6A are triadic colors.

2 #6A8AA9 and #8AA96A with #A98A6A are triadic colors.