Shades of Medium Wood #AF855C
Tints of Medium Wood #AF855C
RGB
CMYK
RGB Variations
Color information
#AF855C (or 0xAF855C) is known color: Medium Wood. HEX triplet: AF, 85 and 5C. RGB value is (175,133,92). Sum of RGB (Red+Green+Blue) = 175+133+92=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF855C is #507AA3. Grayscale: #8D8D8D. Windows color (decimal): -5274276 or 6063535. OLE color: 6063535.
HSL color Cylindrical-coordinate representation of color #AF855C: hue angle of 29.64º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF855C is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 92 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.31 |
| HSL | 29.64º | 0.34% | 0.52% | - |
| HSV(B) | 29.64º | 0.47% | 0.69% | - |
| XYZ | 28 | 26.66 | 13.8 | - |
| YUV | 140.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 92 | 0 | 0.24 | 0.47 | 0.31 | 29.64 | 0.34 | 0.52 |
| Hex | AF | 85 | 5C | 0 | 18 | 2F | 1F | 1E | 22 | 34 |
| Octal | 257 | 205 | 134 | 0 | 30 | 57 | 37 | 36 | 42 | 64 |
| Binary | 10101111 | 10000101 | 1011100 | 0 | 11000 | 101111 | 11111 | 11110 | 100010 | 110100 |
Color Harmonies of #AF855C
Complementary color
Monochromatic Colors of #AF855C
Black with #AF855C
Text Example
Text Example
White with #AF855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF855C; }
p { color: rgb(175,133,92); }
H1.HeaderClassName
{
color: #AF855C;
}
.AnyTagClassName
{
color: #AF855C;
}
</style>
background-color css
<style>
a { background-color: #AF855C; }
a { background-color: rgb(175,133,92); }
div.DivClassName
{
background-color: #AF855C;
}
.BgClassName
{
background-color: #AF855C;
}
</style>
border-color css
<style>
span { border-color: #AF855C; }
span { border-color: rgb(175,133,92); }
td.TdClassName
{
border-color: #AF855C;
}
.TagClassName
{
border-color: #AF855C;
}
</style>