COLOR #A1AF5F

HEX: #A1AF5F RGB: (161,175,95)

Color info

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

RGB color model

#A1AF5F color RGB value is (161,175,95).

RGB: (161,175,95) (63%, 69%, 37%)

RGB channels and saturation

R 161 of 255 = 63%
G 175 of 255 = 69%
B 95 of 255 = 37%

161
175
95

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

Portions of RGB colors in percentages

R + G + B = 161 + 175 + 95 = 431 (100%)
R 161 of 431 ~ 37.35%
G 175 of 431 ~ 40.6%
B 95 of 431 ~ 22.04'%

%37.35
%40.6
%22.04

CMYK color model

#A1AF5F color CMYK value is (8,0,46,31).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 45.71%
  • key color value is 31.37%

CMYK: (8,0,46,31)
C8M0Y46K31 (8%, 0%, 46%, 31%)
(0.08 / 0.00 / 0.46 / 0.31)

CMYK percentages

%8
%0
%45.71
%31.37

Codes

Color #A1AF5F in popluar color models

A1 AF 5F
RGB 161 175 95
HSL 71° 33.33% 52.94%
HSB/HSV 71° 45.71% 68.63%
CMYK 8.00% 0.00% 45.71%
31.37%

Color #A1AF5F in popluar number systems.

HEX A1 AF 5F
Decimal 161 175 95
Binary 10100001 10101111 1011111
Octal 241 257 137

Shades and tints

Shades of #A1AF5F

#A1AF5F
(161,175,95)
#93A057
(147,160,87)
#85914F
(133,145,79)
#778247
(119,130,71)
#69733F
(105,115,63)
#5B6437
(91,100,55)
#4D552F
(77,85,47)
#3F4627
(63,70,39)
#31371F
(49,55,31)
#232817
(35,40,23)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #A1AF5F

#A1AF5F
(161,175,95)
#A9B66D
(169,182,109)
#B1BD7B
(177,189,123)
#B9C489
(185,196,137)
#C1CB97
(193,203,151)
#C9D2A5
(201,210,165)
#D1D9B3
(209,217,179)
#D9E0C1
(217,224,193)
#E1E7CF
(225,231,207)
#E9EEDD
(233,238,221)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AF5F; }

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

This text font color is #A1AF5F.

Background Color

.myBgColor { background-color: #A1AF5F; }

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

This div background color is #A1AF5F.

Border color

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

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

This div border color is #A1AF5F.

Opacity

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

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

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

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

This text has shadow with #A1AF5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AF5F.

Preview

Color preview on black background

This text has color #A1AF5F on black background.


Color preview on white background

This text has color #A1AF5F on white background.


Black color preview on #A1AF5F background

This text has black color on #A1AF5F background.


White color preview on #A1AF5F background

This text has white color on #A1AF5F background.


Related colors

Complementary color

Complementary color for #hex is #5E50A0.


I love getcolorcode.com

Triadic colors

1 #5FA1AF and #AF5FA1 with #A1AF5F are triadic colors.

2 #5FAFA1 and #AFA15F with #A1AF5F are triadic colors.