COLOR #A1AF79

HEX: #A1AF79 RGB: (161,175,121)

Color info

#A1AF79 contains red, green and blue colors in about the same proportion. Web safe color of #A1AF79 is #999966 (or #996).

RGB color model

#A1AF79 color RGB value is (161,175,121).

RGB: (161,175,121) (63%, 69%, 47%)

RGB channels and saturation

R 161 of 255 = 63%
G 175 of 255 = 69%
B 121 of 255 = 47%

161
175
121

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

Portions of RGB colors in percentages

R + G + B = 161 + 175 + 121 = 457 (100%)
R 161 of 457 ~ 35.23%
G 175 of 457 ~ 38.29%
B 121 of 457 ~ 26.48'%

%35.23
%38.29
%26.48

CMYK color model

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

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

CMYK: (8,0,31,31)
C8M0Y31K31 (8%, 0%, 31%, 31%)
(0.08 / 0.00 / 0.31 / 0.31)

CMYK percentages

%8
%0
%30.86
%31.37

Codes

Color #A1AF79 in popluar color models

A1 AF 79
RGB 161 175 121
HSL 76° 25.23% 58.04%
HSB/HSV 76° 30.86% 68.63%
CMYK 8.00% 0.00% 30.86%
31.37%

Color #A1AF79 in popluar number systems.

HEX A1 AF 79
Decimal 161 175 121
Binary 10100001 10101111 1111001
Octal 241 257 171

Shades and tints

Shades of #A1AF79

#A1AF79
(161,175,121)
#93A06E
(147,160,110)
#859163
(133,145,99)
#778258
(119,130,88)
#69734D
(105,115,77)
#5B6442
(91,100,66)
#4D5537
(77,85,55)
#3F462C
(63,70,44)
#313721
(49,55,33)
#232816
(35,40,22)
#15190B
(21,25,11)
#000000
(0,0,0)

Tints of #A1AF79

#A1AF79
(161,175,121)
#A9B685
(169,182,133)
#B1BD91
(177,189,145)
#B9C49D
(185,196,157)
#C1CBA9
(193,203,169)
#C9D2B5
(201,210,181)
#D1D9C1
(209,217,193)
#D9E0CD
(217,224,205)
#E1E7D9
(225,231,217)
#E9EEE5
(233,238,229)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AF79; }

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

This text font color is #A1AF79.

Background Color

.myBgColor { background-color: #A1AF79; }

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

This div background color is #A1AF79.

Border color

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

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

This div border color is #A1AF79.

Opacity

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

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

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

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

This text has shadow with #A1AF79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AF79.

Preview

Color preview on black background

This text has color #A1AF79 on black background.


Color preview on white background

This text has color #A1AF79 on white background.


Black color preview on #A1AF79 background

This text has black color on #A1AF79 background.


White color preview on #A1AF79 background

This text has white color on #A1AF79 background.


Related colors

Complementary color

Complementary color for #hex is #5E5086.


I love getcolorcode.com

Triadic colors

1 #79A1AF and #AF79A1 with #A1AF79 are triadic colors.

2 #79AFA1 and #AFA179 with #A1AF79 are triadic colors.