COLOR #A0AF1D

HEX: #A0AF1D
RGB: (160,175,29)

Color info

#A0AF1D contains mainly red and green colors. Web safe color of #A0AF1D is #999933 (or #993).

RGB color model

#A0AF1D color RGB value is (160,175,29).

  • red value is 160;
  • green value is 175;
  • blue value is 29.
RGB:
(160,175,29)
(63%,69%,11%)

RGB channels and saturation

R 160 of 255 = 63%
G 175 of 255 = 69%
B 29 of 255 = 11%

160
175
29

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

Portions of RGB colors in percentages

R + G + B =
160 + 175 + 29 = 364 (100%)
R 160 of 364 ~ 43.96%
G 175 of 364 ~ 48.08%
B 29 of 364 ~ 7.97%

%43.96
%48.08

CMYK color model

#A0AF1D color CMYK value is (9,0,83,31).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 83.43%
  • key color value is 31.37%
CMYK:
(9,0,83,31)
C9M0Y83K31 
(9%,0%,83%,31%)
(0.09/0.00/0.83/0.31)	

CMYK percentages

%8.57
%0
%83.43
%31.37

Codes

Color #A0AF1D in popluar color models

A0AF1D
RGB16017529
HSL66°71.57%40.00%
HSB/HSV66°83.43%68.63%
CMYK8.57%0.00%83.43%
31.37%

Color #A0AF1D in popluar number systems.

HEXA0AF1D
Decimal16017529
Binary101000001010111111101
Octal24025735

Shades and tints

Shades of #A0AF1D

#A0AF1D
(160,175,29)
#92A01B
(146,160,27)
#849119
(132,145,25)
#768217
(118,130,23)
#687315
(104,115,21)
#5A6413
(90,100,19)
#4C5511
(76,85,17)
#3E460F
(62,70,15)
#30370D
(48,55,13)
#22280B
(34,40,11)
#141909
(20,25,9)
#000000
(0,0,0)

Tints of #A0AF1D

#A0AF1D
(160,175,29)
#A8B631
(168,182,49)
#B0BD45
(176,189,69)
#B8C459
(184,196,89)
#C0CB6D
(192,203,109)
#C8D281
(200,210,129)
#D0D995
(208,217,149)
#D8E0A9
(216,224,169)
#E0E7BD
(224,231,189)
#E8EED1
(232,238,209)
#F0F5E5
(240,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0AF1D color. Also use rgb(160,175,29) instead hex code.

Text Font Color

.myTextColor { color: #A0AF1D; }

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

This text font color is #A0AF1D.


Background Color

.myBgColor { background-color: #A0AF1D; }

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

This div background color is #A0AF1D.


Border color

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

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

This div border color is #A0AF1D.


Opacity

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

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

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

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

This text has shadow with #A0AF1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AF1D on black background.


Color preview on white background

This text has color #A0AF1D on white background.



Black color preview on #A0AF1D background

This text has black color on #A0AF1D background.


White color preview on #A0AF1D background

This text has white color on #A0AF1D background.