COLOR #A8AE70

HEX: #A8AE70 RGB: (168,174,112)

Color info

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

RGB color model

#A8AE70 color RGB value is (168,174,112).

RGB: (168,174,112) (66%, 68%, 44%)

RGB channels and saturation

R 168 of 255 = 66%
G 174 of 255 = 68%
B 112 of 255 = 44%

168
174
112

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

Portions of RGB colors in percentages

R + G + B = 168 + 174 + 112 = 454 (100%)
R 168 of 454 ~ 37%
G 174 of 454 ~ 38.33%
B 112 of 454 ~ 24.67'%

%37
%38.33
%24.67

CMYK color model

#A8AE70 color CMYK value is (3,0,36,32).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 35.63%
  • key color value is 31.76%

CMYK: (3,0,36,32)
C3M0Y36K32 (3%, 0%, 36%, 32%)
(0.03 / 0.00 / 0.36 / 0.32)

CMYK percentages

%3.45
%0
%35.63
%31.76

Codes

Color #A8AE70 in popluar color models

A8 AE 70
RGB 168 174 112
HSL 66° 27.68% 56.08%
HSB/HSV 66° 35.63% 68.24%
CMYK 3.45% 0.00% 35.63%
31.76%

Color #A8AE70 in popluar number systems.

HEX A8 AE 70
Decimal 168 174 112
Binary 10101000 10101110 1110000
Octal 250 256 160

Shades and tints

Shades of #A8AE70

#A8AE70
(168,174,112)
#999F66
(153,159,102)
#8A905C
(138,144,92)
#7B8152
(123,129,82)
#6C7248
(108,114,72)
#5D633E
(93,99,62)
#4E5434
(78,84,52)
#3F452A
(63,69,42)
#303620
(48,54,32)
#212716
(33,39,22)
#12180C
(18,24,12)
#000000
(0,0,0)

Tints of #A8AE70

#A8AE70
(168,174,112)
#AFB57D
(175,181,125)
#B6BC8A
(182,188,138)
#BDC397
(189,195,151)
#C4CAA4
(196,202,164)
#CBD1B1
(203,209,177)
#D2D8BE
(210,216,190)
#D9DFCB
(217,223,203)
#E0E6D8
(224,230,216)
#E7EDE5
(231,237,229)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AE70; }

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

This text font color is #A8AE70.

Background Color

.myBgColor { background-color: #A8AE70; }

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

This div background color is #A8AE70.

Border color

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

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

This div border color is #A8AE70.

Opacity

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

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

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

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

This text has shadow with #A8AE70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8AE70.

Preview

Color preview on black background

This text has color #A8AE70 on black background.


Color preview on white background

This text has color #A8AE70 on white background.


Black color preview on #A8AE70 background

This text has black color on #A8AE70 background.


White color preview on #A8AE70 background

This text has white color on #A8AE70 background.


Related colors

Complementary color

Complementary color for #hex is #57518F.


I love getcolorcode.com

Triadic colors

1 #70A8AE and #AE70A8 with #A8AE70 are triadic colors.

2 #70AEA8 and #AEA870 with #A8AE70 are triadic colors.