Shades of Medium Wood #AF8761
Tints of Medium Wood #AF8761
RGB
CMYK
RGB Variations
Color information
#AF8761 (or 0xAF8761) is known color: Medium Wood. HEX triplet: AF, 87 and 61. RGB value is (175,135,97). Sum of RGB (Red+Green+Blue) = 175+135+97=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8761 is #50789E. Grayscale: #8E8E8E. Windows color (decimal): -5273759 or 6391727. OLE color: 6391727.
HSL color Cylindrical-coordinate representation of color #AF8761: hue angle of 29.23º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF8761 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 97 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.31 |
| HSL | 29.23º | 0.33% | 0.53% | - |
| HSV(B) | 29.23º | 0.45% | 0.69% | - |
| XYZ | 28.5 | 27.3 | 15.08 | - |
| YUV | 142.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 97 | 0 | 0.23 | 0.45 | 0.31 | 29.23 | 0.33 | 0.53 |
| Hex | AF | 87 | 61 | 0 | 17 | 2D | 1F | 1D | 21 | 35 |
| Octal | 257 | 207 | 141 | 0 | 27 | 55 | 37 | 35 | 41 | 65 |
| Binary | 10101111 | 10000111 | 1100001 | 0 | 10111 | 101101 | 11111 | 11101 | 100001 | 110101 |
Color Harmonies of #AF8761
Complementary color
Monochromatic Colors of #AF8761
Black with #AF8761
Text Example
Text Example
White with #AF8761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8761; }
p { color: rgb(175,135,97); }
H1.HeaderClassName
{
color: #AF8761;
}
.AnyTagClassName
{
color: #AF8761;
}
</style>
background-color css
<style>
a { background-color: #AF8761; }
a { background-color: rgb(175,135,97); }
div.DivClassName
{
background-color: #AF8761;
}
.BgClassName
{
background-color: #AF8761;
}
</style>
border-color css
<style>
span { border-color: #AF8761; }
span { border-color: rgb(175,135,97); }
td.TdClassName
{
border-color: #AF8761;
}
.TagClassName
{
border-color: #AF8761;
}
</style>