COLOR #AF835C

HEX: #AF835C
RGB: (175,131,92)

Color info

#AF835C contains mainly red and green colors. Web safe color of #AF835C is #999966 (or #996).

RGB color model

#AF835C color RGB value is (175,131,92).

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

RGB channels and saturation

R 175 of 255 = 69%
G 131 of 255 = 51%
B 92 of 255 = 36%

175
131
92

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

Portions of RGB colors in percentages

R + G + B =
175 + 131 + 92 = 398 (100%)
R 175 of 398 ~ 43.97%
G 131 of 398 ~ 32.91%
B 92 of 398 ~ 23.12%

%43.97
%32.91
%23.12

CMYK color model

#AF835C color CMYK value is (0,25,47,31).

  • cyan value is 0.00%
  • magenta value is 25.14%
  • yellow value is 47.43%
  • key color value is 31.37%
CMYK:
(0,25,47,31)
C0M25Y47K31 
(0%,25%,47%,31%)
(0.00/0.25/0.47/0.31)	

CMYK percentages

%0
%25.14
%47.43
%31.37

Codes

Color #AF835C in popluar color models

AF835C
RGB17513192
HSL28°34.16%52.35%
HSB/HSV28°47.43%68.63%
CMYK0.00%25.14%47.43%
31.37%

Color #AF835C in popluar number systems.

HEXAF835C
Decimal17513192
Binary10101111100000111011100
Octal257203134

Shades and tints

Shades of #AF835C

#AF835C
(175,131,92)
#A07854
(160,120,84)
#916D4C
(145,109,76)
#826244
(130,98,68)
#73573C
(115,87,60)
#644C34
(100,76,52)
#55412C
(85,65,44)
#463624
(70,54,36)
#372B1C
(55,43,28)
#282014
(40,32,20)
#19150C
(25,21,12)
#000000
(0,0,0)

Tints of #AF835C

#AF835C
(175,131,92)
#B68E6A
(182,142,106)
#BD9978
(189,153,120)
#C4A486
(196,164,134)
#CBAF94
(203,175,148)
#D2BAA2
(210,186,162)
#D9C5B0
(217,197,176)
#E0D0BE
(224,208,190)
#E7DBCC
(231,219,204)
#EEE6DA
(238,230,218)
#F5F1E8
(245,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF835C; }

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

This text font color is #AF835C.


Background Color

.myBgColor { background-color: #AF835C; }

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

This div background color is #AF835C.


Border color

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

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

This div border color is #AF835C.


Opacity

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

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

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

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

This text has shadow with #AF835C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF835C on black background.


Color preview on white background

This text has color #AF835C on white background.



Black color preview on #AF835C background

This text has black color on #AF835C background.


White color preview on #AF835C background

This text has white color on #AF835C background.