Shades of Medium Wood #AF805B
Tints of Medium Wood #AF805B
RGB
CMYK
RGB Variations
Color information
#AF805B (or 0xAF805B) is known color: Medium Wood. HEX triplet: AF, 80 and 5B. RGB value is (175,128,91). Sum of RGB (Red+Green+Blue) = 175+128+91=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF805B is #507FA4. Grayscale: #8A8A8A. Windows color (decimal): -5275557 or 5996719. OLE color: 5996719.
HSL color Cylindrical-coordinate representation of color #AF805B: hue angle of 26.43º 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 #AF805B is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 91 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.31 |
| HSL | 26.43º | 0.34% | 0.52% | - |
| HSV(B) | 26.43º | 0.48% | 0.69% | - |
| XYZ | 27.29 | 25.31 | 13.34 | - |
| YUV | 137.84 | 101.57 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 91 | 0 | 0.27 | 0.48 | 0.31 | 26.43 | 0.34 | 0.52 |
| Hex | AF | 80 | 5B | 0 | 1B | 30 | 1F | 1A | 22 | 34 |
| Octal | 257 | 200 | 133 | 0 | 33 | 60 | 37 | 32 | 42 | 64 |
| Binary | 10101111 | 10000000 | 1011011 | 0 | 11011 | 110000 | 11111 | 11010 | 100010 | 110100 |
Color Harmonies of #AF805B
Complementary color
Monochromatic Colors of #AF805B
Black with #AF805B
Text Example
Text Example
White with #AF805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF805B; }
p { color: rgb(175,128,91); }
H1.HeaderClassName
{
color: #AF805B;
}
.AnyTagClassName
{
color: #AF805B;
}
</style>
background-color css
<style>
a { background-color: #AF805B; }
a { background-color: rgb(175,128,91); }
div.DivClassName
{
background-color: #AF805B;
}
.BgClassName
{
background-color: #AF805B;
}
</style>
border-color css
<style>
span { border-color: #AF805B; }
span { border-color: rgb(175,128,91); }
td.TdClassName
{
border-color: #AF805B;
}
.TagClassName
{
border-color: #AF805B;
}
</style>