COLOR #A1AE60

HEX: #A1AE60 RGB: (161,174,96)

Color info

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

RGB color model

#A1AE60 color RGB value is (161,174,96).

RGB: (161,174,96) (63%, 68%, 38%)

RGB channels and saturation

R 161 of 255 = 63%
G 174 of 255 = 68%
B 96 of 255 = 38%

161
174
96

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

Portions of RGB colors in percentages

R + G + B = 161 + 174 + 96 = 431 (100%)
R 161 of 431 ~ 37.35%
G 174 of 431 ~ 40.37%
B 96 of 431 ~ 22.27'%

%37.35
%40.37
%22.27

CMYK color model

#A1AE60 color CMYK value is (7,0,45,32).

  • cyan value is 7.47%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 31.76%

CMYK: (7,0,45,32)
C7M0Y45K32 (7%, 0%, 45%, 32%)
(0.07 / 0.00 / 0.45 / 0.32)

CMYK percentages

%7.47
%0
%44.83
%31.76

Codes

Color #A1AE60 in popluar color models

A1 AE 60
RGB 161 174 96
HSL 70° 32.50% 52.94%
HSB/HSV 70° 44.83% 68.24%
CMYK 7.47% 0.00% 44.83%
31.76%

Color #A1AE60 in popluar number systems.

HEX A1 AE 60
Decimal 161 174 96
Binary 10100001 10101110 1100000
Octal 241 256 140

Shades and tints

Shades of #A1AE60

#A1AE60
(161,174,96)
#939F58
(147,159,88)
#859050
(133,144,80)
#778148
(119,129,72)
#697240
(105,114,64)
#5B6338
(91,99,56)
#4D5430
(77,84,48)
#3F4528
(63,69,40)
#313620
(49,54,32)
#232718
(35,39,24)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #A1AE60

#A1AE60
(161,174,96)
#A9B56E
(169,181,110)
#B1BC7C
(177,188,124)
#B9C38A
(185,195,138)
#C1CA98
(193,202,152)
#C9D1A6
(201,209,166)
#D1D8B4
(209,216,180)
#D9DFC2
(217,223,194)
#E1E6D0
(225,230,208)
#E9EDDE
(233,237,222)
#F1F4EC
(241,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1AE60 color. Also use rgb(161,174,96) instead hex code.

Text Font Color

.myTextColor { color: #A1AE60; }

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

This text font color is #A1AE60.

Background Color

.myBgColor { background-color: #A1AE60; }

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

This div background color is #A1AE60.

Border color

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

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

This div border color is #A1AE60.

Opacity

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

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

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

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

This text has shadow with #A1AE60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AE60.

Preview

Color preview on black background

This text has color #A1AE60 on black background.


Color preview on white background

This text has color #A1AE60 on white background.


Black color preview on #A1AE60 background

This text has black color on #A1AE60 background.


White color preview on #A1AE60 background

This text has white color on #A1AE60 background.


Related colors

Complementary color

Complementary color for #hex is #5E519F.


I love getcolorcode.com

Triadic colors

1 #60A1AE and #AE60A1 with #A1AE60 are triadic colors.

2 #60AEA1 and #AEA160 with #A1AE60 are triadic colors.