COLOR #AB582F

HEX: #AB582F RGB: (171,88,47)

Color info

#AB582F contains mainly red color. Web safe color of #AB582F is #996633 (or #963).

RGB color model

#AB582F color RGB value is (171,88,47).

RGB: (171,88,47) (67%, 35%, 18%)

RGB channels and saturation

R 171 of 255 = 67%
G 88 of 255 = 35%
B 47 of 255 = 18%

171
88
47

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

Portions of RGB colors in percentages

R + G + B = 171 + 88 + 47 = 306 (100%)
R 171 of 306 ~ 55.88%
G 88 of 306 ~ 28.76%
B 47 of 306 ~ 15.36'%

%55.88
%28.76
%15.36

CMYK color model

#AB582F color CMYK value is (0,49,73,33).

  • cyan value is 0.00%
  • magenta value is 48.54%
  • yellow value is 72.51%
  • key color value is 32.94%

CMYK: (0,49,73,33)
C0M49Y73K33 (0%, 49%, 73%, 33%)
(0.00 / 0.49 / 0.73 / 0.33)

CMYK percentages

%0
%48.54
%72.51
%32.94

Codes

Color #AB582F in popluar color models

AB 58 2F
RGB 171 88 47
HSL 20° 56.88% 42.75%
HSB/HSV 20° 72.51% 67.06%
CMYK 0.00% 48.54% 72.51%
32.94%

Color #AB582F in popluar number systems.

HEX AB 58 2F
Decimal 171 88 47
Binary 10101011 1011000 101111
Octal 253 130 57

Shades and tints

Shades of #AB582F

#AB582F
(171,88,47)
#9C502B
(156,80,43)
#8D4827
(141,72,39)
#7E4023
(126,64,35)
#6F381F
(111,56,31)
#60301B
(96,48,27)
#512817
(81,40,23)
#422013
(66,32,19)
#33180F
(51,24,15)
#24100B
(36,16,11)
#150807
(21,8,7)
#000000
(0,0,0)

Tints of #AB582F

#AB582F
(171,88,47)
#B26741
(178,103,65)
#B97653
(185,118,83)
#C08565
(192,133,101)
#C79477
(199,148,119)
#CEA389
(206,163,137)
#D5B29B
(213,178,155)
#DCC1AD
(220,193,173)
#E3D0BF
(227,208,191)
#EADFD1
(234,223,209)
#F1EEE3
(241,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB582F color. Also use rgb(171,88,47) instead hex code.

Text Font Color

.myTextColor { color: #AB582F; }

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

This text font color is #AB582F.

Background Color

.myBgColor { background-color: #AB582F; }

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

This div background color is #AB582F.

Border color

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

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

This div border color is #AB582F.

Opacity

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

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

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

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

This text has shadow with #AB582F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB582F.

Preview

Color preview on black background

This text has color #AB582F on black background.


Color preview on white background

This text has color #AB582F on white background.


Black color preview on #AB582F background

This text has black color on #AB582F background.


White color preview on #AB582F background

This text has white color on #AB582F background.


Related colors

Complementary color

Complementary color for #hex is #54A7D0.


I love getcolorcode.com

Triadic colors

1 #2FAB58 and #582FAB with #AB582F are triadic colors.

2 #2F58AB and #58AB2F with #AB582F are triadic colors.