Shades of Medium Wood #AF7B57
Tints of Medium Wood #AF7B57
RGB
CMYK
RGB Variations
Color information
#AF7B57 (or 0xAF7B57) is known color: Medium Wood. HEX triplet: AF, 7B and 57. RGB value is (175,123,87). Sum of RGB (Red+Green+Blue) = 175+123+87=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B57 is #5084A8. Grayscale: #868686. Windows color (decimal): -5276841 or 5733295. OLE color: 5733295.
HSL color Cylindrical-coordinate representation of color #AF7B57: hue angle of 24.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF7B57 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 87 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.31 |
| HSL | 24.55º | 0.35% | 0.51% | - |
| HSV(B) | 24.55º | 0.5% | 0.69% | - |
| XYZ | 26.48 | 23.97 | 12.25 | - |
| YUV | 134.44 | 101.23 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 87 | 0 | 0.30 | 0.50 | 0.31 | 24.55 | 0.35 | 0.51 |
| Hex | AF | 7B | 57 | 0 | 1E | 32 | 1F | 19 | 23 | 33 |
| Octal | 257 | 173 | 127 | 0 | 36 | 62 | 37 | 31 | 43 | 63 |
| Binary | 10101111 | 1111011 | 1010111 | 0 | 11110 | 110010 | 11111 | 11001 | 100011 | 110011 |
Color Harmonies of #AF7B57
Complementary color
Monochromatic Colors of #AF7B57
Black with #AF7B57
Text Example
Text Example
White with #AF7B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B57; }
p { color: rgb(175,123,87); }
H1.HeaderClassName
{
color: #AF7B57;
}
.AnyTagClassName
{
color: #AF7B57;
}
</style>
background-color css
<style>
a { background-color: #AF7B57; }
a { background-color: rgb(175,123,87); }
div.DivClassName
{
background-color: #AF7B57;
}
.BgClassName
{
background-color: #AF7B57;
}
</style>
border-color css
<style>
span { border-color: #AF7B57; }
span { border-color: rgb(175,123,87); }
td.TdClassName
{
border-color: #AF7B57;
}
.TagClassName
{
border-color: #AF7B57;
}
</style>