COLOR #A1A790

HEX: #A1A790
RGB: (161,167,144)

Color info

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

RGB color model

#A1A790 color RGB value is (161,167,144).

  • red value is 161;
  • green value is 167;
  • blue value is 144.
RGB:
(161,167,144)
(63%,65%,56%)

RGB channels and saturation

R 161 of 255 = 63%
G 167 of 255 = 65%
B 144 of 255 = 56%

161
167
144

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

Portions of RGB colors in percentages

R + G + B =
161 + 167 + 144 = 472 (100%)
R 161 of 472 ~ 34.11%
G 167 of 472 ~ 35.38%
B 144 of 472 ~ 30.51%

%34.11
%35.38
%30.51

CMYK color model

#A1A790 color CMYK value is (4,0,14,35).

  • cyan value is 3.59%
  • magenta value is 0.00%
  • yellow value is 13.77%
  • key color value is 34.51%
CMYK:
(4,0,14,35)
C4M0Y14K35 
(4%,0%,14%,35%)
(0.04/0.00/0.14/0.35)	

CMYK percentages

%3.59
%0
%13.77
%34.51

Codes

Color #A1A790 in popluar color models

A1A790
RGB161167144
HSL76°11.56%60.98%
HSB/HSV76°13.77%65.49%
CMYK3.59%0.00%13.77%
34.51%

Color #A1A790 in popluar number systems.

HEXA1A790
Decimal161167144
Binary101000011010011110010000
Octal241247220

Shades and tints

Shades of #A1A790

#A1A790
(161,167,144)
#939883
(147,152,131)
#858976
(133,137,118)
#777A69
(119,122,105)
#696B5C
(105,107,92)
#5B5C4F
(91,92,79)
#4D4D42
(77,77,66)
#3F3E35
(63,62,53)
#312F28
(49,47,40)
#23201B
(35,32,27)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #A1A790

#A1A790
(161,167,144)
#A9AF9A
(169,175,154)
#B1B7A4
(177,183,164)
#B9BFAE
(185,191,174)
#C1C7B8
(193,199,184)
#C9CFC2
(201,207,194)
#D1D7CC
(209,215,204)
#D9DFD6
(217,223,214)
#E1E7E0
(225,231,224)
#E9EFEA
(233,239,234)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A790; }

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

This text font color is #A1A790.


Background Color

.myBgColor { background-color: #A1A790; }

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

This div background color is #A1A790.


Border color

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

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

This div border color is #A1A790.


Opacity

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

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

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

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

This text has shadow with #A1A790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A790 on black background.


Color preview on white background

This text has color #A1A790 on white background.



Black color preview on #A1A790 background

This text has black color on #A1A790 background.


White color preview on #A1A790 background

This text has white color on #A1A790 background.