COLOR #A7AB10

HEX: #A7AB10
RGB: (167,171,16)

Color info

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

RGB color model

#A7AB10 color RGB value is (167,171,16).

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

RGB channels and saturation

R 167 of 255 = 65%
G 171 of 255 = 67%
B 16 of 255 = 6%

167
171
16

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

Portions of RGB colors in percentages

R + G + B =
167 + 171 + 16 = 354 (100%)
R 167 of 354 ~ 47.18%
G 171 of 354 ~ 48.31%
B 16 of 354 ~ 4.52%

%47.18
%48.31

CMYK color model

#A7AB10 color CMYK value is (2,0,91,33).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 90.64%
  • key color value is 32.94%
CMYK:
(2,0,91,33)
C2M0Y91K33 
(2%,0%,91%,33%)
(0.02/0.00/0.91/0.33)	

CMYK percentages

%2.34
%0
%90.64
%32.94

Codes

Color #A7AB10 in popluar color models

A7AB10
RGB16717116
HSL62°82.89%36.67%
HSB/HSV62°90.64%67.06%
CMYK2.34%0.00%90.64%
32.94%

Color #A7AB10 in popluar number systems.

HEXA7AB10
Decimal16717116
Binary101001111010101110000
Octal24725320

Shades and tints

Shades of #A7AB10

#A7AB10
(167,171,16)
#989C0F
(152,156,15)
#898D0E
(137,141,14)
#7A7E0D
(122,126,13)
#6B6F0C
(107,111,12)
#5C600B
(92,96,11)
#4D510A
(77,81,10)
#3E4209
(62,66,9)
#2F3308
(47,51,8)
#202407
(32,36,7)
#111506
(17,21,6)
#000000
(0,0,0)

Tints of #A7AB10

#A7AB10
(167,171,16)
#AFB225
(175,178,37)
#B7B93A
(183,185,58)
#BFC04F
(191,192,79)
#C7C764
(199,199,100)
#CFCE79
(207,206,121)
#D7D58E
(215,213,142)
#DFDCA3
(223,220,163)
#E7E3B8
(231,227,184)
#EFEACD
(239,234,205)
#F7F1E2
(247,241,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AB10; }

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

This text font color is #A7AB10.


Background Color

.myBgColor { background-color: #A7AB10; }

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

This div background color is #A7AB10.


Border color

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

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

This div border color is #A7AB10.


Opacity

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

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

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

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

This text has shadow with #A7AB10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AB10 on black background.


Color preview on white background

This text has color #A7AB10 on white background.



Black color preview on #A7AB10 background

This text has black color on #A7AB10 background.


White color preview on #A7AB10 background

This text has white color on #A7AB10 background.