COLOR #AF8935

HEX: #AF8935
RGB: (175,137,53)

Color info

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

RGB color model

#AF8935 color RGB value is (175,137,53).

  • red value is 175;
  • green value is 137;
  • blue value is 53.
RGB:
(175,137,53)
(69%,54%,21%)

RGB channels and saturation

R 175 of 255 = 69%
G 137 of 255 = 54%
B 53 of 255 = 21%

175
137
53

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

Portions of RGB colors in percentages

R + G + B =
175 + 137 + 53 = 365 (100%)
R 175 of 365 ~ 47.95%
G 137 of 365 ~ 37.53%
B 53 of 365 ~ 14.52%

%47.95
%37.53
%14.52

CMYK color model

#AF8935 color CMYK value is (0,22,70,31).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 69.71%
  • key color value is 31.37%
CMYK:
(0,22,70,31)
C0M22Y70K31 
(0%,22%,70%,31%)
(0.00/0.22/0.70/0.31)	

CMYK percentages

%0
%21.71
%69.71
%31.37

Codes

Color #AF8935 in popluar color models

AF8935
RGB17513753
HSL41°53.51%44.71%
HSB/HSV41°69.71%68.63%
CMYK0.00%21.71%69.71%
31.37%

Color #AF8935 in popluar number systems.

HEXAF8935
Decimal17513753
Binary1010111110001001110101
Octal25721165

Shades and tints

Shades of #AF8935

#AF8935
(175,137,53)
#A07D31
(160,125,49)
#91712D
(145,113,45)
#826529
(130,101,41)
#735925
(115,89,37)
#644D21
(100,77,33)
#55411D
(85,65,29)
#463519
(70,53,25)
#372915
(55,41,21)
#281D11
(40,29,17)
#19110D
(25,17,13)
#000000
(0,0,0)

Tints of #AF8935

#AF8935
(175,137,53)
#B69347
(182,147,71)
#BD9D59
(189,157,89)
#C4A76B
(196,167,107)
#CBB17D
(203,177,125)
#D2BB8F
(210,187,143)
#D9C5A1
(217,197,161)
#E0CFB3
(224,207,179)
#E7D9C5
(231,217,197)
#EEE3D7
(238,227,215)
#F5EDE9
(245,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8935 color. Also use rgb(175,137,53) instead hex code.

Text Font Color

.myTextColor { color: #AF8935; }

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

This text font color is #AF8935.


Background Color

.myBgColor { background-color: #AF8935; }

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

This div background color is #AF8935.


Border color

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

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

This div border color is #AF8935.


Opacity

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

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

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

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

This text has shadow with #AF8935 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8935 on black background.


Color preview on white background

This text has color #AF8935 on white background.



Black color preview on #AF8935 background

This text has black color on #AF8935 background.


White color preview on #AF8935 background

This text has white color on #AF8935 background.