COLOR #A1AF72

HEX: #A1AF72
RGB: (161,175,114)

Color info

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

RGB color model

#A1AF72 color RGB value is (161,175,114).

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

RGB channels and saturation

R 161 of 255 = 63%
G 175 of 255 = 69%
B 114 of 255 = 45%

161
175
114

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

Portions of RGB colors in percentages

R + G + B =
161 + 175 + 114 = 450 (100%)
R 161 of 450 ~ 35.78%
G 175 of 450 ~ 38.89%
B 114 of 450 ~ 25.33%

%35.78
%38.89
%25.33

CMYK color model

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

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 34.86%
  • key color value is 31.37%
CMYK:
(8,0,35,31)
C8M0Y35K31 
(8%,0%,35%,31%)
(0.08/0.00/0.35/0.31)	

CMYK percentages

%8
%0
%34.86
%31.37

Codes

Color #A1AF72 in popluar color models

A1AF72
RGB161175114
HSL74°27.60%56.67%
HSB/HSV74°34.86%68.63%
CMYK8.00%0.00%34.86%
31.37%

Color #A1AF72 in popluar number systems.

HEXA1AF72
Decimal161175114
Binary10100001101011111110010
Octal241257162

Shades and tints

Shades of #A1AF72

#A1AF72
(161,175,114)
#93A068
(147,160,104)
#85915E
(133,145,94)
#778254
(119,130,84)
#69734A
(105,115,74)
#5B6440
(91,100,64)
#4D5536
(77,85,54)
#3F462C
(63,70,44)
#313722
(49,55,34)
#232818
(35,40,24)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #A1AF72

#A1AF72
(161,175,114)
#A9B67E
(169,182,126)
#B1BD8A
(177,189,138)
#B9C496
(185,196,150)
#C1CBA2
(193,203,162)
#C9D2AE
(201,210,174)
#D1D9BA
(209,217,186)
#D9E0C6
(217,224,198)
#E1E7D2
(225,231,210)
#E9EEDE
(233,238,222)
#F1F5EA
(241,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AF72; }

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

This text font color is #A1AF72.


Background Color

.myBgColor { background-color: #A1AF72; }

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

This div background color is #A1AF72.


Border color

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

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

This div border color is #A1AF72.


Opacity

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

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

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

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

This text has shadow with #A1AF72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1AF72 on black background.


Color preview on white background

This text has color #A1AF72 on white background.



Black color preview on #A1AF72 background

This text has black color on #A1AF72 background.


White color preview on #A1AF72 background

This text has white color on #A1AF72 background.