Shades of Medium Wood #AF8063
Tints of Medium Wood #AF8063
RGB
CMYK
RGB Variations
Color information
#AF8063 (or 0xAF8063) is known color: Medium Wood. HEX triplet: AF, 80 and 63. RGB value is (175,128,99). Sum of RGB (Red+Green+Blue) = 175+128+99=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8063 is #507F9C. Grayscale: #8A8A8A. Windows color (decimal): -5275549 or 6521007. OLE color: 6521007.
HSL color Cylindrical-coordinate representation of color #AF8063: hue angle of 22.89º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF8063 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 99 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.31 |
| HSL | 22.89º | 0.32% | 0.54% | - |
| HSV(B) | 22.89º | 0.43% | 0.69% | - |
| XYZ | 27.65 | 25.45 | 15.26 | - |
| YUV | 138.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 99 | 0 | 0.27 | 0.43 | 0.31 | 22.89 | 0.32 | 0.54 |
| Hex | AF | 80 | 63 | 0 | 1B | 2B | 1F | 17 | 20 | 36 |
| Octal | 257 | 200 | 143 | 0 | 33 | 53 | 37 | 27 | 40 | 66 |
| Binary | 10101111 | 10000000 | 1100011 | 0 | 11011 | 101011 | 11111 | 10111 | 100000 | 110110 |
Color Harmonies of #AF8063
Complementary color
Monochromatic Colors of #AF8063
Black with #AF8063
Text Example
Text Example
White with #AF8063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8063; }
p { color: rgb(175,128,99); }
H1.HeaderClassName
{
color: #AF8063;
}
.AnyTagClassName
{
color: #AF8063;
}
</style>
background-color css
<style>
a { background-color: #AF8063; }
a { background-color: rgb(175,128,99); }
div.DivClassName
{
background-color: #AF8063;
}
.BgClassName
{
background-color: #AF8063;
}
</style>
border-color css
<style>
span { border-color: #AF8063; }
span { border-color: rgb(175,128,99); }
td.TdClassName
{
border-color: #AF8063;
}
.TagClassName
{
border-color: #AF8063;
}
</style>