COLOR #AF5433

HEX: #AF5433
RGB: (175,84,51)

Color info

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

RGB color model

#AF5433 color RGB value is (175,84,51).

  • red value is 175;
  • green value is 84;
  • blue value is 51.
RGB:
(175,84,51)
(69%,33%,20%)

RGB channels and saturation

R 175 of 255 = 69%
G 84 of 255 = 33%
B 51 of 255 = 20%

175
84
51

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

Portions of RGB colors in percentages

R + G + B =
175 + 84 + 51 = 310 (100%)
R 175 of 310 ~ 56.45%
G 84 of 310 ~ 27.1%
B 51 of 310 ~ 16.45%

%56.45
%27.1
%16.45

CMYK color model

#AF5433 color CMYK value is (0,52,71,31).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 70.86%
  • key color value is 31.37%
CMYK:
(0,52,71,31)
C0M52Y71K31 
(0%,52%,71%,31%)
(0.00/0.52/0.71/0.31)	

CMYK percentages

%0
%52
%70.86
%31.37

Codes

Color #AF5433 in popluar color models

AF5433
RGB1758451
HSL16°54.87%44.31%
HSB/HSV16°70.86%68.63%
CMYK0.00%52.00%70.86%
31.37%

Color #AF5433 in popluar number systems.

HEXAF5433
Decimal1758451
Binary101011111010100110011
Octal25712463

Shades and tints

Shades of #AF5433

#AF5433
(175,84,51)
#A04D2F
(160,77,47)
#91462B
(145,70,43)
#823F27
(130,63,39)
#733823
(115,56,35)
#64311F
(100,49,31)
#552A1B
(85,42,27)
#462317
(70,35,23)
#371C13
(55,28,19)
#28150F
(40,21,15)
#190E0B
(25,14,11)
#000000
(0,0,0)

Tints of #AF5433

#AF5433
(175,84,51)
#B66345
(182,99,69)
#BD7257
(189,114,87)
#C48169
(196,129,105)
#CB907B
(203,144,123)
#D29F8D
(210,159,141)
#D9AE9F
(217,174,159)
#E0BDB1
(224,189,177)
#E7CCC3
(231,204,195)
#EEDBD5
(238,219,213)
#F5EAE7
(245,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5433 color. Also use rgb(175,84,51) instead hex code.

Text Font Color

.myTextColor { color: #AF5433; }

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

This text font color is #AF5433.


Background Color

.myBgColor { background-color: #AF5433; }

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

This div background color is #AF5433.


Border color

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

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

This div border color is #AF5433.


Opacity

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

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

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

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

This text has shadow with #AF5433 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5433 on black background.


Color preview on white background

This text has color #AF5433 on white background.



Black color preview on #AF5433 background

This text has black color on #AF5433 background.


White color preview on #AF5433 background

This text has white color on #AF5433 background.