COLOR #AB903F

HEX: #AB903F
RGB: (171,144,63)

Color info

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

RGB color model

#AB903F color RGB value is (171,144,63).

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

RGB channels and saturation

R 171 of 255 = 67%
G 144 of 255 = 56%
B 63 of 255 = 25%

171
144
63

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

Portions of RGB colors in percentages

R + G + B =
171 + 144 + 63 = 378 (100%)
R 171 of 378 ~ 45.24%
G 144 of 378 ~ 38.1%
B 63 of 378 ~ 16.67%

%45.24
%38.1
%16.67

CMYK color model

#AB903F color CMYK value is (0,16,63,33).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 63.16%
  • key color value is 32.94%
CMYK:
(0,16,63,33)
C0M16Y63K33 
(0%,16%,63%,33%)
(0.00/0.16/0.63/0.33)	

CMYK percentages

%0
%15.79
%63.16
%32.94

Codes

Color #AB903F in popluar color models

AB903F
RGB17114463
HSL45°46.15%45.88%
HSB/HSV45°63.16%67.06%
CMYK0.00%15.79%63.16%
32.94%

Color #AB903F in popluar number systems.

HEXAB903F
Decimal17114463
Binary1010101110010000111111
Octal25322077

Shades and tints

Shades of #AB903F

#AB903F
(171,144,63)
#9C833A
(156,131,58)
#8D7635
(141,118,53)
#7E6930
(126,105,48)
#6F5C2B
(111,92,43)
#604F26
(96,79,38)
#514221
(81,66,33)
#42351C
(66,53,28)
#332817
(51,40,23)
#241B12
(36,27,18)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #AB903F

#AB903F
(171,144,63)
#B29A50
(178,154,80)
#B9A461
(185,164,97)
#C0AE72
(192,174,114)
#C7B883
(199,184,131)
#CEC294
(206,194,148)
#D5CCA5
(213,204,165)
#DCD6B6
(220,214,182)
#E3E0C7
(227,224,199)
#EAEAD8
(234,234,216)
#F1F4E9
(241,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB903F; }

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

This text font color is #AB903F.


Background Color

.myBgColor { background-color: #AB903F; }

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

This div background color is #AB903F.


Border color

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

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

This div border color is #AB903F.


Opacity

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

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

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

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

This text has shadow with #AB903F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB903F on black background.


Color preview on white background

This text has color #AB903F on white background.



Black color preview on #AB903F background

This text has black color on #AB903F background.


White color preview on #AB903F background

This text has white color on #AB903F background.