COLOR #A1A399

HEX: #A1A399
RGB: (161,163,153)

Color info

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

RGB color model

#A1A399 color RGB value is (161,163,153).

  • red value is 161;
  • green value is 163;
  • blue value is 153.
RGB:
(161,163,153)
(63%,64%,60%)

RGB channels and saturation

R 161 of 255 = 63%
G 163 of 255 = 64%
B 153 of 255 = 60%

161
163
153

R + G + B ~ 62%. #A1A399 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 163 + 153 = 477 (100%)
R 161 of 477 ~ 33.75%
G 163 of 477 ~ 34.17%
B 153 of 477 ~ 32.08%

%33.75
%34.17
%32.08

CMYK color model

#A1A399 color CMYK value is (1,0,6,36).

  • cyan value is 1.23%
  • magenta value is 0.00%
  • yellow value is 6.13%
  • key color value is 36.08%
CMYK:
(1,0,6,36)
C1M0Y6K36 
(1%,0%,6%,36%)
(0.01/0.00/0.06/0.36)	

CMYK percentages

%1.23
%0
%6.13
%36.08

Codes

Color #A1A399 in popluar color models

A1A399
RGB161163153
HSL72°5.15%61.96%
HSB/HSV72°6.13%63.92%
CMYK1.23%0.00%6.13%
36.08%

Color #A1A399 in popluar number systems.

HEXA1A399
Decimal161163153
Binary101000011010001110011001
Octal241243231

Shades and tints

Shades of #A1A399

#A1A399
(161,163,153)
#93958C
(147,149,140)
#85877F
(133,135,127)
#777972
(119,121,114)
#696B65
(105,107,101)
#5B5D58
(91,93,88)
#4D4F4B
(77,79,75)
#3F413E
(63,65,62)
#313331
(49,51,49)
#232524
(35,37,36)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #A1A399

#A1A399
(161,163,153)
#A9ABA2
(169,171,162)
#B1B3AB
(177,179,171)
#B9BBB4
(185,187,180)
#C1C3BD
(193,195,189)
#C9CBC6
(201,203,198)
#D1D3CF
(209,211,207)
#D9DBD8
(217,219,216)
#E1E3E1
(225,227,225)
#E9EBEA
(233,235,234)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A399 color. Also use rgb(161,163,153) instead hex code.

Text Font Color

.myTextColor { color: #A1A399; }

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

This text font color is #A1A399.


Background Color

.myBgColor { background-color: #A1A399; }

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

This div background color is #A1A399.


Border color

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

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

This div border color is #A1A399.


Opacity

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

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

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

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

This text has shadow with #A1A399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A399 on black background.


Color preview on white background

This text has color #A1A399 on white background.



Black color preview on #A1A399 background

This text has black color on #A1A399 background.


White color preview on #A1A399 background

This text has white color on #A1A399 background.