COLOR #A0AF42

HEX: #A0AF42
RGB: (160,175,66)

Color info

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

RGB color model

#A0AF42 color RGB value is (160,175,66).

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

RGB channels and saturation

R 160 of 255 = 63%
G 175 of 255 = 69%
B 66 of 255 = 26%

160
175
66

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

Portions of RGB colors in percentages

R + G + B =
160 + 175 + 66 = 401 (100%)
R 160 of 401 ~ 39.9%
G 175 of 401 ~ 43.64%
B 66 of 401 ~ 16.46%

%39.9
%43.64
%16.46

CMYK color model

#A0AF42 color CMYK value is (9,0,62,31).

  • cyan value is 8.57%
  • magenta value is 0.00%
  • yellow value is 62.29%
  • key color value is 31.37%
CMYK:
(9,0,62,31)
C9M0Y62K31 
(9%,0%,62%,31%)
(0.09/0.00/0.62/0.31)	

CMYK percentages

%8.57
%0
%62.29
%31.37

Codes

Color #A0AF42 in popluar color models

A0AF42
RGB16017566
HSL68°45.23%47.25%
HSB/HSV68°62.29%68.63%
CMYK8.57%0.00%62.29%
31.37%

Color #A0AF42 in popluar number systems.

HEXA0AF42
Decimal16017566
Binary10100000101011111000010
Octal240257102

Shades and tints

Shades of #A0AF42

#A0AF42
(160,175,66)
#92A03C
(146,160,60)
#849136
(132,145,54)
#768230
(118,130,48)
#68732A
(104,115,42)
#5A6424
(90,100,36)
#4C551E
(76,85,30)
#3E4618
(62,70,24)
#303712
(48,55,18)
#22280C
(34,40,12)
#141906
(20,25,6)
#000000
(0,0,0)

Tints of #A0AF42

#A0AF42
(160,175,66)
#A8B653
(168,182,83)
#B0BD64
(176,189,100)
#B8C475
(184,196,117)
#C0CB86
(192,203,134)
#C8D297
(200,210,151)
#D0D9A8
(208,217,168)
#D8E0B9
(216,224,185)
#E0E7CA
(224,231,202)
#E8EEDB
(232,238,219)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AF42; }

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

This text font color is #A0AF42.


Background Color

.myBgColor { background-color: #A0AF42; }

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

This div background color is #A0AF42.


Border color

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

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

This div border color is #A0AF42.


Opacity

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

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

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

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

This text has shadow with #A0AF42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AF42 on black background.


Color preview on white background

This text has color #A0AF42 on white background.



Black color preview on #A0AF42 background

This text has black color on #A0AF42 background.


White color preview on #A0AF42 background

This text has white color on #A0AF42 background.