COLOR #A8918F

HEX: #A8918F
RGB: (168,145,143)

Color info

#A8918F contains red, green and blue colors in about the same proportion. Web safe color of #A8918F is #999999 (or #999).

RGB color model

#A8918F color RGB value is (168,145,143).

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

RGB channels and saturation

R 168 of 255 = 66%
G 145 of 255 = 57%
B 143 of 255 = 56%

168
145
143

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

Portions of RGB colors in percentages

R + G + B =
168 + 145 + 143 = 456 (100%)
R 168 of 456 ~ 36.84%
G 145 of 456 ~ 31.8%
B 143 of 456 ~ 31.36%

%36.84
%31.8
%31.36

CMYK color model

#A8918F color CMYK value is (0,14,15,34).

  • cyan value is 0.00%
  • magenta value is 13.69%
  • yellow value is 14.88%
  • key color value is 34.12%
CMYK:
(0,14,15,34)
C0M14Y15K34 
(0%,14%,15%,34%)
(0.00/0.14/0.15/0.34)	

CMYK percentages

%0
%13.69
%14.88
%34.12

Codes

Color #A8918F in popluar color models

A8918F
RGB168145143
HSL12.56%60.98%
HSB/HSV14.88%65.88%
CMYK0.00%13.69%14.88%
34.12%

Color #A8918F in popluar number systems.

HEXA8918F
Decimal168145143
Binary101010001001000110001111
Octal250221217

Shades and tints

Shades of #A8918F

#A8918F
(168,145,143)
#998482
(153,132,130)
#8A7775
(138,119,117)
#7B6A68
(123,106,104)
#6C5D5B
(108,93,91)
#5D504E
(93,80,78)
#4E4341
(78,67,65)
#3F3634
(63,54,52)
#302927
(48,41,39)
#211C1A
(33,28,26)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #A8918F

#A8918F
(168,145,143)
#AF9B99
(175,155,153)
#B6A5A3
(182,165,163)
#BDAFAD
(189,175,173)
#C4B9B7
(196,185,183)
#CBC3C1
(203,195,193)
#D2CDCB
(210,205,203)
#D9D7D5
(217,215,213)
#E0E1DF
(224,225,223)
#E7EBE9
(231,235,233)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8918F; }

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

This text font color is #A8918F.


Background Color

.myBgColor { background-color: #A8918F; }

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

This div background color is #A8918F.


Border color

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

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

This div border color is #A8918F.


Opacity

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

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

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

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

This text has shadow with #A8918F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8918F on black background.


Color preview on white background

This text has color #A8918F on white background.



Black color preview on #A8918F background

This text has black color on #A8918F background.


White color preview on #A8918F background

This text has white color on #A8918F background.