COLOR #A1AE5D

HEX: #A1AE5D RGB: (161,174,93)

Color info

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

RGB color model

#A1AE5D color RGB value is (161,174,93).

RGB: (161,174,93) (63%, 68%, 36%)

RGB channels and saturation

R 161 of 255 = 63%
G 174 of 255 = 68%
B 93 of 255 = 36%

161
174
93

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

Portions of RGB colors in percentages

R + G + B = 161 + 174 + 93 = 428 (100%)
R 161 of 428 ~ 37.62%
G 174 of 428 ~ 40.65%
B 93 of 428 ~ 21.73'%

%37.62
%40.65
%21.73

CMYK color model

#A1AE5D color CMYK value is (7,0,47,32).

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

CMYK: (7,0,47,32)
C7M0Y47K32 (7%, 0%, 47%, 32%)
(0.07 / 0.00 / 0.47 / 0.32)

CMYK percentages

%7.47
%0
%46.55
%31.76

Codes

Color #A1AE5D in popluar color models

A1 AE 5D
RGB 161 174 93
HSL 70° 33.33% 52.35%
HSB/HSV 70° 46.55% 68.24%
CMYK 7.47% 0.00% 46.55%
31.76%

Color #A1AE5D in popluar number systems.

HEX A1 AE 5D
Decimal 161 174 93
Binary 10100001 10101110 1011101
Octal 241 256 135

Shades and tints

Shades of #A1AE5D

#A1AE5D
(161,174,93)
#939F55
(147,159,85)
#85904D
(133,144,77)
#778145
(119,129,69)
#69723D
(105,114,61)
#5B6335
(91,99,53)
#4D542D
(77,84,45)
#3F4525
(63,69,37)
#31361D
(49,54,29)
#232715
(35,39,21)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #A1AE5D

#A1AE5D
(161,174,93)
#A9B56B
(169,181,107)
#B1BC79
(177,188,121)
#B9C387
(185,195,135)
#C1CA95
(193,202,149)
#C9D1A3
(201,209,163)
#D1D8B1
(209,216,177)
#D9DFBF
(217,223,191)
#E1E6CD
(225,230,205)
#E9EDDB
(233,237,219)
#F1F4E9
(241,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1AE5D; }

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

This text font color is #A1AE5D.

Background Color

.myBgColor { background-color: #A1AE5D; }

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

This div background color is #A1AE5D.

Border color

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

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

This div border color is #A1AE5D.

Opacity

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

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

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

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

This text has shadow with #A1AE5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1AE5D.

Preview

Color preview on black background

This text has color #A1AE5D on black background.


Color preview on white background

This text has color #A1AE5D on white background.


Black color preview on #A1AE5D background

This text has black color on #A1AE5D background.


White color preview on #A1AE5D background

This text has white color on #A1AE5D background.


Related colors

Complementary color

Complementary color for #hex is #5E51A2.


I love getcolorcode.com

Triadic colors

1 #5DA1AE and #AE5DA1 with #A1AE5D are triadic colors.

2 #5DAEA1 and #AEA15D with #A1AE5D are triadic colors.