COLOR #A8AB93

HEX: #A8AB93 RGB: (168,171,147)

Color info

#A8AB93 contains red, green and blue colors in about the same proportion. Web safe color of #A8AB93 is #999999 (or #999).

RGB color model

#A8AB93 color RGB value is (168,171,147).

RGB: (168,171,147) (66%, 67%, 58%)

RGB channels and saturation

R 168 of 255 = 66%
G 171 of 255 = 67%
B 147 of 255 = 58%

168
171
147

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

Portions of RGB colors in percentages

R + G + B = 168 + 171 + 147 = 486 (100%)
R 168 of 486 ~ 34.57%
G 171 of 486 ~ 35.19%
B 147 of 486 ~ 30.25'%

%34.57
%35.19
%30.25

CMYK color model

#A8AB93 color CMYK value is (2,0,14,33).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 32.94%
CMYK: (2,0,14,33) C2M0Y14K33 (2%,0%,14%,33%) (0.02/0.00/0.14/0.33) 

CMYK percentages

%1.75
%0
%14.04
%32.94

Codes

Color #A8AB93 in popluar color models

A8 AB 93
RGB 168 171 147
HSL 68° 12.50% 62.35%
HSB/HSV 68° 14.04% 67.06%
CMYK 1.75% 0.00% 14.04%
32.94%

Color #A8AB93 in popluar number systems.

HEX A8 AB 93
Decimal 168 171 147
Binary 10101000 10101011 10010011
Octal 250 253 223

Shades and tints

Shades of #A8AB93

#A8AB93
(168,171,147)
#999C86
(153,156,134)
#8A8D79
(138,141,121)
#7B7E6C
(123,126,108)
#6C6F5F
(108,111,95)
#5D6052
(93,96,82)
#4E5145
(78,81,69)
#3F4238
(63,66,56)
#30332B
(48,51,43)
#21241E
(33,36,30)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #A8AB93

#A8AB93
(168,171,147)
#AFB29C
(175,178,156)
#B6B9A5
(182,185,165)
#BDC0AE
(189,192,174)
#C4C7B7
(196,199,183)
#CBCEC0
(203,206,192)
#D2D5C9
(210,213,201)
#D9DCD2
(217,220,210)
#E0E3DB
(224,227,219)
#E7EAE4
(231,234,228)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8AB93 color. Also use rgb(168,171,147) instead hex code.

Text Font Color

.myTextColor { color: #A8AB93; }

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

This text font color is #A8AB93.

Background Color

.myBgColor { background-color: #A8AB93; }

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

This div background color is #A8AB93.

Border color

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

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

This div border color is #A8AB93.

Opacity

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

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

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

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

This text has shadow with #A8AB93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AB93.

Preview

Color preview on black background

This text has color #A8AB93 on black background.


Color preview on white background

This text has color #A8AB93 on white background.


Black color preview on #A8AB93 background

This text has black color on #A8AB93 background.


White color preview on #A8AB93 background

This text has white color on #A8AB93 background.


Related colors

Complementary color

Complementary color for #hex is #57546C.


I love getcolorcode.com

Triadic colors

1 #93A8AB and #AB93A8 with #A8AB93 are triadic colors.

2 #93ABA8 and #ABA893 with #A8AB93 are triadic colors.