COLOR #A6A24B

HEX: #A6A24B
RGB: (166,162,75)

Color info

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

RGB color model

#A6A24B color RGB value is (166,162,75).

  • red value is 166;
  • green value is 162;
  • blue value is 75.
RGB:
(166,162,75)
(65%,64%,29%)

RGB channels and saturation

R 166 of 255 = 65%
G 162 of 255 = 64%
B 75 of 255 = 29%

166
162
75

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

Portions of RGB colors in percentages

R + G + B =
166 + 162 + 75 = 403 (100%)
R 166 of 403 ~ 41.19%
G 162 of 403 ~ 40.2%
B 75 of 403 ~ 18.61%

%41.19
%40.2
%18.61

CMYK color model

#A6A24B color CMYK value is (0,2,55,35).

  • cyan value is 0.00%
  • magenta value is 2.41%
  • yellow value is 54.82%
  • key color value is 34.90%
CMYK:
(0,2,55,35)
C0M2Y55K35 
(0%,2%,55%,35%)
(0.00/0.02/0.55/0.35)	

CMYK percentages

%0
%2.41
%54.82
%34.9

Codes

Color #A6A24B in popluar color models

A6A24B
RGB16616275
HSL57°37.76%47.25%
HSB/HSV57°54.82%65.10%
CMYK0.00%2.41%54.82%
34.90%

Color #A6A24B in popluar number systems.

HEXA6A24B
Decimal16616275
Binary10100110101000101001011
Octal246242113

Shades and tints

Shades of #A6A24B

#A6A24B
(166,162,75)
#979445
(151,148,69)
#88863F
(136,134,63)
#797839
(121,120,57)
#6A6A33
(106,106,51)
#5B5C2D
(91,92,45)
#4C4E27
(76,78,39)
#3D4021
(61,64,33)
#2E321B
(46,50,27)
#1F2415
(31,36,21)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #A6A24B

#A6A24B
(166,162,75)
#AEAA5B
(174,170,91)
#B6B26B
(182,178,107)
#BEBA7B
(190,186,123)
#C6C28B
(198,194,139)
#CECA9B
(206,202,155)
#D6D2AB
(214,210,171)
#DEDABB
(222,218,187)
#E6E2CB
(230,226,203)
#EEEADB
(238,234,219)
#F6F2EB
(246,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A24B; }

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

This text font color is #A6A24B.


Background Color

.myBgColor { background-color: #A6A24B; }

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

This div background color is #A6A24B.


Border color

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

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

This div border color is #A6A24B.


Opacity

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

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

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

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

This text has shadow with #A6A24B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A24B on black background.


Color preview on white background

This text has color #A6A24B on white background.



Black color preview on #A6A24B background

This text has black color on #A6A24B background.


White color preview on #A6A24B background

This text has white color on #A6A24B background.