Shades of Medium Wood #AF885F
Tints of Medium Wood #AF885F
RGB
CMYK
RGB Variations
Color information
#AF885F (or 0xAF885F) is known color: Medium Wood. HEX triplet: AF, 88 and 5F. RGB value is (175,136,95). Sum of RGB (Red+Green+Blue) = 175+136+95=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF885F is #5077A0. Grayscale: #8F8F8F. Windows color (decimal): -5273505 or 6260911. OLE color: 6260911.
HSL color Cylindrical-coordinate representation of color #AF885F: hue angle of 30.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF885F is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 95 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.31 |
| HSL | 30.75º | 0.33% | 0.53% | - |
| HSV(B) | 30.75º | 0.46% | 0.69% | - |
| XYZ | 28.55 | 27.55 | 14.64 | - |
| YUV | 142.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 95 | 0 | 0.22 | 0.46 | 0.31 | 30.75 | 0.33 | 0.53 |
| Hex | AF | 88 | 5F | 0 | 16 | 2E | 1F | 1F | 21 | 35 |
| Octal | 257 | 210 | 137 | 0 | 26 | 56 | 37 | 37 | 41 | 65 |
| Binary | 10101111 | 10001000 | 1011111 | 0 | 10110 | 101110 | 11111 | 11111 | 100001 | 110101 |
Color Harmonies of #AF885F
Complementary color
Monochromatic Colors of #AF885F
Black with #AF885F
Text Example
Text Example
White with #AF885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF885F; }
p { color: rgb(175,136,95); }
H1.HeaderClassName
{
color: #AF885F;
}
.AnyTagClassName
{
color: #AF885F;
}
</style>
background-color css
<style>
a { background-color: #AF885F; }
a { background-color: rgb(175,136,95); }
div.DivClassName
{
background-color: #AF885F;
}
.BgClassName
{
background-color: #AF885F;
}
</style>
border-color css
<style>
span { border-color: #AF885F; }
span { border-color: rgb(175,136,95); }
td.TdClassName
{
border-color: #AF885F;
}
.TagClassName
{
border-color: #AF885F;
}
</style>