COLOR #AF9463

HEX: #AF9463
RGB: (175,148,99)

Color info

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

RGB color model

#AF9463 color RGB value is (175,148,99).

  • red value is 175;
  • green value is 148;
  • blue value is 99.
RGB:
(175,148,99)
(69%,58%,39%)

RGB channels and saturation

R 175 of 255 = 69%
G 148 of 255 = 58%
B 99 of 255 = 39%

175
148
99

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

Portions of RGB colors in percentages

R + G + B =
175 + 148 + 99 = 422 (100%)
R 175 of 422 ~ 41.47%
G 148 of 422 ~ 35.07%
B 99 of 422 ~ 23.46%

%41.47
%35.07
%23.46

CMYK color model

#AF9463 color CMYK value is (0,15,43,31).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 43.43%
  • key color value is 31.37%
CMYK:
(0,15,43,31)
C0M15Y43K31 
(0%,15%,43%,31%)
(0.00/0.15/0.43/0.31)	

CMYK percentages

%0
%15.43
%43.43
%31.37

Codes

Color #AF9463 in popluar color models

AF9463
RGB17514899
HSL39°32.20%53.73%
HSB/HSV39°43.43%68.63%
CMYK0.00%15.43%43.43%
31.37%

Color #AF9463 in popluar number systems.

HEXAF9463
Decimal17514899
Binary10101111100101001100011
Octal257224143

Shades and tints

Shades of #AF9463

#AF9463
(175,148,99)
#A0875A
(160,135,90)
#917A51
(145,122,81)
#826D48
(130,109,72)
#73603F
(115,96,63)
#645336
(100,83,54)
#55462D
(85,70,45)
#463924
(70,57,36)
#372C1B
(55,44,27)
#281F12
(40,31,18)
#191209
(25,18,9)
#000000
(0,0,0)

Tints of #AF9463

#AF9463
(175,148,99)
#B69D71
(182,157,113)
#BDA67F
(189,166,127)
#C4AF8D
(196,175,141)
#CBB89B
(203,184,155)
#D2C1A9
(210,193,169)
#D9CAB7
(217,202,183)
#E0D3C5
(224,211,197)
#E7DCD3
(231,220,211)
#EEE5E1
(238,229,225)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9463 color. Also use rgb(175,148,99) instead hex code.

Text Font Color

.myTextColor { color: #AF9463; }

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

This text font color is #AF9463.


Background Color

.myBgColor { background-color: #AF9463; }

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

This div background color is #AF9463.


Border color

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

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

This div border color is #AF9463.


Opacity

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

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

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

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

This text has shadow with #AF9463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9463 on black background.


Color preview on white background

This text has color #AF9463 on white background.



Black color preview on #AF9463 background

This text has black color on #AF9463 background.


White color preview on #AF9463 background

This text has white color on #AF9463 background.