COLOR #AF9453

HEX: #AF9453
RGB: (175,148,83)

Color info

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

RGB color model

#AF9453 color RGB value is (175,148,83).

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

RGB channels and saturation

R 175 of 255 = 69%
G 148 of 255 = 58%
B 83 of 255 = 33%

175
148
83

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

Portions of RGB colors in percentages

R + G + B =
175 + 148 + 83 = 406 (100%)
R 175 of 406 ~ 43.1%
G 148 of 406 ~ 36.45%
B 83 of 406 ~ 20.44%

%43.1
%36.45
%20.44

CMYK color model

#AF9453 color CMYK value is (0,15,53,31).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 52.57%
  • key color value is 31.37%
CMYK:
(0,15,53,31)
C0M15Y53K31 
(0%,15%,53%,31%)
(0.00/0.15/0.53/0.31)	

CMYK percentages

%0
%15.43
%52.57
%31.37

Codes

Color #AF9453 in popluar color models

AF9453
RGB17514883
HSL42°36.51%50.59%
HSB/HSV42°52.57%68.63%
CMYK0.00%15.43%52.57%
31.37%

Color #AF9453 in popluar number systems.

HEXAF9453
Decimal17514883
Binary10101111100101001010011
Octal257224123

Shades and tints

Shades of #AF9453

#AF9453
(175,148,83)
#A0874C
(160,135,76)
#917A45
(145,122,69)
#826D3E
(130,109,62)
#736037
(115,96,55)
#645330
(100,83,48)
#554629
(85,70,41)
#463922
(70,57,34)
#372C1B
(55,44,27)
#281F14
(40,31,20)
#19120D
(25,18,13)
#000000
(0,0,0)

Tints of #AF9453

#AF9453
(175,148,83)
#B69D62
(182,157,98)
#BDA671
(189,166,113)
#C4AF80
(196,175,128)
#CBB88F
(203,184,143)
#D2C19E
(210,193,158)
#D9CAAD
(217,202,173)
#E0D3BC
(224,211,188)
#E7DCCB
(231,220,203)
#EEE5DA
(238,229,218)
#F5EEE9
(245,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9453; }

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

This text font color is #AF9453.


Background Color

.myBgColor { background-color: #AF9453; }

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

This div background color is #AF9453.


Border color

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

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

This div border color is #AF9453.


Opacity

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

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

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

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

This text has shadow with #AF9453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9453 on black background.


Color preview on white background

This text has color #AF9453 on white background.



Black color preview on #AF9453 background

This text has black color on #AF9453 background.


White color preview on #AF9453 background

This text has white color on #AF9453 background.