COLOR #A8997A

HEX: #A8997A
RGB: (168,153,122)

Color info

#A8997A contains red, green and blue colors in about the same proportion. Web safe color of #A8997A is #999966 (or #996).

RGB color model

#A8997A color RGB value is (168,153,122).

  • red value is 168;
  • green value is 153;
  • blue value is 122.
RGB:
(168,153,122)
(66%,60%,48%)

RGB channels and saturation

R 168 of 255 = 66%
G 153 of 255 = 60%
B 122 of 255 = 48%

168
153
122

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

Portions of RGB colors in percentages

R + G + B =
168 + 153 + 122 = 443 (100%)
R 168 of 443 ~ 37.92%
G 153 of 443 ~ 34.54%
B 122 of 443 ~ 27.54%

%37.92
%34.54
%27.54

CMYK color model

#A8997A color CMYK value is (0,9,27,34).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 27.38%
  • key color value is 34.12%
CMYK:
(0,9,27,34)
C0M9Y27K34 
(0%,9%,27%,34%)
(0.00/0.09/0.27/0.34)	

CMYK percentages

%0
%8.93
%27.38
%34.12

Codes

Color #A8997A in popluar color models

A8997A
RGB168153122
HSL40°20.91%56.86%
HSB/HSV40°27.38%65.88%
CMYK0.00%8.93%27.38%
34.12%

Color #A8997A in popluar number systems.

HEXA8997A
Decimal168153122
Binary10101000100110011111010
Octal250231172

Shades and tints

Shades of #A8997A

#A8997A
(168,153,122)
#998C6F
(153,140,111)
#8A7F64
(138,127,100)
#7B7259
(123,114,89)
#6C654E
(108,101,78)
#5D5843
(93,88,67)
#4E4B38
(78,75,56)
#3F3E2D
(63,62,45)
#303122
(48,49,34)
#212417
(33,36,23)
#12170C
(18,23,12)
#000000
(0,0,0)

Tints of #A8997A

#A8997A
(168,153,122)
#AFA286
(175,162,134)
#B6AB92
(182,171,146)
#BDB49E
(189,180,158)
#C4BDAA
(196,189,170)
#CBC6B6
(203,198,182)
#D2CFC2
(210,207,194)
#D9D8CE
(217,216,206)
#E0E1DA
(224,225,218)
#E7EAE6
(231,234,230)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8997A color. Also use rgb(168,153,122) instead hex code.

Text Font Color

.myTextColor { color: #A8997A; }

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

This text font color is #A8997A.


Background Color

.myBgColor { background-color: #A8997A; }

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

This div background color is #A8997A.


Border color

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

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

This div border color is #A8997A.


Opacity

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

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

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

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

This text has shadow with #A8997A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8997A on black background.


Color preview on white background

This text has color #A8997A on white background.



Black color preview on #A8997A background

This text has black color on #A8997A background.


White color preview on #A8997A background

This text has white color on #A8997A background.