COLOR #A8AE6B

HEX: #A8AE6B
RGB: (168,174,107)

Color info

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

RGB color model

#A8AE6B color RGB value is (168,174,107).

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

RGB channels and saturation

R 168 of 255 = 66%
G 174 of 255 = 68%
B 107 of 255 = 42%

168
174
107

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

Portions of RGB colors in percentages

R + G + B =
168 + 174 + 107 = 449 (100%)
R 168 of 449 ~ 37.42%
G 174 of 449 ~ 38.75%
B 107 of 449 ~ 23.83%

%37.42
%38.75
%23.83

CMYK color model

#A8AE6B color CMYK value is (3,0,39,32).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 38.51%
  • key color value is 31.76%
CMYK:
(3,0,39,32)
C3M0Y39K32 
(3%,0%,39%,32%)
(0.03/0.00/0.39/0.32)	

CMYK percentages

%3.45
%0
%38.51
%31.76

Codes

Color #A8AE6B in popluar color models

A8AE6B
RGB168174107
HSL65°29.26%55.10%
HSB/HSV65°38.51%68.24%
CMYK3.45%0.00%38.51%
31.76%

Color #A8AE6B in popluar number systems.

HEXA8AE6B
Decimal168174107
Binary10101000101011101101011
Octal250256153

Shades and tints

Shades of #A8AE6B

#A8AE6B
(168,174,107)
#999F62
(153,159,98)
#8A9059
(138,144,89)
#7B8150
(123,129,80)
#6C7247
(108,114,71)
#5D633E
(93,99,62)
#4E5435
(78,84,53)
#3F452C
(63,69,44)
#303623
(48,54,35)
#21271A
(33,39,26)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #A8AE6B

#A8AE6B
(168,174,107)
#AFB578
(175,181,120)
#B6BC85
(182,188,133)
#BDC392
(189,195,146)
#C4CA9F
(196,202,159)
#CBD1AC
(203,209,172)
#D2D8B9
(210,216,185)
#D9DFC6
(217,223,198)
#E0E6D3
(224,230,211)
#E7EDE0
(231,237,224)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AE6B; }

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

This text font color is #A8AE6B.


Background Color

.myBgColor { background-color: #A8AE6B; }

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

This div background color is #A8AE6B.


Border color

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

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

This div border color is #A8AE6B.


Opacity

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

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

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

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

This text has shadow with #A8AE6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AE6B on black background.


Color preview on white background

This text has color #A8AE6B on white background.



Black color preview on #A8AE6B background

This text has black color on #A8AE6B background.


White color preview on #A8AE6B background

This text has white color on #A8AE6B background.