COLOR #A8AF14

HEX: #A8AF14
RGB: (168,175,20)

Color info

#A8AF14 contains mainly red and green colors. Web safe color of #A8AF14 is #999900 (or #990).

RGB color model

#A8AF14 color RGB value is (168,175,20).

  • red value is 168;
  • green value is 175;
  • blue value is 20.
RGB:
(168,175,20)
(66%,69%,8%)

RGB channels and saturation

R 168 of 255 = 66%
G 175 of 255 = 69%
B 20 of 255 = 8%

168
175
20

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

Portions of RGB colors in percentages

R + G + B =
168 + 175 + 20 = 363 (100%)
R 168 of 363 ~ 46.28%
G 175 of 363 ~ 48.21%
B 20 of 363 ~ 5.51%

%46.28
%48.21

CMYK color model

#A8AF14 color CMYK value is (4,0,89,31).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 88.57%
  • key color value is 31.37%
CMYK:
(4,0,89,31)
C4M0Y89K31 
(4%,0%,89%,31%)
(0.04/0.00/0.89/0.31)	

CMYK percentages

%4
%0
%88.57
%31.37

Codes

Color #A8AF14 in popluar color models

A8AF14
RGB16817520
HSL63°79.49%38.24%
HSB/HSV63°88.57%68.63%
CMYK4.00%0.00%88.57%
31.37%

Color #A8AF14 in popluar number systems.

HEXA8AF14
Decimal16817520
Binary101010001010111110100
Octal25025724

Shades and tints

Shades of #A8AF14

#A8AF14
(168,175,20)
#99A013
(153,160,19)
#8A9112
(138,145,18)
#7B8211
(123,130,17)
#6C7310
(108,115,16)
#5D640F
(93,100,15)
#4E550E
(78,85,14)
#3F460D
(63,70,13)
#30370C
(48,55,12)
#21280B
(33,40,11)
#12190A
(18,25,10)
#000000
(0,0,0)

Tints of #A8AF14

#A8AF14
(168,175,20)
#AFB629
(175,182,41)
#B6BD3E
(182,189,62)
#BDC453
(189,196,83)
#C4CB68
(196,203,104)
#CBD27D
(203,210,125)
#D2D992
(210,217,146)
#D9E0A7
(217,224,167)
#E0E7BC
(224,231,188)
#E7EED1
(231,238,209)
#EEF5E6
(238,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8AF14 color. Also use rgb(168,175,20) instead hex code.

Text Font Color

.myTextColor { color: #A8AF14; }

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

This text font color is #A8AF14.


Background Color

.myBgColor { background-color: #A8AF14; }

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

This div background color is #A8AF14.


Border color

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

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

This div border color is #A8AF14.


Opacity

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

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

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

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

This text has shadow with #A8AF14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AF14 on black background.


Color preview on white background

This text has color #A8AF14 on white background.



Black color preview on #A8AF14 background

This text has black color on #A8AF14 background.


White color preview on #A8AF14 background

This text has white color on #A8AF14 background.