COLOR #A8A189

HEX: #A8A189 RGB: (168,161,137)

Color info

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

RGB color model

#A8A189 color RGB value is (168,161,137).

RGB: (168,161,137) (66%, 63%, 54%)

RGB channels and saturation

R 168 of 255 = 66%
G 161 of 255 = 63%
B 137 of 255 = 54%

168
161
137

R + G + B ~ 61%. #A8A189 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 161 + 137 = 466 (100%)
R 168 of 466 ~ 36.05%
G 161 of 466 ~ 34.55%
B 137 of 466 ~ 29.4'%

%36.05
%34.55
%29.4

CMYK color model

#A8A189 color CMYK value is (0,4,18,34).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 18.45%
  • key color value is 34.12%

CMYK: (0,4,18,34)
C0M4Y18K34 (0%, 4%, 18%, 34%)
(0.00 / 0.04 / 0.18 / 0.34)

CMYK percentages

%0
%4.17
%18.45
%34.12

Codes

Color #A8A189 in popluar color models

A8 A1 89
RGB 168 161 137
HSL 46° 15.12% 59.80%
HSB/HSV 46° 18.45% 65.88%
CMYK 0.00% 4.17% 18.45%
34.12%

Color #A8A189 in popluar number systems.

HEX A8 A1 89
Decimal 168 161 137
Binary 10101000 10100001 10001001
Octal 250 241 211

Shades and tints

Shades of #A8A189

#A8A189
(168,161,137)
#99937D
(153,147,125)
#8A8571
(138,133,113)
#7B7765
(123,119,101)
#6C6959
(108,105,89)
#5D5B4D
(93,91,77)
#4E4D41
(78,77,65)
#3F3F35
(63,63,53)
#303129
(48,49,41)
#21231D
(33,35,29)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #A8A189

#A8A189
(168,161,137)
#AFA993
(175,169,147)
#B6B19D
(182,177,157)
#BDB9A7
(189,185,167)
#C4C1B1
(196,193,177)
#CBC9BB
(203,201,187)
#D2D1C5
(210,209,197)
#D9D9CF
(217,217,207)
#E0E1D9
(224,225,217)
#E7E9E3
(231,233,227)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A189 color. Also use rgb(168,161,137) instead hex code.

Text Font Color

.myTextColor { color: #A8A189; }

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

This text font color is #A8A189.

Background Color

.myBgColor { background-color: #A8A189; }

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

This div background color is #A8A189.

Border color

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

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

This div border color is #A8A189.

Opacity

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

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

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

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

This text has shadow with #A8A189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A189.

Preview

Color preview on black background

This text has color #A8A189 on black background.


Color preview on white background

This text has color #A8A189 on white background.


Black color preview on #A8A189 background

This text has black color on #A8A189 background.


White color preview on #A8A189 background

This text has white color on #A8A189 background.


Related colors

Complementary color

Complementary color for #hex is #575E76.


I love getcolorcode.com

Triadic colors

1 #89A8A1 and #A189A8 with #A8A189 are triadic colors.

2 #89A1A8 and #A1A889 with #A8A189 are triadic colors.