COLOR #A1A788

HEX: #A1A788 RGB: (161,167,136)

Color info

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

RGB color model

#A1A788 color RGB value is (161,167,136).

RGB: (161,167,136) (63%, 65%, 53%)

RGB channels and saturation

R 161 of 255 = 63%
G 167 of 255 = 65%
B 136 of 255 = 53%

161
167
136

R + G + B ~ 60%. #A1A788 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 161 + 167 + 136 = 464 (100%)
R 161 of 464 ~ 34.7%
G 167 of 464 ~ 35.99%
B 136 of 464 ~ 29.31'%

%34.7
%35.99
%29.31

CMYK color model

#A1A788 color CMYK value is (4,0,19,35).

  • cyan value is 3.59%
  • magenta value is 0.00%
  • yellow value is 18.56%
  • key color value is 34.51%

CMYK: (4,0,19,35)
C4M0Y19K35 (4%, 0%, 19%, 35%)
(0.04 / 0.00 / 0.19 / 0.35)

CMYK percentages

%3.59
%0
%18.56
%34.51

Codes

Color #A1A788 in popluar color models

A1 A7 88
RGB 161 167 136
HSL 72° 14.98% 59.41%
HSB/HSV 72° 18.56% 65.49%
CMYK 3.59% 0.00% 18.56%
34.51%

Color #A1A788 in popluar number systems.

HEX A1 A7 88
Decimal 161 167 136
Binary 10100001 10100111 10001000
Octal 241 247 210

Shades and tints

Shades of #A1A788

#A1A788
(161,167,136)
#93987C
(147,152,124)
#858970
(133,137,112)
#777A64
(119,122,100)
#696B58
(105,107,88)
#5B5C4C
(91,92,76)
#4D4D40
(77,77,64)
#3F3E34
(63,62,52)
#312F28
(49,47,40)
#23201C
(35,32,28)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #A1A788

#A1A788
(161,167,136)
#A9AF92
(169,175,146)
#B1B79C
(177,183,156)
#B9BFA6
(185,191,166)
#C1C7B0
(193,199,176)
#C9CFBA
(201,207,186)
#D1D7C4
(209,215,196)
#D9DFCE
(217,223,206)
#E1E7D8
(225,231,216)
#E9EFE2
(233,239,226)
#F1F7EC
(241,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A788; }

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

This text font color is #A1A788.

Background Color

.myBgColor { background-color: #A1A788; }

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

This div background color is #A1A788.

Border color

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

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

This div border color is #A1A788.

Opacity

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

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

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

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

This text has shadow with #A1A788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A788.

Preview

Color preview on black background

This text has color #A1A788 on black background.


Color preview on white background

This text has color #A1A788 on white background.


Black color preview on #A1A788 background

This text has black color on #A1A788 background.


White color preview on #A1A788 background

This text has white color on #A1A788 background.


Related colors

Complementary color

Complementary color for #hex is #5E5877.


I love getcolorcode.com

Triadic colors

1 #88A1A7 and #A788A1 with #A1A788 are triadic colors.

2 #88A7A1 and #A7A188 with #A1A788 are triadic colors.