COLOR #AF9953

HEX: #AF9953
RGB: (175,153,83)

Color info

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

RGB color model

#AF9953 color RGB value is (175,153,83).

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

RGB channels and saturation

R 175 of 255 = 69%
G 153 of 255 = 60%
B 83 of 255 = 33%

175
153
83

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

Portions of RGB colors in percentages

R + G + B =
175 + 153 + 83 = 411 (100%)
R 175 of 411 ~ 42.58%
G 153 of 411 ~ 37.23%
B 83 of 411 ~ 20.19%

%42.58
%37.23
%20.19

CMYK color model

#AF9953 color CMYK value is (0,13,53,31).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 52.57%
  • key color value is 31.37%
CMYK:
(0,13,53,31)
C0M13Y53K31 
(0%,13%,53%,31%)
(0.00/0.13/0.53/0.31)	

CMYK percentages

%0
%12.57
%52.57
%31.37

Codes

Color #AF9953 in popluar color models

AF9953
RGB17515383
HSL46°36.51%50.59%
HSB/HSV46°52.57%68.63%
CMYK0.00%12.57%52.57%
31.37%

Color #AF9953 in popluar number systems.

HEXAF9953
Decimal17515383
Binary10101111100110011010011
Octal257231123

Shades and tints

Shades of #AF9953

#AF9953
(175,153,83)
#A08C4C
(160,140,76)
#917F45
(145,127,69)
#82723E
(130,114,62)
#736537
(115,101,55)
#645830
(100,88,48)
#554B29
(85,75,41)
#463E22
(70,62,34)
#37311B
(55,49,27)
#282414
(40,36,20)
#19170D
(25,23,13)
#000000
(0,0,0)

Tints of #AF9953

#AF9953
(175,153,83)
#B6A262
(182,162,98)
#BDAB71
(189,171,113)
#C4B480
(196,180,128)
#CBBD8F
(203,189,143)
#D2C69E
(210,198,158)
#D9CFAD
(217,207,173)
#E0D8BC
(224,216,188)
#E7E1CB
(231,225,203)
#EEEADA
(238,234,218)
#F5F3E9
(245,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9953; }

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

This text font color is #AF9953.


Background Color

.myBgColor { background-color: #AF9953; }

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

This div background color is #AF9953.


Border color

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

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

This div border color is #AF9953.


Opacity

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

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

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

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

This text has shadow with #AF9953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9953 on black background.


Color preview on white background

This text has color #AF9953 on white background.



Black color preview on #AF9953 background

This text has black color on #AF9953 background.


White color preview on #AF9953 background

This text has white color on #AF9953 background.