COLOR #A8AE7D

HEX: #A8AE7D
RGB: (168,174,125)

Color info

#A8AE7D contains red, green and blue colors in about the same proportion. Web safe color of #A8AE7D is #999966 (or #996).

RGB color model

#A8AE7D color RGB value is (168,174,125).

  • red value is 168;
  • green value is 174;
  • blue value is 125.
RGB:
(168,174,125)
(66%,68%,49%)

RGB channels and saturation

R 168 of 255 = 66%
G 174 of 255 = 68%
B 125 of 255 = 49%

168
174
125

R + G + B ~ 61%. #A8AE7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 174 + 125 = 467 (100%)
R 168 of 467 ~ 35.97%
G 174 of 467 ~ 37.26%
B 125 of 467 ~ 26.77%

%35.97
%37.26
%26.77

CMYK color model

#A8AE7D color CMYK value is (3,0,28,32).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 28.16%
  • key color value is 31.76%
CMYK:
(3,0,28,32)
C3M0Y28K32 
(3%,0%,28%,32%)
(0.03/0.00/0.28/0.32)	

CMYK percentages

%3.45
%0
%28.16
%31.76

Codes

Color #A8AE7D in popluar color models

A8AE7D
RGB168174125
HSL67°23.22%58.63%
HSB/HSV67°28.16%68.24%
CMYK3.45%0.00%28.16%
31.76%

Color #A8AE7D in popluar number systems.

HEXA8AE7D
Decimal168174125
Binary10101000101011101111101
Octal250256175

Shades and tints

Shades of #A8AE7D

#A8AE7D
(168,174,125)
#999F72
(153,159,114)
#8A9067
(138,144,103)
#7B815C
(123,129,92)
#6C7251
(108,114,81)
#5D6346
(93,99,70)
#4E543B
(78,84,59)
#3F4530
(63,69,48)
#303625
(48,54,37)
#21271A
(33,39,26)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #A8AE7D

#A8AE7D
(168,174,125)
#AFB588
(175,181,136)
#B6BC93
(182,188,147)
#BDC39E
(189,195,158)
#C4CAA9
(196,202,169)
#CBD1B4
(203,209,180)
#D2D8BF
(210,216,191)
#D9DFCA
(217,223,202)
#E0E6D5
(224,230,213)
#E7EDE0
(231,237,224)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AE7D; }

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

This text font color is #A8AE7D.


Background Color

.myBgColor { background-color: #A8AE7D; }

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

This div background color is #A8AE7D.


Border color

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

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

This div border color is #A8AE7D.


Opacity

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

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

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

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

This text has shadow with #A8AE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AE7D on black background.


Color preview on white background

This text has color #A8AE7D on white background.



Black color preview on #A8AE7D background

This text has black color on #A8AE7D background.


White color preview on #A8AE7D background

This text has white color on #A8AE7D background.