COLOR #AF9748

HEX: #AF9748
RGB: (175,151,72)

Color info

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

RGB color model

#AF9748 color RGB value is (175,151,72).

  • red value is 175;
  • green value is 151;
  • blue value is 72.
RGB:
(175,151,72)
(69%,59%,28%)

RGB channels and saturation

R 175 of 255 = 69%
G 151 of 255 = 59%
B 72 of 255 = 28%

175
151
72

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

Portions of RGB colors in percentages

R + G + B =
175 + 151 + 72 = 398 (100%)
R 175 of 398 ~ 43.97%
G 151 of 398 ~ 37.94%
B 72 of 398 ~ 18.09%

%43.97
%37.94
%18.09

CMYK color model

#AF9748 color CMYK value is (0,14,59,31).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 58.86%
  • key color value is 31.37%
CMYK:
(0,14,59,31)
C0M14Y59K31 
(0%,14%,59%,31%)
(0.00/0.14/0.59/0.31)	

CMYK percentages

%0
%13.71
%58.86
%31.37

Codes

Color #AF9748 in popluar color models

AF9748
RGB17515172
HSL46°41.70%48.43%
HSB/HSV46°58.86%68.63%
CMYK0.00%13.71%58.86%
31.37%

Color #AF9748 in popluar number systems.

HEXAF9748
Decimal17515172
Binary10101111100101111001000
Octal257227110

Shades and tints

Shades of #AF9748

#AF9748
(175,151,72)
#A08A42
(160,138,66)
#917D3C
(145,125,60)
#827036
(130,112,54)
#736330
(115,99,48)
#64562A
(100,86,42)
#554924
(85,73,36)
#463C1E
(70,60,30)
#372F18
(55,47,24)
#282212
(40,34,18)
#19150C
(25,21,12)
#000000
(0,0,0)

Tints of #AF9748

#AF9748
(175,151,72)
#B6A058
(182,160,88)
#BDA968
(189,169,104)
#C4B278
(196,178,120)
#CBBB88
(203,187,136)
#D2C498
(210,196,152)
#D9CDA8
(217,205,168)
#E0D6B8
(224,214,184)
#E7DFC8
(231,223,200)
#EEE8D8
(238,232,216)
#F5F1E8
(245,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9748 color. Also use rgb(175,151,72) instead hex code.

Text Font Color

.myTextColor { color: #AF9748; }

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

This text font color is #AF9748.


Background Color

.myBgColor { background-color: #AF9748; }

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

This div background color is #AF9748.


Border color

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

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

This div border color is #AF9748.


Opacity

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

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

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

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

This text has shadow with #AF9748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9748 on black background.


Color preview on white background

This text has color #AF9748 on white background.



Black color preview on #AF9748 background

This text has black color on #AF9748 background.


White color preview on #AF9748 background

This text has white color on #AF9748 background.