Shades of Medium Wood #AF856B
Tints of Medium Wood #AF856B
RGB
CMYK
RGB Variations
Color information
#AF856B (or 0xAF856B) is known color: Medium Wood. HEX triplet: AF, 85 and 6B. RGB value is (175,133,107). Sum of RGB (Red+Green+Blue) = 175+133+107=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF856B is #507A94. Grayscale: #8E8E8E. Windows color (decimal): -5274261 or 7046575. OLE color: 7046575.
HSL color Cylindrical-coordinate representation of color #AF856B: hue angle of 22.94º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF856B is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 107 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.31 |
| HSL | 22.94º | 0.3% | 0.55% | - |
| HSV(B) | 22.94º | 0.39% | 0.69% | - |
| XYZ | 28.72 | 26.95 | 17.6 | - |
| YUV | 142.59 | 107.91 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 107 | 0 | 0.24 | 0.39 | 0.31 | 22.94 | 0.3 | 0.55 |
| Hex | AF | 85 | 6B | 0 | 18 | 27 | 1F | 17 | 1E | 37 |
| Octal | 257 | 205 | 153 | 0 | 30 | 47 | 37 | 27 | 36 | 67 |
| Binary | 10101111 | 10000101 | 1101011 | 0 | 11000 | 100111 | 11111 | 10111 | 11110 | 110111 |
Color Harmonies of #AF856B
Complementary color
Monochromatic Colors of #AF856B
Black with #AF856B
Text Example
Text Example
White with #AF856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF856B; }
p { color: rgb(175,133,107); }
H1.HeaderClassName
{
color: #AF856B;
}
.AnyTagClassName
{
color: #AF856B;
}
</style>
background-color css
<style>
a { background-color: #AF856B; }
a { background-color: rgb(175,133,107); }
div.DivClassName
{
background-color: #AF856B;
}
.BgClassName
{
background-color: #AF856B;
}
</style>
border-color css
<style>
span { border-color: #AF856B; }
span { border-color: rgb(175,133,107); }
td.TdClassName
{
border-color: #AF856B;
}
.TagClassName
{
border-color: #AF856B;
}
</style>