Shades of Medium Wood #AF7B56
Tints of Medium Wood #AF7B56
RGB
CMYK
RGB Variations
Color information
#AF7B56 (or 0xAF7B56) is known color: Medium Wood. HEX triplet: AF, 7B and 56. RGB value is (175,123,86). Sum of RGB (Red+Green+Blue) = 175+123+86=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B56 is #5084A9. Grayscale: #868686. Windows color (decimal): -5276842 or 5667759. OLE color: 5667759.
HSL color Cylindrical-coordinate representation of color #AF7B56: hue angle of 24.94º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF7B56 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 86 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.31 |
| HSL | 24.94º | 0.36% | 0.51% | - |
| HSV(B) | 24.94º | 0.51% | 0.69% | - |
| XYZ | 26.44 | 23.95 | 12.03 | - |
| YUV | 134.33 | 100.73 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 86 | 0 | 0.30 | 0.51 | 0.31 | 24.94 | 0.36 | 0.51 |
| Hex | AF | 7B | 56 | 0 | 1E | 33 | 1F | 19 | 24 | 33 |
| Octal | 257 | 173 | 126 | 0 | 36 | 63 | 37 | 31 | 44 | 63 |
| Binary | 10101111 | 1111011 | 1010110 | 0 | 11110 | 110011 | 11111 | 11001 | 100100 | 110011 |
Color Harmonies of #AF7B56
Complementary color
Monochromatic Colors of #AF7B56
Black with #AF7B56
Text Example
Text Example
White with #AF7B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B56; }
p { color: rgb(175,123,86); }
H1.HeaderClassName
{
color: #AF7B56;
}
.AnyTagClassName
{
color: #AF7B56;
}
</style>
background-color css
<style>
a { background-color: #AF7B56; }
a { background-color: rgb(175,123,86); }
div.DivClassName
{
background-color: #AF7B56;
}
.BgClassName
{
background-color: #AF7B56;
}
</style>
border-color css
<style>
span { border-color: #AF7B56; }
span { border-color: rgb(175,123,86); }
td.TdClassName
{
border-color: #AF7B56;
}
.TagClassName
{
border-color: #AF7B56;
}
</style>