COLOR #AF906C

HEX: #AF906C
RGB: (175,144,108)

Color info

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

RGB color model

#AF906C color RGB value is (175,144,108).

  • red value is 175;
  • green value is 144;
  • blue value is 108.
RGB:
(175,144,108)
(69%,56%,42%)

RGB channels and saturation

R 175 of 255 = 69%
G 144 of 255 = 56%
B 108 of 255 = 42%

175
144
108

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

Portions of RGB colors in percentages

R + G + B =
175 + 144 + 108 = 427 (100%)
R 175 of 427 ~ 40.98%
G 144 of 427 ~ 33.72%
B 108 of 427 ~ 25.29%

%40.98
%33.72
%25.29

CMYK color model

#AF906C color CMYK value is (0,18,38,31).

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 38.29%
  • key color value is 31.37%
CMYK:
(0,18,38,31)
C0M18Y38K31 
(0%,18%,38%,31%)
(0.00/0.18/0.38/0.31)	

CMYK percentages

%0
%17.71
%38.29
%31.37

Codes

Color #AF906C in popluar color models

AF906C
RGB175144108
HSL32°29.52%55.49%
HSB/HSV32°38.29%68.63%
CMYK0.00%17.71%38.29%
31.37%

Color #AF906C in popluar number systems.

HEXAF906C
Decimal175144108
Binary10101111100100001101100
Octal257220154

Shades and tints

Shades of #AF906C

#AF906C
(175,144,108)
#A08363
(160,131,99)
#91765A
(145,118,90)
#826951
(130,105,81)
#735C48
(115,92,72)
#644F3F
(100,79,63)
#554236
(85,66,54)
#46352D
(70,53,45)
#372824
(55,40,36)
#281B1B
(40,27,27)
#190E12
(25,14,18)
#000000
(0,0,0)

Tints of #AF906C

#AF906C
(175,144,108)
#B69A79
(182,154,121)
#BDA486
(189,164,134)
#C4AE93
(196,174,147)
#CBB8A0
(203,184,160)
#D2C2AD
(210,194,173)
#D9CCBA
(217,204,186)
#E0D6C7
(224,214,199)
#E7E0D4
(231,224,212)
#EEEAE1
(238,234,225)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF906C color. Also use rgb(175,144,108) instead hex code.

Text Font Color

.myTextColor { color: #AF906C; }

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

This text font color is #AF906C.


Background Color

.myBgColor { background-color: #AF906C; }

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

This div background color is #AF906C.


Border color

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

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

This div border color is #AF906C.


Opacity

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

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

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

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

This text has shadow with #AF906C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF906C on black background.


Color preview on white background

This text has color #AF906C on white background.



Black color preview on #AF906C background

This text has black color on #AF906C background.


White color preview on #AF906C background

This text has white color on #AF906C background.