COLOR #AB4122

HEX: #AB4122
RGB: (171,65,34)

Color info

#AB4122 contains mainly red color. Web safe color of #AB4122 is #993333 (or #933).

RGB color model

#AB4122 color RGB value is (171,65,34).

  • red value is 171;
  • green value is 65;
  • blue value is 34.
RGB:
(171,65,34)
(67%,25%,13%)

RGB channels and saturation

R 171 of 255 = 67%
G 65 of 255 = 25%
B 34 of 255 = 13%

171
65
34

R + G + B ~ 35%. #AB4122 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
171 + 65 + 34 = 270 (100%)
R 171 of 270 ~ 63.33%
G 65 of 270 ~ 24.07%
B 34 of 270 ~ 12.59%

%63.33
%24.07
%12.59

CMYK color model

#AB4122 color CMYK value is (0,62,80,33).

  • cyan value is 0.00%
  • magenta value is 61.99%
  • yellow value is 80.12%
  • key color value is 32.94%
CMYK:
(0,62,80,33)
C0M62Y80K33 
(0%,62%,80%,33%)
(0.00/0.62/0.80/0.33)	

CMYK percentages

%0
%61.99
%80.12
%32.94

Codes

Color #AB4122 in popluar color models

AB4122
RGB1716534
HSL14°66.83%40.20%
HSB/HSV14°80.12%67.06%
CMYK0.00%61.99%80.12%
32.94%

Color #AB4122 in popluar number systems.

HEXAB4122
Decimal1716534
Binary101010111000001100010
Octal25310142

Shades and tints

Shades of #AB4122

#AB4122
(171,65,34)
#9C3C1F
(156,60,31)
#8D371C
(141,55,28)
#7E3219
(126,50,25)
#6F2D16
(111,45,22)
#602813
(96,40,19)
#512310
(81,35,16)
#421E0D
(66,30,13)
#33190A
(51,25,10)
#241407
(36,20,7)
#150F04
(21,15,4)
#000000
(0,0,0)

Tints of #AB4122

#AB4122
(171,65,34)
#B25236
(178,82,54)
#B9634A
(185,99,74)
#C0745E
(192,116,94)
#C78572
(199,133,114)
#CE9686
(206,150,134)
#D5A79A
(213,167,154)
#DCB8AE
(220,184,174)
#E3C9C2
(227,201,194)
#EADAD6
(234,218,214)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB4122 color. Also use rgb(171,65,34) instead hex code.

Text Font Color

.myTextColor { color: #AB4122; }

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

This text font color is #AB4122.


Background Color

.myBgColor { background-color: #AB4122; }

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

This div background color is #AB4122.


Border color

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

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

This div border color is #AB4122.


Opacity

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

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

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

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

This text has shadow with #AB4122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB4122 on black background.


Color preview on white background

This text has color #AB4122 on white background.



Black color preview on #AB4122 background

This text has black color on #AB4122 background.


White color preview on #AB4122 background

This text has white color on #AB4122 background.