COLOR #AB912D

HEX: #AB912D RGB: (171,145,45)

Color info

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

RGB color model

#AB912D color RGB value is (171,145,45).

RGB: (171,145,45) (67%, 57%, 18%)

RGB channels and saturation

R 171 of 255 = 67%
G 145 of 255 = 57%
B 45 of 255 = 18%

171
145
45

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

Portions of RGB colors in percentages

R + G + B = 171 + 145 + 45 = 361 (100%)
R 171 of 361 ~ 47.37%
G 145 of 361 ~ 40.17%
B 45 of 361 ~ 12.47'%

%47.37
%40.17
%12.47

CMYK color model

#AB912D color CMYK value is (0,15,74,33).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 73.68%
  • key color value is 32.94%

CMYK: (0,15,74,33)
C0M15Y74K33 (0%, 15%, 74%, 33%)
(0.00 / 0.15 / 0.74 / 0.33)

CMYK percentages

%0
%15.2
%73.68
%32.94

Codes

Color #AB912D in popluar color models

AB 91 2D
RGB 171 145 45
HSL 48° 58.33% 42.35%
HSB/HSV 48° 73.68% 67.06%
CMYK 0.00% 15.20% 73.68%
32.94%

Color #AB912D in popluar number systems.

HEX AB 91 2D
Decimal 171 145 45
Binary 10101011 10010001 101101
Octal 253 221 55

Shades and tints

Shades of #AB912D

#AB912D
(171,145,45)
#9C8429
(156,132,41)
#8D7725
(141,119,37)
#7E6A21
(126,106,33)
#6F5D1D
(111,93,29)
#605019
(96,80,25)
#514315
(81,67,21)
#423611
(66,54,17)
#33290D
(51,41,13)
#241C09
(36,28,9)
#150F05
(21,15,5)
#000000
(0,0,0)

Tints of #AB912D

#AB912D
(171,145,45)
#B29B40
(178,155,64)
#B9A553
(185,165,83)
#C0AF66
(192,175,102)
#C7B979
(199,185,121)
#CEC38C
(206,195,140)
#D5CD9F
(213,205,159)
#DCD7B2
(220,215,178)
#E3E1C5
(227,225,197)
#EAEBD8
(234,235,216)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB912D color. Also use rgb(171,145,45) instead hex code.

Text Font Color

.myTextColor { color: #AB912D; }

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

This text font color is #AB912D.

Background Color

.myBgColor { background-color: #AB912D; }

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

This div background color is #AB912D.

Border color

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

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

This div border color is #AB912D.

Opacity

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

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

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

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

This text has shadow with #AB912D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB912D.

Preview

Color preview on black background

This text has color #AB912D on black background.


Color preview on white background

This text has color #AB912D on white background.


Black color preview on #AB912D background

This text has black color on #AB912D background.


White color preview on #AB912D background

This text has white color on #AB912D background.


Related colors

Complementary color

Complementary color for #hex is #546ED2.


I love getcolorcode.com

Triadic colors

1 #2DAB91 and #912DAB with #AB912D are triadic colors.

2 #2D91AB and #91AB2D with #AB912D are triadic colors.