COLOR #AB773F

HEX: #AB773F
RGB: (171,119,63)

Color info

#AB773F contains mainly red and green colors. Web safe color of #AB773F is #996633 (or #963).

RGB color model

#AB773F color RGB value is (171,119,63).

  • red value is 171;
  • green value is 119;
  • blue value is 63.
RGB:
(171,119,63)
(67%,47%,25%)

RGB channels and saturation

R 171 of 255 = 67%
G 119 of 255 = 47%
B 63 of 255 = 25%

171
119
63

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

Portions of RGB colors in percentages

R + G + B =
171 + 119 + 63 = 353 (100%)
R 171 of 353 ~ 48.44%
G 119 of 353 ~ 33.71%
B 63 of 353 ~ 17.85%

%48.44
%33.71
%17.85

CMYK color model

#AB773F color CMYK value is (0,30,63,33).

  • cyan value is 0.00%
  • magenta value is 30.41%
  • yellow value is 63.16%
  • key color value is 32.94%
CMYK:
(0,30,63,33)
C0M30Y63K33 
(0%,30%,63%,33%)
(0.00/0.30/0.63/0.33)	

CMYK percentages

%0
%30.41
%63.16
%32.94

Codes

Color #AB773F in popluar color models

AB773F
RGB17111963
HSL31°46.15%45.88%
HSB/HSV31°63.16%67.06%
CMYK0.00%30.41%63.16%
32.94%

Color #AB773F in popluar number systems.

HEXAB773F
Decimal17111963
Binary101010111110111111111
Octal25316777

Shades and tints

Shades of #AB773F

#AB773F
(171,119,63)
#9C6D3A
(156,109,58)
#8D6335
(141,99,53)
#7E5930
(126,89,48)
#6F4F2B
(111,79,43)
#604526
(96,69,38)
#513B21
(81,59,33)
#42311C
(66,49,28)
#332717
(51,39,23)
#241D12
(36,29,18)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #AB773F

#AB773F
(171,119,63)
#B28350
(178,131,80)
#B98F61
(185,143,97)
#C09B72
(192,155,114)
#C7A783
(199,167,131)
#CEB394
(206,179,148)
#D5BFA5
(213,191,165)
#DCCBB6
(220,203,182)
#E3D7C7
(227,215,199)
#EAE3D8
(234,227,216)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB773F color. Also use rgb(171,119,63) instead hex code.

Text Font Color

.myTextColor { color: #AB773F; }

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

This text font color is #AB773F.


Background Color

.myBgColor { background-color: #AB773F; }

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

This div background color is #AB773F.


Border color

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

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

This div border color is #AB773F.


Opacity

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

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

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

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

This text has shadow with #AB773F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB773F on black background.


Color preview on white background

This text has color #AB773F on white background.



Black color preview on #AB773F background

This text has black color on #AB773F background.


White color preview on #AB773F background

This text has white color on #AB773F background.