Shades of Medium Wood #AF806C
Tints of Medium Wood #AF806C
RGB
CMYK
RGB Variations
Color information
#AF806C (or 0xAF806C) is known color: Medium Wood. HEX triplet: AF, 80 and 6C. RGB value is (175,128,108). Sum of RGB (Red+Green+Blue) = 175+128+108=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF806C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF806C is #507F93. Grayscale: #8B8B8B. Windows color (decimal): -5275540 or 7110831. OLE color: 7110831.
HSL color Cylindrical-coordinate representation of color #AF806C: hue angle of 17.91º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF806C is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 108 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.31 |
| HSL | 17.91º | 0.3% | 0.55% | - |
| HSV(B) | 17.91º | 0.38% | 0.69% | - |
| XYZ | 28.11 | 25.64 | 17.65 | - |
| YUV | 139.77 | 110.07 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 108 | 0 | 0.27 | 0.38 | 0.31 | 17.91 | 0.3 | 0.55 |
| Hex | AF | 80 | 6C | 0 | 1B | 26 | 1F | 12 | 1E | 37 |
| Octal | 257 | 200 | 154 | 0 | 33 | 46 | 37 | 22 | 36 | 67 |
| Binary | 10101111 | 10000000 | 1101100 | 0 | 11011 | 100110 | 11111 | 10010 | 11110 | 110111 |
Color Harmonies of #AF806C
Complementary color
Monochromatic Colors of #AF806C
Black with #AF806C
Text Example
Text Example
White with #AF806C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF806C; }
p { color: rgb(175,128,108); }
H1.HeaderClassName
{
color: #AF806C;
}
.AnyTagClassName
{
color: #AF806C;
}
</style>
background-color css
<style>
a { background-color: #AF806C; }
a { background-color: rgb(175,128,108); }
div.DivClassName
{
background-color: #AF806C;
}
.BgClassName
{
background-color: #AF806C;
}
</style>
border-color css
<style>
span { border-color: #AF806C; }
span { border-color: rgb(175,128,108); }
td.TdClassName
{
border-color: #AF806C;
}
.TagClassName
{
border-color: #AF806C;
}
</style>