COLOR #A1A58D

HEX: #A1A58D RGB: (161,165,141)

Color info

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

RGB color model

#A1A58D color RGB value is (161,165,141).

RGB: (161,165,141) (63%, 65%, 55%)

RGB channels and saturation

R 161 of 255 = 63%
G 165 of 255 = 65%
B 141 of 255 = 55%

161
165
141

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

Portions of RGB colors in percentages

R + G + B = 161 + 165 + 141 = 467 (100%)
R 161 of 467 ~ 34.48%
G 165 of 467 ~ 35.33%
B 141 of 467 ~ 30.19'%

%34.48
%35.33
%30.19

CMYK color model

#A1A58D color CMYK value is (2,0,15,35).

  • cyan value is 2.42%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 35.29%

CMYK: (2,0,15,35)
C2M0Y15K35 (2%, 0%, 15%, 35%)
(0.02 / 0.00 / 0.15 / 0.35)

CMYK percentages

%2.42
%0
%14.55
%35.29

Codes

Color #A1A58D in popluar color models

A1 A5 8D
RGB 161 165 141
HSL 70° 11.76% 60.00%
HSB/HSV 70° 14.55% 64.71%
CMYK 2.42% 0.00% 14.55%
35.29%

Color #A1A58D in popluar number systems.

HEX A1 A5 8D
Decimal 161 165 141
Binary 10100001 10100101 10001101
Octal 241 245 215

Shades and tints

Shades of #A1A58D

#A1A58D
(161,165,141)
#939681
(147,150,129)
#858775
(133,135,117)
#777869
(119,120,105)
#69695D
(105,105,93)
#5B5A51
(91,90,81)
#4D4B45
(77,75,69)
#3F3C39
(63,60,57)
#312D2D
(49,45,45)
#231E21
(35,30,33)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #A1A58D

#A1A58D
(161,165,141)
#A9AD97
(169,173,151)
#B1B5A1
(177,181,161)
#B9BDAB
(185,189,171)
#C1C5B5
(193,197,181)
#C9CDBF
(201,205,191)
#D1D5C9
(209,213,201)
#D9DDD3
(217,221,211)
#E1E5DD
(225,229,221)
#E9EDE7
(233,237,231)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A58D color. Also use rgb(161,165,141) instead hex code.

Text Font Color

.myTextColor { color: #A1A58D; }

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

This text font color is #A1A58D.

Background Color

.myBgColor { background-color: #A1A58D; }

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

This div background color is #A1A58D.

Border color

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

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

This div border color is #A1A58D.

Opacity

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

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

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

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

This text has shadow with #A1A58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A58D.

Preview

Color preview on black background

This text has color #A1A58D on black background.


Color preview on white background

This text has color #A1A58D on white background.


Black color preview on #A1A58D background

This text has black color on #A1A58D background.


White color preview on #A1A58D background

This text has white color on #A1A58D background.


Related colors

Complementary color

Complementary color for #hex is #5E5A72.


I love getcolorcode.com

Triadic colors

1 #8DA1A5 and #A58DA1 with #A1A58D are triadic colors.

2 #8DA5A1 and #A5A18D with #A1A58D are triadic colors.