COLOR #A8A188

HEX: #A8A188
RGB: (168,161,136)

Color info

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

RGB color model

#A8A188 color RGB value is (168,161,136).

  • red value is 168;
  • green value is 161;
  • blue value is 136.
RGB: (168,161,136) (66%,63%,53%)

RGB channels and saturation

R 168 of 255 = 66%
G 161 of 255 = 63%
B 136 of 255 = 53%

168
161
136

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

Portions of RGB colors in percentages

R + G + B =
168 + 161 + 136 = 465 (100%)
R 168 of 465 ~ 36.13%
G 161 of 465 ~ 34.62%
B 136 of 465 ~ 29.25%

%36.13
%34.62
%29.25

CMYK color model

#A8A188 color CMYK value is (0,4,19,34).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 19.05%
  • key color value is 34.12%
CMYK: (0,4,19,34) C0M4Y19K34 (0%,4%,19%,34%) (0.00/0.04/0.19/0.34)

CMYK percentages

%0
%4.17
%19.05
%34.12

Codes

Color #A8A188 in popluar color models

A8A188
RGB168161136
HSL47°15.53%59.61%
HSB/HSV47°19.05%65.88%
CMYK0.00%4.17%19.05%
34.12%

Color #A8A188 in popluar number systems.

HEXA8A188
Decimal168161136
Binary101010001010000110001000
Octal250241210

Shades and tints

Shades of #A8A188

#A8A188
(168,161,136)
#99937C
(153,147,124)
#8A8570
(138,133,112)
#7B7764
(123,119,100)
#6C6958
(108,105,88)
#5D5B4C
(93,91,76)
#4E4D40
(78,77,64)
#3F3F34
(63,63,52)
#303128
(48,49,40)
#21231C
(33,35,28)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #A8A188

#A8A188
(168,161,136)
#AFA992
(175,169,146)
#B6B19C
(182,177,156)
#BDB9A6
(189,185,166)
#C4C1B0
(196,193,176)
#CBC9BA
(203,201,186)
#D2D1C4
(210,209,196)
#D9D9CE
(217,217,206)
#E0E1D8
(224,225,216)
#E7E9E2
(231,233,226)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A188; }

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

This text font color is #A8A188.


Background Color

.myBgColor { background-color: #A8A188; }

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

This div background color is #A8A188.


Border color

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

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

This div border color is #A8A188.


Opacity

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

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

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

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

This text has shadow with #A8A188 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #A8A188; -webkit-box-shadow:	1px 1px 3px 2px #A8A188; box-shadow:	1px 1px 3px 2px #A8A188; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A8A188; -webkit-box-shadow: 1px 1px 3px 2px #A8A188; box-shadow:1px 1px 3px 2px #A8A188;">
Div content here</div>
This div box has shadow with color #A8A188.

Preview

Color preview on black background

This text has color #A8A188 on black background.


Color preview on white background

This text has color #A8A188 on white background.



Black color preview on #A8A188 background

This text has black color on #A8A188 background.


White color preview on #A8A188 background

This text has white color on #A8A188 background.