COLOR #A6A123

HEX: #A6A123
RGB: (166,161,35)

Color info

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

RGB color model

#A6A123 color RGB value is (166,161,35).

  • red value is 166;
  • green value is 161;
  • blue value is 35.
RGB:
(166,161,35)
(65%,63%,14%)

RGB channels and saturation

R 166 of 255 = 65%
G 161 of 255 = 63%
B 35 of 255 = 14%

166
161
35

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

Portions of RGB colors in percentages

R + G + B =
166 + 161 + 35 = 362 (100%)
R 166 of 362 ~ 45.86%
G 161 of 362 ~ 44.48%
B 35 of 362 ~ 9.67%

%45.86
%44.48
%9.67

CMYK color model

#A6A123 color CMYK value is (0,3,79,35).

  • cyan value is 0.00%
  • magenta value is 3.01%
  • yellow value is 78.92%
  • key color value is 34.90%
CMYK:
(0,3,79,35)
C0M3Y79K35 
(0%,3%,79%,35%)
(0.00/0.03/0.79/0.35)	

CMYK percentages

%0
%3.01
%78.92
%34.9

Codes

Color #A6A123 in popluar color models

A6A123
RGB16616135
HSL58°65.17%39.41%
HSB/HSV58°78.92%65.10%
CMYK0.00%3.01%78.92%
34.90%

Color #A6A123 in popluar number systems.

HEXA6A123
Decimal16616135
Binary1010011010100001100011
Octal24624143

Shades and tints

Shades of #A6A123

#A6A123
(166,161,35)
#979320
(151,147,32)
#88851D
(136,133,29)
#79771A
(121,119,26)
#6A6917
(106,105,23)
#5B5B14
(91,91,20)
#4C4D11
(76,77,17)
#3D3F0E
(61,63,14)
#2E310B
(46,49,11)
#1F2308
(31,35,8)
#101505
(16,21,5)
#000000
(0,0,0)

Tints of #A6A123

#A6A123
(166,161,35)
#AEA937
(174,169,55)
#B6B14B
(182,177,75)
#BEB95F
(190,185,95)
#C6C173
(198,193,115)
#CEC987
(206,201,135)
#D6D19B
(214,209,155)
#DED9AF
(222,217,175)
#E6E1C3
(230,225,195)
#EEE9D7
(238,233,215)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A123; }

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

This text font color is #A6A123.


Background Color

.myBgColor { background-color: #A6A123; }

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

This div background color is #A6A123.


Border color

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

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

This div border color is #A6A123.


Opacity

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

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

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

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

This text has shadow with #A6A123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A123 on black background.


Color preview on white background

This text has color #A6A123 on white background.



Black color preview on #A6A123 background

This text has black color on #A6A123 background.


White color preview on #A6A123 background

This text has white color on #A6A123 background.