COLOR #A6AC0D

HEX: #A6AC0D RGB: (166,172,13)

Color info

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

RGB color model

#A6AC0D color RGB value is (166,172,13).

RGB: (166,172,13) (65%, 67%, 5%)

RGB channels and saturation

R 166 of 255 = 65%
G 172 of 255 = 67%
B 13 of 255 = 5%

166
172
13

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

Portions of RGB colors in percentages

R + G + B = 166 + 172 + 13 = 351 (100%)
R 166 of 351 ~ 47.29%
G 172 of 351 ~ 49%
B 13 of 351 ~ 3.7'%

%47.29
%49

CMYK color model

#A6AC0D color CMYK value is (3,0,92,33).

  • cyan value is 3.49%
  • magenta value is 0.00%
  • yellow value is 92.44%
  • key color value is 32.55%
CMYK: (3,0,92,33) C3M0Y92K33 (3%,0%,92%,33%) (0.03/0.00/0.92/0.33) 

CMYK percentages

%3.49
%0
%92.44
%32.55

Codes

Color #A6AC0D in popluar color models

A6 AC 0D
RGB 166 172 13
HSL 62° 85.95% 36.27%
HSB/HSV 62° 92.44% 67.45%
CMYK 3.49% 0.00% 92.44%
32.55%

Color #A6AC0D in popluar number systems.

HEX A6 AC 0D
Decimal 166 172 13
Binary 10100110 10101100 1101
Octal 246 254 15

Shades and tints

Shades of #A6AC0D

#A6AC0D
(166,172,13)
#979D0C
(151,157,12)
#888E0B
(136,142,11)
#797F0A
(121,127,10)
#6A7009
(106,112,9)
#5B6108
(91,97,8)
#4C5207
(76,82,7)
#3D4306
(61,67,6)
#2E3405
(46,52,5)
#1F2504
(31,37,4)
#101603
(16,22,3)
#000000
(0,0,0)

Tints of #A6AC0D

#A6AC0D
(166,172,13)
#AEB323
(174,179,35)
#B6BA39
(182,186,57)
#BEC14F
(190,193,79)
#C6C865
(198,200,101)
#CECF7B
(206,207,123)
#D6D691
(214,214,145)
#DEDDA7
(222,221,167)
#E6E4BD
(230,228,189)
#EEEBD3
(238,235,211)
#F6F2E9
(246,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6AC0D color. Also use rgb(166,172,13) instead hex code.

Text Font Color

.myTextColor { color: #A6AC0D; }

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

This text font color is #A6AC0D.

Background Color

.myBgColor { background-color: #A6AC0D; }

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

This div background color is #A6AC0D.

Border color

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

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

This div border color is #A6AC0D.

Opacity

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

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

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

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

This text has shadow with #A6AC0D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AC0D.

Preview

Color preview on black background

This text has color #A6AC0D on black background.


Color preview on white background

This text has color #A6AC0D on white background.


Black color preview on #A6AC0D background

This text has black color on #A6AC0D background.


White color preview on #A6AC0D background

This text has white color on #A6AC0D background.


Related colors

Complementary color

Complementary color for #hex is #5953F2.


I love getcolorcode.com

Triadic colors

1 #0DA6AC and #AC0DA6 with #A6AC0D are triadic colors.

2 #0DACA6 and #ACA60D with #A6AC0D are triadic colors.