COLOR #AF5B1C

HEX: #AF5B1C RGB: (175,91,28)

Color info

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

RGB color model

#AF5B1C color RGB value is (175,91,28).

RGB: (175,91,28) (69%, 36%, 11%)

RGB channels and saturation

R 175 of 255 = 69%
G 91 of 255 = 36%
B 28 of 255 = 11%

175
91
28

R + G + B ~ 39%. #AF5B1C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 175 + 91 + 28 = 294 (100%)
R 175 of 294 ~ 59.52%
G 91 of 294 ~ 30.95%
B 28 of 294 ~ 9.52'%

%59.52
%30.95

CMYK color model

#AF5B1C color CMYK value is (0,48,84,31).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 84.00%
  • key color value is 31.37%

CMYK: (0,48,84,31)
C0M48Y84K31 (0%, 48%, 84%, 31%)
(0.00 / 0.48 / 0.84 / 0.31)

CMYK percentages

%0
%48
%84
%31.37

Codes

Color #AF5B1C in popluar color models

AF 5B 1C
RGB 175 91 28
HSL 26° 72.41% 39.80%
HSB/HSV 26° 84.00% 68.63%
CMYK 0.00% 48.00% 84.00%
31.37%

Color #AF5B1C in popluar number systems.

HEX AF 5B 1C
Decimal 175 91 28
Binary 10101111 1011011 11100
Octal 257 133 34

Shades and tints

Shades of #AF5B1C

#AF5B1C
(175,91,28)
#A0531A
(160,83,26)
#914B18
(145,75,24)
#824316
(130,67,22)
#733B14
(115,59,20)
#643312
(100,51,18)
#552B10
(85,43,16)
#46230E
(70,35,14)
#371B0C
(55,27,12)
#28130A
(40,19,10)
#190B08
(25,11,8)
#000000
(0,0,0)

Tints of #AF5B1C

#AF5B1C
(175,91,28)
#B66930
(182,105,48)
#BD7744
(189,119,68)
#C48558
(196,133,88)
#CB936C
(203,147,108)
#D2A180
(210,161,128)
#D9AF94
(217,175,148)
#E0BDA8
(224,189,168)
#E7CBBC
(231,203,188)
#EED9D0
(238,217,208)
#F5E7E4
(245,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5B1C color. Also use rgb(175,91,28) instead hex code.

Text Font Color

.myTextColor { color: #AF5B1C; }

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

This text font color is #AF5B1C.

Background Color

.myBgColor { background-color: #AF5B1C; }

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

This div background color is #AF5B1C.

Border color

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

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

This div border color is #AF5B1C.

Opacity

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

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

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

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

This text has shadow with #AF5B1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF5B1C.

Preview

Color preview on black background

This text has color #AF5B1C on black background.


Color preview on white background

This text has color #AF5B1C on white background.


Black color preview on #AF5B1C background

This text has black color on #AF5B1C background.


White color preview on #AF5B1C background

This text has white color on #AF5B1C background.


Related colors

Complementary color

Complementary color for #hex is #50A4E3.


I love getcolorcode.com

Triadic colors

1 #1CAF5B and #5B1CAF with #AF5B1C are triadic colors.

2 #1C5BAF and #5BAF1C with #AF5B1C are triadic colors.