COLOR #A8B5A0

HEX: #A8B5A0 RGB: (168,181,160)

Color info

#A8B5A0 contains red, green and blue colors in about the same proportion. Web safe color of #A8B5A0 is #99CC99 (or #9C9).

RGB color model

#A8B5A0 color RGB value is (168,181,160).

RGB: (168,181,160) (66%, 71%, 63%)

RGB channels and saturation

R 168 of 255 = 66%
G 181 of 255 = 71%
B 160 of 255 = 63%

168
181
160

R + G + B ~ 67%. #A8B5A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 181 + 160 = 509 (100%)
R 168 of 509 ~ 33.01%
G 181 of 509 ~ 35.56%
B 160 of 509 ~ 31.43'%

%33.01
%35.56
%31.43

CMYK color model

#A8B5A0 color CMYK value is (7,0,12,29).

  • cyan value is 7.18%
  • magenta value is 0.00%
  • yellow value is 11.60%
  • key color value is 29.02%

CMYK: (7,0,12,29)
C7M0Y12K29 (7%, 0%, 12%, 29%)
(0.07 / 0.00 / 0.12 / 0.29)

CMYK percentages

%7.18
%0
%11.6
%29.02

Codes

Color #A8B5A0 in popluar color models

A8 B5 A0
RGB 168 181 160
HSL 97° 12.43% 66.86%
HSB/HSV 97° 11.60% 70.98%
CMYK 7.18% 0.00% 11.60%
29.02%

Color #A8B5A0 in popluar number systems.

HEX A8 B5 A0
Decimal 168 181 160
Binary 10101000 10110101 10100000
Octal 250 265 240

Shades and tints

Shades of #A8B5A0

#A8B5A0
(168,181,160)
#99A592
(153,165,146)
#8A9584
(138,149,132)
#7B8576
(123,133,118)
#6C7568
(108,117,104)
#5D655A
(93,101,90)
#4E554C
(78,85,76)
#3F453E
(63,69,62)
#303530
(48,53,48)
#212522
(33,37,34)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #A8B5A0

#A8B5A0
(168,181,160)
#AFBBA8
(175,187,168)
#B6C1B0
(182,193,176)
#BDC7B8
(189,199,184)
#C4CDC0
(196,205,192)
#CBD3C8
(203,211,200)
#D2D9D0
(210,217,208)
#D9DFD8
(217,223,216)
#E0E5E0
(224,229,224)
#E7EBE8
(231,235,232)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B5A0 color. Also use rgb(168,181,160) instead hex code.

Text Font Color

.myTextColor { color: #A8B5A0; }

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

This text font color is #A8B5A0.

Background Color

.myBgColor { background-color: #A8B5A0; }

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

This div background color is #A8B5A0.

Border color

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

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

This div border color is #A8B5A0.

Opacity

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

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

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

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

This text has shadow with #A8B5A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B5A0.

Preview

Color preview on black background

This text has color #A8B5A0 on black background.


Color preview on white background

This text has color #A8B5A0 on white background.


Black color preview on #A8B5A0 background

This text has black color on #A8B5A0 background.


White color preview on #A8B5A0 background

This text has white color on #A8B5A0 background.


Related colors

Complementary color

Complementary color for #hex is #574A5F.


I love getcolorcode.com

Triadic colors

1 #A0A8B5 and #B5A0A8 with #A8B5A0 are triadic colors.

2 #A0B5A8 and #B5A8A0 with #A8B5A0 are triadic colors.