COLOR #A6A610

HEX: #A6A610
RGB: (166,166,16)

Color info

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

RGB color model

#A6A610 color RGB value is (166,166,16).

  • red value is 166;
  • green value is 166;
  • blue value is 16.
RGB:
(166,166,16)
(65%,65%,6%)

RGB channels and saturation

R 166 of 255 = 65%
G 166 of 255 = 65%
B 16 of 255 = 6%

166
166
16

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

Portions of RGB colors in percentages

R + G + B =
166 + 166 + 16 = 348 (100%)
R 166 of 348 ~ 47.7%
G 166 of 348 ~ 47.7%
B 16 of 348 ~ 4.6%

%47.7
%47.7

CMYK color model

#A6A610 color CMYK value is (0,0,90,35).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 90.36%
  • key color value is 34.90%
CMYK:
(0,0,90,35)
C0M0Y90K35 
(0%,0%,90%,35%)
(0.00/0.00/0.90/0.35)	

CMYK percentages

%0
%0
%90.36
%34.9

Codes

Color #A6A610 in popluar color models

A6A610
RGB16616616
HSL60°82.42%35.69%
HSB/HSV60°90.36%65.10%
CMYK0.00%0.00%90.36%
34.90%

Color #A6A610 in popluar number systems.

HEXA6A610
Decimal16616616
Binary101001101010011010000
Octal24624620

Shades and tints

Shades of #A6A610

#A6A610
(166,166,16)
#97970F
(151,151,15)
#88880E
(136,136,14)
#79790D
(121,121,13)
#6A6A0C
(106,106,12)
#5B5B0B
(91,91,11)
#4C4C0A
(76,76,10)
#3D3D09
(61,61,9)
#2E2E08
(46,46,8)
#1F1F07
(31,31,7)
#101006
(16,16,6)
#000000
(0,0,0)

Tints of #A6A610

#A6A610
(166,166,16)
#AEAE25
(174,174,37)
#B6B63A
(182,182,58)
#BEBE4F
(190,190,79)
#C6C664
(198,198,100)
#CECE79
(206,206,121)
#D6D68E
(214,214,142)
#DEDEA3
(222,222,163)
#E6E6B8
(230,230,184)
#EEEECD
(238,238,205)
#F6F6E2
(246,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A610; }

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

This text font color is #A6A610.


Background Color

.myBgColor { background-color: #A6A610; }

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

This div background color is #A6A610.


Border color

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

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

This div border color is #A6A610.


Opacity

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

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

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

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

This text has shadow with #A6A610 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A610 on black background.


Color preview on white background

This text has color #A6A610 on white background.



Black color preview on #A6A610 background

This text has black color on #A6A610 background.


White color preview on #A6A610 background

This text has white color on #A6A610 background.