COLOR #A8A67C

HEX: #A8A67C
RGB: (168,166,124)

Color info

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

RGB color model

#A8A67C color RGB value is (168,166,124).

  • red value is 168;
  • green value is 166;
  • blue value is 124.
RGB:
(168,166,124)
(66%,65%,49%)

RGB channels and saturation

R 168 of 255 = 66%
G 166 of 255 = 65%
B 124 of 255 = 49%

168
166
124

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

Portions of RGB colors in percentages

R + G + B =
168 + 166 + 124 = 458 (100%)
R 168 of 458 ~ 36.68%
G 166 of 458 ~ 36.24%
B 124 of 458 ~ 27.07%

%36.68
%36.24
%27.07

CMYK color model

#A8A67C color CMYK value is (0,1,26,34).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 26.19%
  • key color value is 34.12%
CMYK:
(0,1,26,34)
C0M1Y26K34 
(0%,1%,26%,34%)
(0.00/0.01/0.26/0.34)	

CMYK percentages

%0
%1.19
%26.19
%34.12

Codes

Color #A8A67C in popluar color models

A8A67C
RGB168166124
HSL57°20.18%57.25%
HSB/HSV57°26.19%65.88%
CMYK0.00%1.19%26.19%
34.12%

Color #A8A67C in popluar number systems.

HEXA8A67C
Decimal168166124
Binary10101000101001101111100
Octal250246174

Shades and tints

Shades of #A8A67C

#A8A67C
(168,166,124)
#999771
(153,151,113)
#8A8866
(138,136,102)
#7B795B
(123,121,91)
#6C6A50
(108,106,80)
#5D5B45
(93,91,69)
#4E4C3A
(78,76,58)
#3F3D2F
(63,61,47)
#302E24
(48,46,36)
#211F19
(33,31,25)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #A8A67C

#A8A67C
(168,166,124)
#AFAE87
(175,174,135)
#B6B692
(182,182,146)
#BDBE9D
(189,190,157)
#C4C6A8
(196,198,168)
#CBCEB3
(203,206,179)
#D2D6BE
(210,214,190)
#D9DEC9
(217,222,201)
#E0E6D4
(224,230,212)
#E7EEDF
(231,238,223)
#EEF6EA
(238,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A67C; }

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

This text font color is #A8A67C.


Background Color

.myBgColor { background-color: #A8A67C; }

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

This div background color is #A8A67C.


Border color

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

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

This div border color is #A8A67C.


Opacity

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

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

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

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

This text has shadow with #A8A67C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A67C on black background.


Color preview on white background

This text has color #A8A67C on white background.



Black color preview on #A8A67C background

This text has black color on #A8A67C background.


White color preview on #A8A67C background

This text has white color on #A8A67C background.