COLOR #AF833C

HEX: #AF833C
RGB: (175,131,60)

Color info

#AF833C contains mainly red and green colors. Web safe color of #AF833C is #999933 (or #993).

RGB color model

#AF833C color RGB value is (175,131,60).

  • red value is 175;
  • green value is 131;
  • blue value is 60.
RGB:
(175,131,60)
(69%,51%,24%)

RGB channels and saturation

R 175 of 255 = 69%
G 131 of 255 = 51%
B 60 of 255 = 24%

175
131
60

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

Portions of RGB colors in percentages

R + G + B =
175 + 131 + 60 = 366 (100%)
R 175 of 366 ~ 47.81%
G 131 of 366 ~ 35.79%
B 60 of 366 ~ 16.39%

%47.81
%35.79
%16.39

CMYK color model

#AF833C color CMYK value is (0,25,66,31).

  • cyan value is 0.00%
  • magenta value is 25.14%
  • yellow value is 65.71%
  • key color value is 31.37%
CMYK:
(0,25,66,31)
C0M25Y66K31 
(0%,25%,66%,31%)
(0.00/0.25/0.66/0.31)	

CMYK percentages

%0
%25.14
%65.71
%31.37

Codes

Color #AF833C in popluar color models

AF833C
RGB17513160
HSL37°48.94%46.08%
HSB/HSV37°65.71%68.63%
CMYK0.00%25.14%65.71%
31.37%

Color #AF833C in popluar number systems.

HEXAF833C
Decimal17513160
Binary1010111110000011111100
Octal25720374

Shades and tints

Shades of #AF833C

#AF833C
(175,131,60)
#A07837
(160,120,55)
#916D32
(145,109,50)
#82622D
(130,98,45)
#735728
(115,87,40)
#644C23
(100,76,35)
#55411E
(85,65,30)
#463619
(70,54,25)
#372B14
(55,43,20)
#28200F
(40,32,15)
#19150A
(25,21,10)
#000000
(0,0,0)

Tints of #AF833C

#AF833C
(175,131,60)
#B68E4D
(182,142,77)
#BD995E
(189,153,94)
#C4A46F
(196,164,111)
#CBAF80
(203,175,128)
#D2BA91
(210,186,145)
#D9C5A2
(217,197,162)
#E0D0B3
(224,208,179)
#E7DBC4
(231,219,196)
#EEE6D5
(238,230,213)
#F5F1E6
(245,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF833C color. Also use rgb(175,131,60) instead hex code.

Text Font Color

.myTextColor { color: #AF833C; }

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

This text font color is #AF833C.


Background Color

.myBgColor { background-color: #AF833C; }

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

This div background color is #AF833C.


Border color

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

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

This div border color is #AF833C.


Opacity

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

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

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

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

This text has shadow with #AF833C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF833C on black background.


Color preview on white background

This text has color #AF833C on white background.



Black color preview on #AF833C background

This text has black color on #AF833C background.


White color preview on #AF833C background

This text has white color on #AF833C background.