COLOR #A8917A

HEX: #A8917A
RGB: (168,145,122)

Color info

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

RGB color model

#A8917A color RGB value is (168,145,122).

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

RGB channels and saturation

R 168 of 255 = 66%
G 145 of 255 = 57%
B 122 of 255 = 48%

168
145
122

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

Portions of RGB colors in percentages

R + G + B =
168 + 145 + 122 = 435 (100%)
R 168 of 435 ~ 38.62%
G 145 of 435 ~ 33.33%
B 122 of 435 ~ 28.05%

%38.62
%33.33
%28.05

CMYK color model

#A8917A color CMYK value is (0,14,27,34).

  • cyan value is 0.00%
  • magenta value is 13.69%
  • yellow value is 27.38%
  • key color value is 34.12%
CMYK:
(0,14,27,34)
C0M14Y27K34 
(0%,14%,27%,34%)
(0.00/0.14/0.27/0.34)	

CMYK percentages

%0
%13.69
%27.38
%34.12

Codes

Color #A8917A in popluar color models

A8917A
RGB168145122
HSL30°20.91%56.86%
HSB/HSV30°27.38%65.88%
CMYK0.00%13.69%27.38%
34.12%

Color #A8917A in popluar number systems.

HEXA8917A
Decimal168145122
Binary10101000100100011111010
Octal250221172

Shades and tints

Shades of #A8917A

#A8917A
(168,145,122)
#99846F
(153,132,111)
#8A7764
(138,119,100)
#7B6A59
(123,106,89)
#6C5D4E
(108,93,78)
#5D5043
(93,80,67)
#4E4338
(78,67,56)
#3F362D
(63,54,45)
#302922
(48,41,34)
#211C17
(33,28,23)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #A8917A

#A8917A
(168,145,122)
#AF9B86
(175,155,134)
#B6A592
(182,165,146)
#BDAF9E
(189,175,158)
#C4B9AA
(196,185,170)
#CBC3B6
(203,195,182)
#D2CDC2
(210,205,194)
#D9D7CE
(217,215,206)
#E0E1DA
(224,225,218)
#E7EBE6
(231,235,230)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8917A; }

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

This text font color is #A8917A.


Background Color

.myBgColor { background-color: #A8917A; }

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

This div background color is #A8917A.


Border color

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

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

This div border color is #A8917A.


Opacity

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

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

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

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

This text has shadow with #A8917A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8917A on black background.


Color preview on white background

This text has color #A8917A on white background.



Black color preview on #A8917A background

This text has black color on #A8917A background.


White color preview on #A8917A background

This text has white color on #A8917A background.