COLOR #AB8A25

HEX: #AB8A25
RGB: (171,138,37)

Color info

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

RGB color model

#AB8A25 color RGB value is (171,138,37).

  • red value is 171;
  • green value is 138;
  • blue value is 37.
RGB:
(171,138,37)
(67%,54%,15%)

RGB channels and saturation

R 171 of 255 = 67%
G 138 of 255 = 54%
B 37 of 255 = 15%

171
138
37

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

Portions of RGB colors in percentages

R + G + B =
171 + 138 + 37 = 346 (100%)
R 171 of 346 ~ 49.42%
G 138 of 346 ~ 39.88%
B 37 of 346 ~ 10.69%

%49.42
%39.88
%10.69

CMYK color model

#AB8A25 color CMYK value is (0,19,78,33).

  • cyan value is 0.00%
  • magenta value is 19.30%
  • yellow value is 78.36%
  • key color value is 32.94%
CMYK:
(0,19,78,33)
C0M19Y78K33 
(0%,19%,78%,33%)
(0.00/0.19/0.78/0.33)	

CMYK percentages

%0
%19.3
%78.36
%32.94

Codes

Color #AB8A25 in popluar color models

AB8A25
RGB17113837
HSL45°64.42%40.78%
HSB/HSV45°78.36%67.06%
CMYK0.00%19.30%78.36%
32.94%

Color #AB8A25 in popluar number systems.

HEXAB8A25
Decimal17113837
Binary1010101110001010100101
Octal25321245

Shades and tints

Shades of #AB8A25

#AB8A25
(171,138,37)
#9C7E22
(156,126,34)
#8D721F
(141,114,31)
#7E661C
(126,102,28)
#6F5A19
(111,90,25)
#604E16
(96,78,22)
#514213
(81,66,19)
#423610
(66,54,16)
#332A0D
(51,42,13)
#241E0A
(36,30,10)
#151207
(21,18,7)
#000000
(0,0,0)

Tints of #AB8A25

#AB8A25
(171,138,37)
#B29438
(178,148,56)
#B99E4B
(185,158,75)
#C0A85E
(192,168,94)
#C7B271
(199,178,113)
#CEBC84
(206,188,132)
#D5C697
(213,198,151)
#DCD0AA
(220,208,170)
#E3DABD
(227,218,189)
#EAE4D0
(234,228,208)
#F1EEE3
(241,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8A25 color. Also use rgb(171,138,37) instead hex code.

Text Font Color

.myTextColor { color: #AB8A25; }

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

This text font color is #AB8A25.


Background Color

.myBgColor { background-color: #AB8A25; }

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

This div background color is #AB8A25.


Border color

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

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

This div border color is #AB8A25.


Opacity

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

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

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

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

This text has shadow with #AB8A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB8A25 on black background.


Color preview on white background

This text has color #AB8A25 on white background.



Black color preview on #AB8A25 background

This text has black color on #AB8A25 background.


White color preview on #AB8A25 background

This text has white color on #AB8A25 background.