Shades of Medium Wood #AF876C
Tints of Medium Wood #AF876C
RGB
CMYK
RGB Variations
Color information
#AF876C (or 0xAF876C) is known color: Medium Wood. HEX triplet: AF, 87 and 6C. RGB value is (175,135,108). Sum of RGB (Red+Green+Blue) = 175+135+108=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF876C is #507893. Grayscale: #909090. Windows color (decimal): -5273748 or 7112623. OLE color: 7112623.
HSL color Cylindrical-coordinate representation of color #AF876C: hue angle of 24.18º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF876C is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 108 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.31 |
| HSL | 24.18º | 0.3% | 0.55% | - |
| HSV(B) | 24.18º | 0.38% | 0.69% | - |
| XYZ | 29.05 | 27.52 | 17.97 | - |
| YUV | 143.88 | 107.75 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 108 | 0 | 0.23 | 0.38 | 0.31 | 24.18 | 0.3 | 0.55 |
| Hex | AF | 87 | 6C | 0 | 17 | 26 | 1F | 18 | 1E | 37 |
| Octal | 257 | 207 | 154 | 0 | 27 | 46 | 37 | 30 | 36 | 67 |
| Binary | 10101111 | 10000111 | 1101100 | 0 | 10111 | 100110 | 11111 | 11000 | 11110 | 110111 |
Color Harmonies of #AF876C
Complementary color
Monochromatic Colors of #AF876C
Black with #AF876C
Text Example
Text Example
White with #AF876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF876C; }
p { color: rgb(175,135,108); }
H1.HeaderClassName
{
color: #AF876C;
}
.AnyTagClassName
{
color: #AF876C;
}
</style>
background-color css
<style>
a { background-color: #AF876C; }
a { background-color: rgb(175,135,108); }
div.DivClassName
{
background-color: #AF876C;
}
.BgClassName
{
background-color: #AF876C;
}
</style>
border-color css
<style>
span { border-color: #AF876C; }
span { border-color: rgb(175,135,108); }
td.TdClassName
{
border-color: #AF876C;
}
.TagClassName
{
border-color: #AF876C;
}
</style>