COLOR #A6AB53

HEX: #A6AB53 RGB: (166,171,83)

Color info

#A6AB53 contains mainly red and green colors. Web safe color of #A6AB53 is #999966 (or #996).

RGB color model

#A6AB53 color RGB value is (166,171,83).

RGB: (166,171,83) (65%, 67%, 33%)

RGB channels and saturation

R 166 of 255 = 65%
G 171 of 255 = 67%
B 83 of 255 = 33%

166
171
83

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

Portions of RGB colors in percentages

R + G + B = 166 + 171 + 83 = 420 (100%)
R 166 of 420 ~ 39.52%
G 171 of 420 ~ 40.71%
B 83 of 420 ~ 19.76'%

%39.52
%40.71
%19.76

CMYK color model

#A6AB53 color CMYK value is (3,0,51,33).

  • cyan value is 2.92%
  • magenta value is 0.00%
  • yellow value is 51.46%
  • key color value is 32.94%

CMYK: (3,0,51,33)
C3M0Y51K33 (3%, 0%, 51%, 33%)
(0.03 / 0.00 / 0.51 / 0.33)

CMYK percentages

%2.92
%0
%51.46
%32.94

Codes

Color #A6AB53 in popluar color models

A6 AB 53
RGB 166 171 83
HSL 63° 34.65% 49.80%
HSB/HSV 63° 51.46% 67.06%
CMYK 2.92% 0.00% 51.46%
32.94%

Color #A6AB53 in popluar number systems.

HEX A6 AB 53
Decimal 166 171 83
Binary 10100110 10101011 1010011
Octal 246 253 123

Shades and tints

Shades of #A6AB53

#A6AB53
(166,171,83)
#979C4C
(151,156,76)
#888D45
(136,141,69)
#797E3E
(121,126,62)
#6A6F37
(106,111,55)
#5B6030
(91,96,48)
#4C5129
(76,81,41)
#3D4222
(61,66,34)
#2E331B
(46,51,27)
#1F2414
(31,36,20)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #A6AB53

#A6AB53
(166,171,83)
#AEB262
(174,178,98)
#B6B971
(182,185,113)
#BEC080
(190,192,128)
#C6C78F
(198,199,143)
#CECE9E
(206,206,158)
#D6D5AD
(214,213,173)
#DEDCBC
(222,220,188)
#E6E3CB
(230,227,203)
#EEEADA
(238,234,218)
#F6F1E9
(246,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6AB53; }

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

This text font color is #A6AB53.

Background Color

.myBgColor { background-color: #A6AB53; }

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

This div background color is #A6AB53.

Border color

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

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

This div border color is #A6AB53.

Opacity

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

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

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

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

This text has shadow with #A6AB53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6AB53.

Preview

Color preview on black background

This text has color #A6AB53 on black background.


Color preview on white background

This text has color #A6AB53 on white background.


Black color preview on #A6AB53 background

This text has black color on #A6AB53 background.


White color preview on #A6AB53 background

This text has white color on #A6AB53 background.


Related colors

Complementary color

Complementary color for #hex is #5954AC.


I love getcolorcode.com

Triadic colors

1 #53A6AB and #AB53A6 with #A6AB53 are triadic colors.

2 #53ABA6 and #ABA653 with #A6AB53 are triadic colors.