COLOR #A1AF5D

HEX: #A1AF5D
RGB: (161,175,93)

Color info

#A1AF5D contains mainly red and green colors. Web safe color of #A1AF5D is #999966 (or #996).

RGB color model

#A1AF5D color RGB value is (161,175,93).

  • red value is 161;
  • green value is 175;
  • blue value is 93.
RGB:
(161,175,93)
(63%,69%,36%)

RGB channels and saturation

R 161 of 255 = 63%
G 175 of 255 = 69%
B 93 of 255 = 36%

161
175
93

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

Portions of RGB colors in percentages

R + G + B =
161 + 175 + 93 = 429 (100%)
R 161 of 429 ~ 37.53%
G 175 of 429 ~ 40.79%
B 93 of 429 ~ 21.68%

%37.53
%40.79
%21.68

CMYK color model

#A1AF5D color CMYK value is (8,0,47,31).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 46.86%
  • key color value is 31.37%
CMYK:
(8,0,47,31)
C8M0Y47K31 
(8%,0%,47%,31%)
(0.08/0.00/0.47/0.31)	

CMYK percentages

%8
%0
%46.86
%31.37

Codes

Color #A1AF5D in popluar color models

A1AF5D
RGB16117593
HSL70°33.88%52.55%
HSB/HSV70°46.86%68.63%
CMYK8.00%0.00%46.86%
31.37%

Color #A1AF5D in popluar number systems.

HEXA1AF5D
Decimal16117593
Binary10100001101011111011101
Octal241257135

Shades and tints

Shades of #A1AF5D

#A1AF5D
(161,175,93)
#93A055
(147,160,85)
#85914D
(133,145,77)
#778245
(119,130,69)
#69733D
(105,115,61)
#5B6435
(91,100,53)
#4D552D
(77,85,45)
#3F4625
(63,70,37)
#31371D
(49,55,29)
#232815
(35,40,21)
#15190D
(21,25,13)
#000000
(0,0,0)

Tints of #A1AF5D

#A1AF5D
(161,175,93)
#A9B66B
(169,182,107)
#B1BD79
(177,189,121)
#B9C487
(185,196,135)
#C1CB95
(193,203,149)
#C9D2A3
(201,210,163)
#D1D9B1
(209,217,177)
#D9E0BF
(217,224,191)
#E1E7CD
(225,231,205)
#E9EEDB
(233,238,219)
#F1F5E9
(241,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1AF5D color. Also use rgb(161,175,93) instead hex code.

Text Font Color

.myTextColor { color: #A1AF5D; }

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

This text font color is #A1AF5D.


Background Color

.myBgColor { background-color: #A1AF5D; }

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

This div background color is #A1AF5D.


Border color

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

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

This div border color is #A1AF5D.


Opacity

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

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

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

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

This text has shadow with #A1AF5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AF5D on black background.


Color preview on white background

This text has color #A1AF5D on white background.



Black color preview on #A1AF5D background

This text has black color on #A1AF5D background.


White color preview on #A1AF5D background

This text has white color on #A1AF5D background.