COLOR #A8997C

HEX: #A8997C RGB: (168,153,124)

Color info

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

RGB color model

#A8997C color RGB value is (168,153,124).

RGB: (168,153,124) (66%, 60%, 49%)

RGB channels and saturation

R 168 of 255 = 66%
G 153 of 255 = 60%
B 124 of 255 = 49%

168
153
124

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

Portions of RGB colors in percentages

R + G + B = 168 + 153 + 124 = 445 (100%)
R 168 of 445 ~ 37.75%
G 153 of 445 ~ 34.38%
B 124 of 445 ~ 27.87'%

%37.75
%34.38
%27.87

CMYK color model

#A8997C color CMYK value is (0,9,26,34).

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 26.19%
  • key color value is 34.12%

CMYK: (0,9,26,34)
C0M9Y26K34 (0%, 9%, 26%, 34%)
(0.00 / 0.09 / 0.26 / 0.34)

CMYK percentages

%0
%8.93
%26.19
%34.12

Codes

Color #A8997C in popluar color models

A8 99 7C
RGB 168 153 124
HSL 40° 20.18% 57.25%
HSB/HSV 40° 26.19% 65.88%
CMYK 0.00% 8.93% 26.19%
34.12%

Color #A8997C in popluar number systems.

HEX A8 99 7C
Decimal 168 153 124
Binary 10101000 10011001 1111100
Octal 250 231 174

Shades and tints

Shades of #A8997C

#A8997C
(168,153,124)
#998C71
(153,140,113)
#8A7F66
(138,127,102)
#7B725B
(123,114,91)
#6C6550
(108,101,80)
#5D5845
(93,88,69)
#4E4B3A
(78,75,58)
#3F3E2F
(63,62,47)
#303124
(48,49,36)
#212419
(33,36,25)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #A8997C

#A8997C
(168,153,124)
#AFA287
(175,162,135)
#B6AB92
(182,171,146)
#BDB49D
(189,180,157)
#C4BDA8
(196,189,168)
#CBC6B3
(203,198,179)
#D2CFBE
(210,207,190)
#D9D8C9
(217,216,201)
#E0E1D4
(224,225,212)
#E7EADF
(231,234,223)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8997C; }

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

This text font color is #A8997C.

Background Color

.myBgColor { background-color: #A8997C; }

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

This div background color is #A8997C.

Border color

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

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

This div border color is #A8997C.

Opacity

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

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

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

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

This text has shadow with #A8997C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8997C.

Preview

Color preview on black background

This text has color #A8997C on black background.


Color preview on white background

This text has color #A8997C on white background.


Black color preview on #A8997C background

This text has black color on #A8997C background.


White color preview on #A8997C background

This text has white color on #A8997C background.


Related colors

Complementary color

Complementary color for #hex is #576683.


I love getcolorcode.com

Triadic colors

1 #7CA899 and #997CA8 with #A8997C are triadic colors.

2 #7C99A8 and #99A87C with #A8997C are triadic colors.