COLOR #A8A780

HEX: #A8A780 RGB: (168,167,128)

Color info

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

RGB color model

#A8A780 color RGB value is (168,167,128).

RGB: (168,167,128) (66%, 65%, 50%)

RGB channels and saturation

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

168
167
128

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

Portions of RGB colors in percentages

R + G + B = 168 + 167 + 128 = 463 (100%)
R 168 of 463 ~ 36.29%
G 167 of 463 ~ 36.07%
B 128 of 463 ~ 27.65'%

%36.29
%36.07
%27.65

CMYK color model

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

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

Codes

Color #A8A780 in popluar color models

A8 A7 80
RGB 168 167 128
HSL 59° 18.69% 58.04%
HSB/HSV 59° 23.81% 65.88%
CMYK 0.00% 0.60% 23.81%
34.12%

Color #A8A780 in popluar number systems.

HEX A8 A7 80
Decimal 168 167 128
Binary 10101000 10100111 10000000
Octal 250 247 200

Shades and tints

Shades of #A8A780

#A8A780
(168,167,128)
#999875
(153,152,117)
#8A896A
(138,137,106)
#7B7A5F
(123,122,95)
#6C6B54
(108,107,84)
#5D5C49
(93,92,73)
#4E4D3E
(78,77,62)
#3F3E33
(63,62,51)
#302F28
(48,47,40)
#21201D
(33,32,29)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #A8A780

#A8A780
(168,167,128)
#AFAF8B
(175,175,139)
#B6B796
(182,183,150)
#BDBFA1
(189,191,161)
#C4C7AC
(196,199,172)
#CBCFB7
(203,207,183)
#D2D7C2
(210,215,194)
#D9DFCD
(217,223,205)
#E0E7D8
(224,231,216)
#E7EFE3
(231,239,227)
#EEF7EE
(238,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A780; }

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

This text font color is #A8A780.

Background Color

.myBgColor { background-color: #A8A780; }

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

This div background color is #A8A780.

Border color

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

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

This div border color is #A8A780.

Opacity

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

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

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

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

This text has shadow with #A8A780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A780.

Preview

Color preview on black background

This text has color #A8A780 on black background.


Color preview on white background

This text has color #A8A780 on white background.


Black color preview on #A8A780 background

This text has black color on #A8A780 background.


White color preview on #A8A780 background

This text has white color on #A8A780 background.


Related colors

Complementary color

Complementary color for #hex is #57587F.


I love getcolorcode.com

Triadic colors

1 #80A8A7 and #A780A8 with #A8A780 are triadic colors.

2 #80A7A8 and #A7A880 with #A8A780 are triadic colors.