COLOR #A8A680

HEX: #A8A680
RGB: (168,166,128)

Color info

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

RGB color model

#A8A680 color RGB value is (168,166,128).

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

RGB channels and saturation

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

168
166
128

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

Portions of RGB colors in percentages

R + G + B =
168 + 166 + 128 = 462 (100%)
R 168 of 462 ~ 36.36%
G 166 of 462 ~ 35.93%
B 128 of 462 ~ 27.71%

%36.36
%35.93
%27.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 23.81%
  • 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
%23.81
%34.12

Codes

Color #A8A680 in popluar color models

A8A680
RGB168166128
HSL57°18.69%58.04%
HSB/HSV57°23.81%65.88%
CMYK0.00%1.19%23.81%
34.12%

Color #A8A680 in popluar number systems.

HEXA8A680
Decimal168166128
Binary101010001010011010000000
Octal250246200

Shades and tints

Shades of #A8A680

#A8A680
(168,166,128)
#999775
(153,151,117)
#8A886A
(138,136,106)
#7B795F
(123,121,95)
#6C6A54
(108,106,84)
#5D5B49
(93,91,73)
#4E4C3E
(78,76,62)
#3F3D33
(63,61,51)
#302E28
(48,46,40)
#211F1D
(33,31,29)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #A8A680

#A8A680
(168,166,128)
#AFAE8B
(175,174,139)
#B6B696
(182,182,150)
#BDBEA1
(189,190,161)
#C4C6AC
(196,198,172)
#CBCEB7
(203,206,183)
#D2D6C2
(210,214,194)
#D9DECD
(217,222,205)
#E0E6D8
(224,230,216)
#E7EEE3
(231,238,227)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A680; }

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

This text font color is #A8A680.


Background Color

.myBgColor { background-color: #A8A680; }

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

This div background color is #A8A680.


Border color

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

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

This div border color is #A8A680.


Opacity

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

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

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

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

This text has shadow with #A8A680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A680 on black background.


Color preview on white background

This text has color #A8A680 on white background.



Black color preview on #A8A680 background

This text has black color on #A8A680 background.


White color preview on #A8A680 background

This text has white color on #A8A680 background.