COLOR #AF8F5A

HEX: #AF8F5A
RGB: (175,143,90)

Color info

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

RGB color model

#AF8F5A color RGB value is (175,143,90).

  • red value is 175;
  • green value is 143;
  • blue value is 90.
RGB:
(175,143,90)
(69%,56%,35%)

RGB channels and saturation

R 175 of 255 = 69%
G 143 of 255 = 56%
B 90 of 255 = 35%

175
143
90

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

Portions of RGB colors in percentages

R + G + B =
175 + 143 + 90 = 408 (100%)
R 175 of 408 ~ 42.89%
G 143 of 408 ~ 35.05%
B 90 of 408 ~ 22.06%

%42.89
%35.05
%22.06

CMYK color model

#AF8F5A color CMYK value is (0,18,49,31).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 48.57%
  • key color value is 31.37%
CMYK:
(0,18,49,31)
C0M18Y49K31 
(0%,18%,49%,31%)
(0.00/0.18/0.49/0.31)	

CMYK percentages

%0
%18.29
%48.57
%31.37

Codes

Color #AF8F5A in popluar color models

AF8F5A
RGB17514390
HSL37°34.69%51.96%
HSB/HSV37°48.57%68.63%
CMYK0.00%18.29%48.57%
31.37%

Color #AF8F5A in popluar number systems.

HEXAF8F5A
Decimal17514390
Binary10101111100011111011010
Octal257217132

Shades and tints

Shades of #AF8F5A

#AF8F5A
(175,143,90)
#A08252
(160,130,82)
#91754A
(145,117,74)
#826842
(130,104,66)
#735B3A
(115,91,58)
#644E32
(100,78,50)
#55412A
(85,65,42)
#463422
(70,52,34)
#37271A
(55,39,26)
#281A12
(40,26,18)
#190D0A
(25,13,10)
#000000
(0,0,0)

Tints of #AF8F5A

#AF8F5A
(175,143,90)
#B69969
(182,153,105)
#BDA378
(189,163,120)
#C4AD87
(196,173,135)
#CBB796
(203,183,150)
#D2C1A5
(210,193,165)
#D9CBB4
(217,203,180)
#E0D5C3
(224,213,195)
#E7DFD2
(231,223,210)
#EEE9E1
(238,233,225)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8F5A color. Also use rgb(175,143,90) instead hex code.

Text Font Color

.myTextColor { color: #AF8F5A; }

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

This text font color is #AF8F5A.


Background Color

.myBgColor { background-color: #AF8F5A; }

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

This div background color is #AF8F5A.


Border color

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

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

This div border color is #AF8F5A.


Opacity

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

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

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

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

This text has shadow with #AF8F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8F5A on black background.


Color preview on white background

This text has color #AF8F5A on white background.



Black color preview on #AF8F5A background

This text has black color on #AF8F5A background.


White color preview on #AF8F5A background

This text has white color on #AF8F5A background.