COLOR #A8C080

HEX: #A8C080 RGB: (168,192,128)

Color info

#A8C080 contains mainly red and green colors. Web safe color of #A8C080 is #99CC66 (or #9C6).

RGB color model

#A8C080 color RGB value is (168,192,128).

RGB: (168,192,128) (66%, 75%, 50%)

RGB channels and saturation

R 168 of 255 = 66%
G 192 of 255 = 75%
B 128 of 255 = 50%

168
192
128

R + G + B ~ 64%. #A8C080 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 192 + 128 = 488 (100%)
R 168 of 488 ~ 34.43%
G 192 of 488 ~ 39.34%
B 128 of 488 ~ 26.23'%

%34.43
%39.34
%26.23

CMYK color model

#A8C080 color CMYK value is (13,0,33,25).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 24.71%

CMYK: (13,0,33,25)
C13M0Y33K25 (13%, 0%, 33%, 25%)
(0.13 / 0.00 / 0.33 / 0.25)

CMYK percentages

%12.5
%0
%33.33
%24.71

Codes

Color #A8C080 in popluar color models

A8 C0 80
RGB 168 192 128
HSL 83° 33.68% 62.75%
HSB/HSV 83° 33.33% 75.29%
CMYK 12.50% 0.00% 33.33%
24.71%

Color #A8C080 in popluar number systems.

HEX A8 C0 80
Decimal 168 192 128
Binary 10101000 11000000 10000000
Octal 250 300 200

Shades and tints

Shades of #A8C080

#A8C080
(168,192,128)
#99AF75
(153,175,117)
#8A9E6A
(138,158,106)
#7B8D5F
(123,141,95)
#6C7C54
(108,124,84)
#5D6B49
(93,107,73)
#4E5A3E
(78,90,62)
#3F4933
(63,73,51)
#303828
(48,56,40)
#21271D
(33,39,29)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #A8C080

#A8C080
(168,192,128)
#AFC58B
(175,197,139)
#B6CA96
(182,202,150)
#BDCFA1
(189,207,161)
#C4D4AC
(196,212,172)
#CBD9B7
(203,217,183)
#D2DEC2
(210,222,194)
#D9E3CD
(217,227,205)
#E0E8D8
(224,232,216)
#E7EDE3
(231,237,227)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8C080; }

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

This text font color is #A8C080.

Background Color

.myBgColor { background-color: #A8C080; }

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

This div background color is #A8C080.

Border color

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

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

This div border color is #A8C080.

Opacity

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

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

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

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

This text has shadow with #A8C080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8C080.

Preview

Color preview on black background

This text has color #A8C080 on black background.


Color preview on white background

This text has color #A8C080 on white background.


Black color preview on #A8C080 background

This text has black color on #A8C080 background.


White color preview on #A8C080 background

This text has white color on #A8C080 background.


Related colors

Complementary color

Complementary color for #hex is #573F7F.


I love getcolorcode.com

Triadic colors

1 #80A8C0 and #C080A8 with #A8C080 are triadic colors.

2 #80C0A8 and #C0A880 with #A8C080 are triadic colors.