Shades of Medium Wood #AF845B
Tints of Medium Wood #AF845B
RGB
CMYK
RGB Variations
Color information
#AF845B (or 0xAF845B) is known color: Medium Wood. HEX triplet: AF, 84 and 5B. RGB value is (175,132,91). Sum of RGB (Red+Green+Blue) = 175+132+91=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF845B is #507BA4. Grayscale: #8C8C8C. Windows color (decimal): -5274533 or 5997743. OLE color: 5997743.
HSL color Cylindrical-coordinate representation of color #AF845B: hue angle of 29.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF845B is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 91 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.31 |
| HSL | 29.29º | 0.34% | 0.52% | - |
| HSV(B) | 29.29º | 0.48% | 0.69% | - |
| XYZ | 27.82 | 26.37 | 13.52 | - |
| YUV | 140.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 91 | 0 | 0.25 | 0.48 | 0.31 | 29.29 | 0.34 | 0.52 |
| Hex | AF | 84 | 5B | 0 | 19 | 30 | 1F | 1D | 22 | 34 |
| Octal | 257 | 204 | 133 | 0 | 31 | 60 | 37 | 35 | 42 | 64 |
| Binary | 10101111 | 10000100 | 1011011 | 0 | 11001 | 110000 | 11111 | 11101 | 100010 | 110100 |
Color Harmonies of #AF845B
Complementary color
Monochromatic Colors of #AF845B
Black with #AF845B
Text Example
Text Example
White with #AF845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF845B; }
p { color: rgb(175,132,91); }
H1.HeaderClassName
{
color: #AF845B;
}
.AnyTagClassName
{
color: #AF845B;
}
</style>
background-color css
<style>
a { background-color: #AF845B; }
a { background-color: rgb(175,132,91); }
div.DivClassName
{
background-color: #AF845B;
}
.BgClassName
{
background-color: #AF845B;
}
</style>
border-color css
<style>
span { border-color: #AF845B; }
span { border-color: rgb(175,132,91); }
td.TdClassName
{
border-color: #AF845B;
}
.TagClassName
{
border-color: #AF845B;
}
</style>