Shades of Medium Wood #AF785B
Tints of Medium Wood #AF785B
RGB
CMYK
RGB Variations
Color information
#AF785B (or 0xAF785B) is known color: Medium Wood. HEX triplet: AF, 78 and 5B. RGB value is (175,120,91). Sum of RGB (Red+Green+Blue) = 175+120+91=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF785B is #5087A4. Grayscale: #858585. Windows color (decimal): -5277605 or 5994671. OLE color: 5994671.
HSL color Cylindrical-coordinate representation of color #AF785B: hue angle of 20.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF785B is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 91 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.31 |
| HSL | 20.71º | 0.34% | 0.52% | - |
| HSV(B) | 20.71º | 0.48% | 0.69% | - |
| XYZ | 26.28 | 23.3 | 13.01 | - |
| YUV | 133.14 | 104.22 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 91 | 0 | 0.31 | 0.48 | 0.31 | 20.71 | 0.34 | 0.52 |
| Hex | AF | 78 | 5B | 0 | 1F | 30 | 1F | 15 | 22 | 34 |
| Octal | 257 | 170 | 133 | 0 | 37 | 60 | 37 | 25 | 42 | 64 |
| Binary | 10101111 | 1111000 | 1011011 | 0 | 11111 | 110000 | 11111 | 10101 | 100010 | 110100 |
Color Harmonies of #AF785B
Complementary color
Monochromatic Colors of #AF785B
Black with #AF785B
Text Example
Text Example
White with #AF785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF785B; }
p { color: rgb(175,120,91); }
H1.HeaderClassName
{
color: #AF785B;
}
.AnyTagClassName
{
color: #AF785B;
}
</style>
background-color css
<style>
a { background-color: #AF785B; }
a { background-color: rgb(175,120,91); }
div.DivClassName
{
background-color: #AF785B;
}
.BgClassName
{
background-color: #AF785B;
}
</style>
border-color css
<style>
span { border-color: #AF785B; }
span { border-color: rgb(175,120,91); }
td.TdClassName
{
border-color: #AF785B;
}
.TagClassName
{
border-color: #AF785B;
}
</style>