COLOR #A8AE4D

HEX: #A8AE4D RGB: (168,174,77)

Color info

#A8AE4D contains mainly red and green colors. Web safe color of #A8AE4D is #999933 (or #993).

RGB color model

#A8AE4D color RGB value is (168,174,77).

RGB: (168,174,77) (66%, 68%, 30%)

RGB channels and saturation

R 168 of 255 = 66%
G 174 of 255 = 68%
B 77 of 255 = 30%

168
174
77

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

Portions of RGB colors in percentages

R + G + B = 168 + 174 + 77 = 419 (100%)
R 168 of 419 ~ 40.1%
G 174 of 419 ~ 41.53%
B 77 of 419 ~ 18.38'%

%40.1
%41.53
%18.38

CMYK color model

#A8AE4D color CMYK value is (3,0,56,32).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 55.75%
  • key color value is 31.76%
CMYK: (3,0,56,32) C3M0Y56K32 (3%,0%,56%,32%) (0.03/0.00/0.56/0.32) 

CMYK percentages

%3.45
%0
%55.75
%31.76

Codes

Color #A8AE4D in popluar color models

A8 AE 4D
RGB 168 174 77
HSL 64° 38.65% 49.22%
HSB/HSV 64° 55.75% 68.24%
CMYK 3.45% 0.00% 55.75%
31.76%

Color #A8AE4D in popluar number systems.

HEX A8 AE 4D
Decimal 168 174 77
Binary 10101000 10101110 1001101
Octal 250 256 115

Shades and tints

Shades of #A8AE4D

#A8AE4D
(168,174,77)
#999F46
(153,159,70)
#8A903F
(138,144,63)
#7B8138
(123,129,56)
#6C7231
(108,114,49)
#5D632A
(93,99,42)
#4E5423
(78,84,35)
#3F451C
(63,69,28)
#303615
(48,54,21)
#21270E
(33,39,14)
#121807
(18,24,7)
#000000
(0,0,0)

Tints of #A8AE4D

#A8AE4D
(168,174,77)
#AFB55D
(175,181,93)
#B6BC6D
(182,188,109)
#BDC37D
(189,195,125)
#C4CA8D
(196,202,141)
#CBD19D
(203,209,157)
#D2D8AD
(210,216,173)
#D9DFBD
(217,223,189)
#E0E6CD
(224,230,205)
#E7EDDD
(231,237,221)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8AE4D color. Also use rgb(168,174,77) instead hex code.

Text Font Color

.myTextColor { color: #A8AE4D; }

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

This text font color is #A8AE4D.

Background Color

.myBgColor { background-color: #A8AE4D; }

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

This div background color is #A8AE4D.

Border color

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

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

This div border color is #A8AE4D.

Opacity

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

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

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

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

This text has shadow with #A8AE4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AE4D.

Preview

Color preview on black background

This text has color #A8AE4D on black background.


Color preview on white background

This text has color #A8AE4D on white background.


Black color preview on #A8AE4D background

This text has black color on #A8AE4D background.


White color preview on #A8AE4D background

This text has white color on #A8AE4D background.


Related colors

Complementary color

Complementary color for #hex is #5751B2.


I love getcolorcode.com

Triadic colors

1 #4DA8AE and #AE4DA8 with #A8AE4D are triadic colors.

2 #4DAEA8 and #AEA84D with #A8AE4D are triadic colors.