COLOR #A1AF7A

HEX: #A1AF7A RGB: (161,175,122)

Color info

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

RGB color model

#A1AF7A color RGB value is (161,175,122).

RGB: (161,175,122) (63%, 69%, 48%)

RGB channels and saturation

R 161 of 255 = 63%
G 175 of 255 = 69%
B 122 of 255 = 48%

161
175
122

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

Portions of RGB colors in percentages

R + G + B = 161 + 175 + 122 = 458 (100%)
R 161 of 458 ~ 35.15%
G 175 of 458 ~ 38.21%
B 122 of 458 ~ 26.64'%

%35.15
%38.21
%26.64

CMYK color model

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

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

CMYK: (8,0,30,31)
C8M0Y30K31 (8%, 0%, 30%, 31%)
(0.08 / 0.00 / 0.30 / 0.31)

CMYK percentages

%8
%0
%30.29
%31.37

Codes

Color #A1AF7A in popluar color models

A1 AF 7A
RGB 161 175 122
HSL 76° 24.88% 58.24%
HSB/HSV 76° 30.29% 68.63%
CMYK 8.00% 0.00% 30.29%
31.37%

Color #A1AF7A in popluar number systems.

HEX A1 AF 7A
Decimal 161 175 122
Binary 10100001 10101111 1111010
Octal 241 257 172

Shades and tints

Shades of #A1AF7A

#A1AF7A
(161,175,122)
#93A06F
(147,160,111)
#859164
(133,145,100)
#778259
(119,130,89)
#69734E
(105,115,78)
#5B6443
(91,100,67)
#4D5538
(77,85,56)
#3F462D
(63,70,45)
#313722
(49,55,34)
#232817
(35,40,23)
#15190C
(21,25,12)
#000000
(0,0,0)

Tints of #A1AF7A

#A1AF7A
(161,175,122)
#A9B686
(169,182,134)
#B1BD92
(177,189,146)
#B9C49E
(185,196,158)
#C1CBAA
(193,203,170)
#C9D2B6
(201,210,182)
#D1D9C2
(209,217,194)
#D9E0CE
(217,224,206)
#E1E7DA
(225,231,218)
#E9EEE6
(233,238,230)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AF7A; }

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

This text font color is #A1AF7A.

Background Color

.myBgColor { background-color: #A1AF7A; }

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

This div background color is #A1AF7A.

Border color

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

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

This div border color is #A1AF7A.

Opacity

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

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

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

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

This text has shadow with #A1AF7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AF7A.

Preview

Color preview on black background

This text has color #A1AF7A on black background.


Color preview on white background

This text has color #A1AF7A on white background.


Black color preview on #A1AF7A background

This text has black color on #A1AF7A background.


White color preview on #A1AF7A background

This text has white color on #A1AF7A background.


Related colors

Complementary color

Complementary color for #hex is #5E5085.


I love getcolorcode.com

Triadic colors

1 #7AA1AF and #AF7AA1 with #A1AF7A are triadic colors.

2 #7AAFA1 and #AFA17A with #A1AF7A are triadic colors.