COLOR #A8AE81

HEX: #A8AE81
RGB: (168,174,129)

Color info

#A8AE81 contains red, green and blue colors in about the same proportion. Web safe color of #A8AE81 is #999999 (or #999).

RGB color model

#A8AE81 color RGB value is (168,174,129).

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

RGB channels and saturation

R 168 of 255 = 66%
G 174 of 255 = 68%
B 129 of 255 = 51%

168
174
129

R + G + B ~ 62%. #A8AE81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 174 + 129 = 471 (100%)
R 168 of 471 ~ 35.67%
G 174 of 471 ~ 36.94%
B 129 of 471 ~ 27.39%

%35.67
%36.94
%27.39

CMYK color model

#A8AE81 color CMYK value is (3,0,26,32).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 25.86%
  • key color value is 31.76%
CMYK:
(3,0,26,32)
C3M0Y26K32 
(3%,0%,26%,32%)
(0.03/0.00/0.26/0.32)	

CMYK percentages

%3.45
%0
%25.86
%31.76

Codes

Color #A8AE81 in popluar color models

A8AE81
RGB168174129
HSL68°21.74%59.41%
HSB/HSV68°25.86%68.24%
CMYK3.45%0.00%25.86%
31.76%

Color #A8AE81 in popluar number systems.

HEXA8AE81
Decimal168174129
Binary101010001010111010000001
Octal250256201

Shades and tints

Shades of #A8AE81

#A8AE81
(168,174,129)
#999F76
(153,159,118)
#8A906B
(138,144,107)
#7B8160
(123,129,96)
#6C7255
(108,114,85)
#5D634A
(93,99,74)
#4E543F
(78,84,63)
#3F4534
(63,69,52)
#303629
(48,54,41)
#21271E
(33,39,30)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #A8AE81

#A8AE81
(168,174,129)
#AFB58C
(175,181,140)
#B6BC97
(182,188,151)
#BDC3A2
(189,195,162)
#C4CAAD
(196,202,173)
#CBD1B8
(203,209,184)
#D2D8C3
(210,216,195)
#D9DFCE
(217,223,206)
#E0E6D9
(224,230,217)
#E7EDE4
(231,237,228)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AE81; }

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

This text font color is #A8AE81.


Background Color

.myBgColor { background-color: #A8AE81; }

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

This div background color is #A8AE81.


Border color

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

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

This div border color is #A8AE81.


Opacity

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

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

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

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

This text has shadow with #A8AE81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AE81 on black background.


Color preview on white background

This text has color #A8AE81 on white background.



Black color preview on #A8AE81 background

This text has black color on #A8AE81 background.


White color preview on #A8AE81 background

This text has white color on #A8AE81 background.