COLOR #A1AF6E

HEX: #A1AF6E RGB: (161,175,110)

Color info

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

RGB color model

#A1AF6E color RGB value is (161,175,110).

RGB: (161,175,110) (63%, 69%, 43%)

RGB channels and saturation

R 161 of 255 = 63%
G 175 of 255 = 69%
B 110 of 255 = 43%

161
175
110

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

Portions of RGB colors in percentages

R + G + B = 161 + 175 + 110 = 446 (100%)
R 161 of 446 ~ 36.1%
G 175 of 446 ~ 39.24%
B 110 of 446 ~ 24.66'%

%36.1
%39.24
%24.66

CMYK color model

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

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

CMYK: (8,0,37,31)
C8M0Y37K31 (8%, 0%, 37%, 31%)
(0.08 / 0.00 / 0.37 / 0.31)

CMYK percentages

%8
%0
%37.14
%31.37

Codes

Color #A1AF6E in popluar color models

A1 AF 6E
RGB 161 175 110
HSL 73° 28.89% 55.88%
HSB/HSV 73° 37.14% 68.63%
CMYK 8.00% 0.00% 37.14%
31.37%

Color #A1AF6E in popluar number systems.

HEX A1 AF 6E
Decimal 161 175 110
Binary 10100001 10101111 1101110
Octal 241 257 156

Shades and tints

Shades of #A1AF6E

#A1AF6E
(161,175,110)
#93A064
(147,160,100)
#85915A
(133,145,90)
#778250
(119,130,80)
#697346
(105,115,70)
#5B643C
(91,100,60)
#4D5532
(77,85,50)
#3F4628
(63,70,40)
#31371E
(49,55,30)
#232814
(35,40,20)
#15190A
(21,25,10)
#000000
(0,0,0)

Tints of #A1AF6E

#A1AF6E
(161,175,110)
#A9B67B
(169,182,123)
#B1BD88
(177,189,136)
#B9C495
(185,196,149)
#C1CBA2
(193,203,162)
#C9D2AF
(201,210,175)
#D1D9BC
(209,217,188)
#D9E0C9
(217,224,201)
#E1E7D6
(225,231,214)
#E9EEE3
(233,238,227)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AF6E; }

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

This text font color is #A1AF6E.

Background Color

.myBgColor { background-color: #A1AF6E; }

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

This div background color is #A1AF6E.

Border color

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

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

This div border color is #A1AF6E.

Opacity

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

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

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

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

This text has shadow with #A1AF6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AF6E.

Preview

Color preview on black background

This text has color #A1AF6E on black background.


Color preview on white background

This text has color #A1AF6E on white background.


Black color preview on #A1AF6E background

This text has black color on #A1AF6E background.


White color preview on #A1AF6E background

This text has white color on #A1AF6E background.


Related colors

Complementary color

Complementary color for #hex is #5E5091.


I love getcolorcode.com

Triadic colors

1 #6EA1AF and #AF6EA1 with #A1AF6E are triadic colors.

2 #6EAFA1 and #AFA16E with #A1AF6E are triadic colors.