Shades of Medium Wood #AF8460
Tints of Medium Wood #AF8460
RGB
CMYK
RGB Variations
Color information
#AF8460 (or 0xAF8460) is known color: Medium Wood. HEX triplet: AF, 84 and 60. RGB value is (175,132,96). Sum of RGB (Red+Green+Blue) = 175+132+96=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8460 is #507B9F. Grayscale: #8C8C8C. Windows color (decimal): -5274528 or 6325423. OLE color: 6325423.
HSL color Cylindrical-coordinate representation of color #AF8460: hue angle of 27.34º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF8460 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 96 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.31 |
| HSL | 27.34º | 0.33% | 0.53% | - |
| HSV(B) | 27.34º | 0.45% | 0.69% | - |
| XYZ | 28.04 | 26.46 | 14.7 | - |
| YUV | 140.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 96 | 0 | 0.25 | 0.45 | 0.31 | 27.34 | 0.33 | 0.53 |
| Hex | AF | 84 | 60 | 0 | 19 | 2D | 1F | 1B | 21 | 35 |
| Octal | 257 | 204 | 140 | 0 | 31 | 55 | 37 | 33 | 41 | 65 |
| Binary | 10101111 | 10000100 | 1100000 | 0 | 11001 | 101101 | 11111 | 11011 | 100001 | 110101 |
Color Harmonies of #AF8460
Complementary color
Monochromatic Colors of #AF8460
Black with #AF8460
Text Example
Text Example
White with #AF8460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8460; }
p { color: rgb(175,132,96); }
H1.HeaderClassName
{
color: #AF8460;
}
.AnyTagClassName
{
color: #AF8460;
}
</style>
background-color css
<style>
a { background-color: #AF8460; }
a { background-color: rgb(175,132,96); }
div.DivClassName
{
background-color: #AF8460;
}
.BgClassName
{
background-color: #AF8460;
}
</style>
border-color css
<style>
span { border-color: #AF8460; }
span { border-color: rgb(175,132,96); }
td.TdClassName
{
border-color: #AF8460;
}
.TagClassName
{
border-color: #AF8460;
}
</style>