COLOR #A3AB7B

HEX: #A3AB7B
RGB: (163,171,123)

Color info

#A3AB7B contains red, green and blue colors in about the same proportion. Web safe color of #A3AB7B is #999966 (or #996).

RGB color model

#A3AB7B color RGB value is (163,171,123).

  • red value is 163;
  • green value is 171;
  • blue value is 123.
RGB:
(163,171,123)
(64%,67%,48%)

RGB channels and saturation

R 163 of 255 = 64%
G 171 of 255 = 67%
B 123 of 255 = 48%

163
171
123

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

Portions of RGB colors in percentages

R + G + B =
163 + 171 + 123 = 457 (100%)
R 163 of 457 ~ 35.67%
G 171 of 457 ~ 37.42%
B 123 of 457 ~ 26.91%

%35.67
%37.42
%26.91

CMYK color model

#A3AB7B color CMYK value is (5,0,28,33).

  • cyan value is 4.68%
  • magenta value is 0.00%
  • yellow value is 28.07%
  • key color value is 32.94%
CMYK:
(5,0,28,33)
C5M0Y28K33 
(5%,0%,28%,33%)
(0.05/0.00/0.28/0.33)	

CMYK percentages

%4.68
%0
%28.07
%32.94

Codes

Color #A3AB7B in popluar color models

A3AB7B
RGB163171123
HSL70°22.22%57.65%
HSB/HSV70°28.07%67.06%
CMYK4.68%0.00%28.07%
32.94%

Color #A3AB7B in popluar number systems.

HEXA3AB7B
Decimal163171123
Binary10100011101010111111011
Octal243253173

Shades and tints

Shades of #A3AB7B

#A3AB7B
(163,171,123)
#959C70
(149,156,112)
#878D65
(135,141,101)
#797E5A
(121,126,90)
#6B6F4F
(107,111,79)
#5D6044
(93,96,68)
#4F5139
(79,81,57)
#41422E
(65,66,46)
#333323
(51,51,35)
#252418
(37,36,24)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #A3AB7B

#A3AB7B
(163,171,123)
#ABB287
(171,178,135)
#B3B993
(179,185,147)
#BBC09F
(187,192,159)
#C3C7AB
(195,199,171)
#CBCEB7
(203,206,183)
#D3D5C3
(211,213,195)
#DBDCCF
(219,220,207)
#E3E3DB
(227,227,219)
#EBEAE7
(235,234,231)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AB7B color. Also use rgb(163,171,123) instead hex code.

Text Font Color

.myTextColor { color: #A3AB7B; }

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

This text font color is #A3AB7B.


Background Color

.myBgColor { background-color: #A3AB7B; }

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

This div background color is #A3AB7B.


Border color

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

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

This div border color is #A3AB7B.


Opacity

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

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

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

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

This text has shadow with #A3AB7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AB7B on black background.


Color preview on white background

This text has color #A3AB7B on white background.



Black color preview on #A3AB7B background

This text has black color on #A3AB7B background.


White color preview on #A3AB7B background

This text has white color on #A3AB7B background.