COLOR #AB8815

HEX: #AB8815 RGB: (171,136,21)

Color info

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

RGB color model

#AB8815 color RGB value is (171,136,21).

RGB: (171,136,21) (67%, 53%, 8%)

RGB channels and saturation

R 171 of 255 = 67%
G 136 of 255 = 53%
B 21 of 255 = 8%

171
136
21

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

Portions of RGB colors in percentages

R + G + B = 171 + 136 + 21 = 328 (100%)
R 171 of 328 ~ 52.13%
G 136 of 328 ~ 41.46%
B 21 of 328 ~ 6.4'%

%52.13
%41.46

CMYK color model

#AB8815 color CMYK value is (0,20,88,33).

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 87.72%
  • key color value is 32.94%
CMYK: (0,20,88,33) C0M20Y88K33 (0%,20%,88%,33%) (0.00/0.20/0.88/0.33) 

CMYK percentages

%0
%20.47
%87.72
%32.94

Codes

Color #AB8815 in popluar color models

AB 88 15
RGB 171 136 21
HSL 46° 78.13% 37.65%
HSB/HSV 46° 87.72% 67.06%
CMYK 0.00% 20.47% 87.72%
32.94%

Color #AB8815 in popluar number systems.

HEX AB 88 15
Decimal 171 136 21
Binary 10101011 10001000 10101
Octal 253 210 25

Shades and tints

Shades of #AB8815

#AB8815
(171,136,21)
#9C7C14
(156,124,20)
#8D7013
(141,112,19)
#7E6412
(126,100,18)
#6F5811
(111,88,17)
#604C10
(96,76,16)
#51400F
(81,64,15)
#42340E
(66,52,14)
#33280D
(51,40,13)
#241C0C
(36,28,12)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #AB8815

#AB8815
(171,136,21)
#B2922A
(178,146,42)
#B99C3F
(185,156,63)
#C0A654
(192,166,84)
#C7B069
(199,176,105)
#CEBA7E
(206,186,126)
#D5C493
(213,196,147)
#DCCEA8
(220,206,168)
#E3D8BD
(227,216,189)
#EAE2D2
(234,226,210)
#F1ECE7
(241,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8815 color. Also use rgb(171,136,21) instead hex code.

Text Font Color

.myTextColor { color: #AB8815; }

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

This text font color is #AB8815.

Background Color

.myBgColor { background-color: #AB8815; }

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

This div background color is #AB8815.

Border color

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

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

This div border color is #AB8815.

Opacity

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

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

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

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

This text has shadow with #AB8815 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8815.

Preview

Color preview on black background

This text has color #AB8815 on black background.


Color preview on white background

This text has color #AB8815 on white background.


Black color preview on #AB8815 background

This text has black color on #AB8815 background.


White color preview on #AB8815 background

This text has white color on #AB8815 background.


Related colors

Complementary color

Complementary color for #hex is #5477EA.


I love getcolorcode.com

Triadic colors

1 #15AB88 and #8815AB with #AB8815 are triadic colors.

2 #1588AB and #88AB15 with #AB8815 are triadic colors.