COLOR #AF7233

HEX: #AF7233
RGB: (175,114,51)

Color info

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

RGB color model

#AF7233 color RGB value is (175,114,51).

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

RGB channels and saturation

R 175 of 255 = 69%
G 114 of 255 = 45%
B 51 of 255 = 20%

175
114
51

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

Portions of RGB colors in percentages

R + G + B =
175 + 114 + 51 = 340 (100%)
R 175 of 340 ~ 51.47%
G 114 of 340 ~ 33.53%
B 51 of 340 ~ 15%

%51.47
%33.53
%15

CMYK color model

#AF7233 color CMYK value is (0,35,71,31).

  • cyan value is 0.00%
  • magenta value is 34.86%
  • yellow value is 70.86%
  • key color value is 31.37%
CMYK:
(0,35,71,31)
C0M35Y71K31 
(0%,35%,71%,31%)
(0.00/0.35/0.71/0.31)	

CMYK percentages

%0
%34.86
%70.86
%31.37

Codes

Color #AF7233 in popluar color models

AF7233
RGB17511451
HSL30°54.87%44.31%
HSB/HSV30°70.86%68.63%
CMYK0.00%34.86%70.86%
31.37%

Color #AF7233 in popluar number systems.

HEXAF7233
Decimal17511451
Binary101011111110010110011
Octal25716263

Shades and tints

Shades of #AF7233

#AF7233
(175,114,51)
#A0682F
(160,104,47)
#915E2B
(145,94,43)
#825427
(130,84,39)
#734A23
(115,74,35)
#64401F
(100,64,31)
#55361B
(85,54,27)
#462C17
(70,44,23)
#372213
(55,34,19)
#28180F
(40,24,15)
#190E0B
(25,14,11)
#000000
(0,0,0)

Tints of #AF7233

#AF7233
(175,114,51)
#B67E45
(182,126,69)
#BD8A57
(189,138,87)
#C49669
(196,150,105)
#CBA27B
(203,162,123)
#D2AE8D
(210,174,141)
#D9BA9F
(217,186,159)
#E0C6B1
(224,198,177)
#E7D2C3
(231,210,195)
#EEDED5
(238,222,213)
#F5EAE7
(245,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7233; }

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

This text font color is #AF7233.


Background Color

.myBgColor { background-color: #AF7233; }

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

This div background color is #AF7233.


Border color

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

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

This div border color is #AF7233.


Opacity

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

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

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

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

This text has shadow with #AF7233 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7233 on black background.


Color preview on white background

This text has color #AF7233 on white background.



Black color preview on #AF7233 background

This text has black color on #AF7233 background.


White color preview on #AF7233 background

This text has white color on #AF7233 background.