Shades of Medium Wood #AF7A57
Tints of Medium Wood #AF7A57
RGB
CMYK
RGB Variations
Color information
#AF7A57 (or 0xAF7A57) is known color: Medium Wood. HEX triplet: AF, 7A and 57. RGB value is (175,122,87). Sum of RGB (Red+Green+Blue) = 175+122+87=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A57 is #5085A8. Grayscale: #868686. Windows color (decimal): -5277097 or 5733039. OLE color: 5733039.
HSL color Cylindrical-coordinate representation of color #AF7A57: hue angle of 23.86º 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 #AF7A57 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 87 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.31 |
| HSL | 23.86º | 0.35% | 0.51% | - |
| HSV(B) | 23.86º | 0.5% | 0.69% | - |
| XYZ | 26.36 | 23.72 | 12.21 | - |
| YUV | 133.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 87 | 0 | 0.30 | 0.50 | 0.31 | 23.86 | 0.35 | 0.51 |
| Hex | AF | 7A | 57 | 0 | 1E | 32 | 1F | 18 | 23 | 33 |
| Octal | 257 | 172 | 127 | 0 | 36 | 62 | 37 | 30 | 43 | 63 |
| Binary | 10101111 | 1111010 | 1010111 | 0 | 11110 | 110010 | 11111 | 11000 | 100011 | 110011 |
Color Harmonies of #AF7A57
Complementary color
Monochromatic Colors of #AF7A57
Black with #AF7A57
Text Example
Text Example
White with #AF7A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A57; }
p { color: rgb(175,122,87); }
H1.HeaderClassName
{
color: #AF7A57;
}
.AnyTagClassName
{
color: #AF7A57;
}
</style>
background-color css
<style>
a { background-color: #AF7A57; }
a { background-color: rgb(175,122,87); }
div.DivClassName
{
background-color: #AF7A57;
}
.BgClassName
{
background-color: #AF7A57;
}
</style>
border-color css
<style>
span { border-color: #AF7A57; }
span { border-color: rgb(175,122,87); }
td.TdClassName
{
border-color: #AF7A57;
}
.TagClassName
{
border-color: #AF7A57;
}
</style>