Shades of Medium Wood #AF795E
Tints of Medium Wood #AF795E
RGB
CMYK
RGB Variations
Color information
#AF795E (or 0xAF795E) is known color: Medium Wood. HEX triplet: AF, 79 and 5E. RGB value is (175,121,94). Sum of RGB (Red+Green+Blue) = 175+121+94=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF795E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF795E is #5086A1. Grayscale: #868686. Windows color (decimal): -5277346 or 6191535. OLE color: 6191535.
HSL color Cylindrical-coordinate representation of color #AF795E: hue angle of 20º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF795E is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 94 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.31 |
| HSL | 20º | 0.34% | 0.53% | - |
| HSV(B) | 20º | 0.46% | 0.69% | - |
| XYZ | 26.54 | 23.6 | 13.75 | - |
| YUV | 134.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 94 | 0 | 0.31 | 0.46 | 0.31 | 20 | 0.34 | 0.53 |
| Hex | AF | 79 | 5E | 0 | 1F | 2E | 1F | 14 | 22 | 35 |
| Octal | 257 | 171 | 136 | 0 | 37 | 56 | 37 | 24 | 42 | 65 |
| Binary | 10101111 | 1111001 | 1011110 | 0 | 11111 | 101110 | 11111 | 10100 | 100010 | 110101 |
Color Harmonies of #AF795E
Complementary color
Monochromatic Colors of #AF795E
Black with #AF795E
Text Example
Text Example
White with #AF795E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF795E; }
p { color: rgb(175,121,94); }
H1.HeaderClassName
{
color: #AF795E;
}
.AnyTagClassName
{
color: #AF795E;
}
</style>
background-color css
<style>
a { background-color: #AF795E; }
a { background-color: rgb(175,121,94); }
div.DivClassName
{
background-color: #AF795E;
}
.BgClassName
{
background-color: #AF795E;
}
</style>
border-color css
<style>
span { border-color: #AF795E; }
span { border-color: rgb(175,121,94); }
td.TdClassName
{
border-color: #AF795E;
}
.TagClassName
{
border-color: #AF795E;
}
</style>