Shades of Medium Wood #AF876E
Tints of Medium Wood #AF876E
RGB
CMYK
RGB Variations
Color information
#AF876E (or 0xAF876E) is known color: Medium Wood. HEX triplet: AF, 87 and 6E. RGB value is (175,135,110). Sum of RGB (Red+Green+Blue) = 175+135+110=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF876E is #507891. Grayscale: #909090. Windows color (decimal): -5273746 or 7243695. OLE color: 7243695.
HSL color Cylindrical-coordinate representation of color #AF876E: hue angle of 23.08º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF876E is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 110 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.31 |
| HSL | 23.08º | 0.29% | 0.56% | - |
| HSV(B) | 23.08º | 0.37% | 0.69% | - |
| XYZ | 29.16 | 27.57 | 18.54 | - |
| YUV | 144.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 110 | 0 | 0.23 | 0.37 | 0.31 | 23.08 | 0.29 | 0.56 |
| Hex | AF | 87 | 6E | 0 | 17 | 25 | 1F | 17 | 1D | 38 |
| Octal | 257 | 207 | 156 | 0 | 27 | 45 | 37 | 27 | 35 | 70 |
| Binary | 10101111 | 10000111 | 1101110 | 0 | 10111 | 100101 | 11111 | 10111 | 11101 | 111000 |
Color Harmonies of #AF876E
Complementary color
Monochromatic Colors of #AF876E
Black with #AF876E
Text Example
Text Example
White with #AF876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF876E; }
p { color: rgb(175,135,110); }
H1.HeaderClassName
{
color: #AF876E;
}
.AnyTagClassName
{
color: #AF876E;
}
</style>
background-color css
<style>
a { background-color: #AF876E; }
a { background-color: rgb(175,135,110); }
div.DivClassName
{
background-color: #AF876E;
}
.BgClassName
{
background-color: #AF876E;
}
</style>
border-color css
<style>
span { border-color: #AF876E; }
span { border-color: rgb(175,135,110); }
td.TdClassName
{
border-color: #AF876E;
}
.TagClassName
{
border-color: #AF876E;
}
</style>