COLOR #A8A67F

HEX: #A8A67F RGB: (168,166,127)

Color info

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

RGB color model

#A8A67F color RGB value is (168,166,127).

RGB: (168,166,127) (66%, 65%, 50%)

RGB channels and saturation

R 168 of 255 = 66%
G 166 of 255 = 65%
B 127 of 255 = 50%

168
166
127

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

Portions of RGB colors in percentages

R + G + B = 168 + 166 + 127 = 461 (100%)
R 168 of 461 ~ 36.44%
G 166 of 461 ~ 36.01%
B 127 of 461 ~ 27.55'%

%36.44
%36.01
%27.55

CMYK color model

#A8A67F color CMYK value is (0,1,24,34).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 24.40%
  • key color value is 34.12%

CMYK: (0,1,24,34)
C0M1Y24K34 (0%, 1%, 24%, 34%)
(0.00 / 0.01 / 0.24 / 0.34)

CMYK percentages

%0
%1.19
%24.4
%34.12

Codes

Color #A8A67F in popluar color models

A8 A6 7F
RGB 168 166 127
HSL 57° 19.07% 57.84%
HSB/HSV 57° 24.40% 65.88%
CMYK 0.00% 1.19% 24.40%
34.12%

Color #A8A67F in popluar number systems.

HEX A8 A6 7F
Decimal 168 166 127
Binary 10101000 10100110 1111111
Octal 250 246 177

Shades and tints

Shades of #A8A67F

#A8A67F
(168,166,127)
#999774
(153,151,116)
#8A8869
(138,136,105)
#7B795E
(123,121,94)
#6C6A53
(108,106,83)
#5D5B48
(93,91,72)
#4E4C3D
(78,76,61)
#3F3D32
(63,61,50)
#302E27
(48,46,39)
#211F1C
(33,31,28)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #A8A67F

#A8A67F
(168,166,127)
#AFAE8A
(175,174,138)
#B6B695
(182,182,149)
#BDBEA0
(189,190,160)
#C4C6AB
(196,198,171)
#CBCEB6
(203,206,182)
#D2D6C1
(210,214,193)
#D9DECC
(217,222,204)
#E0E6D7
(224,230,215)
#E7EEE2
(231,238,226)
#EEF6ED
(238,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A67F; }

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

This text font color is #A8A67F.

Background Color

.myBgColor { background-color: #A8A67F; }

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

This div background color is #A8A67F.

Border color

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

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

This div border color is #A8A67F.

Opacity

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

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

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

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

This text has shadow with #A8A67F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A67F.

Preview

Color preview on black background

This text has color #A8A67F on black background.


Color preview on white background

This text has color #A8A67F on white background.


Black color preview on #A8A67F background

This text has black color on #A8A67F background.


White color preview on #A8A67F background

This text has white color on #A8A67F background.


Related colors

Complementary color

Complementary color for #hex is #575980.


I love getcolorcode.com

Triadic colors

1 #7FA8A6 and #A67FA8 with #A8A67F are triadic colors.

2 #7FA6A8 and #A6A87F with #A8A67F are triadic colors.