COLOR #AF8142

HEX: #AF8142
RGB: (175,129,66)

Color info

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

RGB color model

#AF8142 color RGB value is (175,129,66).

  • red value is 175;
  • green value is 129;
  • blue value is 66.
RGB:
(175,129,66)
(69%,51%,26%)

RGB channels and saturation

R 175 of 255 = 69%
G 129 of 255 = 51%
B 66 of 255 = 26%

175
129
66

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

Portions of RGB colors in percentages

R + G + B =
175 + 129 + 66 = 370 (100%)
R 175 of 370 ~ 47.3%
G 129 of 370 ~ 34.86%
B 66 of 370 ~ 17.84%

%47.3
%34.86
%17.84

CMYK color model

#AF8142 color CMYK value is (0,26,62,31).

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 62.29%
  • key color value is 31.37%
CMYK:
(0,26,62,31)
C0M26Y62K31 
(0%,26%,62%,31%)
(0.00/0.26/0.62/0.31)	

CMYK percentages

%0
%26.29
%62.29
%31.37

Codes

Color #AF8142 in popluar color models

AF8142
RGB17512966
HSL35°45.23%47.25%
HSB/HSV35°62.29%68.63%
CMYK0.00%26.29%62.29%
31.37%

Color #AF8142 in popluar number systems.

HEXAF8142
Decimal17512966
Binary10101111100000011000010
Octal257201102

Shades and tints

Shades of #AF8142

#AF8142
(175,129,66)
#A0763C
(160,118,60)
#916B36
(145,107,54)
#826030
(130,96,48)
#73552A
(115,85,42)
#644A24
(100,74,36)
#553F1E
(85,63,30)
#463418
(70,52,24)
#372912
(55,41,18)
#281E0C
(40,30,12)
#191306
(25,19,6)
#000000
(0,0,0)

Tints of #AF8142

#AF8142
(175,129,66)
#B68C53
(182,140,83)
#BD9764
(189,151,100)
#C4A275
(196,162,117)
#CBAD86
(203,173,134)
#D2B897
(210,184,151)
#D9C3A8
(217,195,168)
#E0CEB9
(224,206,185)
#E7D9CA
(231,217,202)
#EEE4DB
(238,228,219)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8142 color. Also use rgb(175,129,66) instead hex code.

Text Font Color

.myTextColor { color: #AF8142; }

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

This text font color is #AF8142.


Background Color

.myBgColor { background-color: #AF8142; }

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

This div background color is #AF8142.


Border color

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

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

This div border color is #AF8142.


Opacity

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

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

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

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

This text has shadow with #AF8142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8142 on black background.


Color preview on white background

This text has color #AF8142 on white background.



Black color preview on #AF8142 background

This text has black color on #AF8142 background.


White color preview on #AF8142 background

This text has white color on #AF8142 background.