COLOR #AF9653

HEX: #AF9653
RGB: (175,150,83)

Color info

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

RGB color model

#AF9653 color RGB value is (175,150,83).

  • red value is 175;
  • green value is 150;
  • blue value is 83.
RGB:
(175,150,83)
(69%,59%,33%)

RGB channels and saturation

R 175 of 255 = 69%
G 150 of 255 = 59%
B 83 of 255 = 33%

175
150
83

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

Portions of RGB colors in percentages

R + G + B =
175 + 150 + 83 = 408 (100%)
R 175 of 408 ~ 42.89%
G 150 of 408 ~ 36.76%
B 83 of 408 ~ 20.34%

%42.89
%36.76
%20.34

CMYK color model

#AF9653 color CMYK value is (0,14,53,31).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 52.57%
  • key color value is 31.37%
CMYK:
(0,14,53,31)
C0M14Y53K31 
(0%,14%,53%,31%)
(0.00/0.14/0.53/0.31)	

CMYK percentages

%0
%14.29
%52.57
%31.37

Codes

Color #AF9653 in popluar color models

AF9653
RGB17515083
HSL44°36.51%50.59%
HSB/HSV44°52.57%68.63%
CMYK0.00%14.29%52.57%
31.37%

Color #AF9653 in popluar number systems.

HEXAF9653
Decimal17515083
Binary10101111100101101010011
Octal257226123

Shades and tints

Shades of #AF9653

#AF9653
(175,150,83)
#A0894C
(160,137,76)
#917C45
(145,124,69)
#826F3E
(130,111,62)
#736237
(115,98,55)
#645530
(100,85,48)
#554829
(85,72,41)
#463B22
(70,59,34)
#372E1B
(55,46,27)
#282114
(40,33,20)
#19140D
(25,20,13)
#000000
(0,0,0)

Tints of #AF9653

#AF9653
(175,150,83)
#B69F62
(182,159,98)
#BDA871
(189,168,113)
#C4B180
(196,177,128)
#CBBA8F
(203,186,143)
#D2C39E
(210,195,158)
#D9CCAD
(217,204,173)
#E0D5BC
(224,213,188)
#E7DECB
(231,222,203)
#EEE7DA
(238,231,218)
#F5F0E9
(245,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9653 color. Also use rgb(175,150,83) instead hex code.

Text Font Color

.myTextColor { color: #AF9653; }

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

This text font color is #AF9653.


Background Color

.myBgColor { background-color: #AF9653; }

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

This div background color is #AF9653.


Border color

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

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

This div border color is #AF9653.


Opacity

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

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

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

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

This text has shadow with #AF9653 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9653 on black background.


Color preview on white background

This text has color #AF9653 on white background.



Black color preview on #AF9653 background

This text has black color on #AF9653 background.


White color preview on #AF9653 background

This text has white color on #AF9653 background.