Shades of Medium Wood #AF795D
Tints of Medium Wood #AF795D
RGB
CMYK
RGB Variations
Color information
#AF795D (or 0xAF795D) is known color: Medium Wood. HEX triplet: AF, 79 and 5D. RGB value is (175,121,93). Sum of RGB (Red+Green+Blue) = 175+121+93=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF795D is #5086A2. Grayscale: #868686. Windows color (decimal): -5277347 or 6125999. OLE color: 6125999.
HSL color Cylindrical-coordinate representation of color #AF795D: hue angle of 20.49º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF795D is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 93 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.31 |
| HSL | 20.49º | 0.34% | 0.53% | - |
| HSV(B) | 20.49º | 0.47% | 0.69% | - |
| XYZ | 26.49 | 23.58 | 13.51 | - |
| YUV | 133.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 93 | 0 | 0.31 | 0.47 | 0.31 | 20.49 | 0.34 | 0.53 |
| Hex | AF | 79 | 5D | 0 | 1F | 2F | 1F | 14 | 22 | 35 |
| Octal | 257 | 171 | 135 | 0 | 37 | 57 | 37 | 24 | 42 | 65 |
| Binary | 10101111 | 1111001 | 1011101 | 0 | 11111 | 101111 | 11111 | 10100 | 100010 | 110101 |
Color Harmonies of #AF795D
Complementary color
Monochromatic Colors of #AF795D
Black with #AF795D
Text Example
Text Example
White with #AF795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF795D; }
p { color: rgb(175,121,93); }
H1.HeaderClassName
{
color: #AF795D;
}
.AnyTagClassName
{
color: #AF795D;
}
</style>
background-color css
<style>
a { background-color: #AF795D; }
a { background-color: rgb(175,121,93); }
div.DivClassName
{
background-color: #AF795D;
}
.BgClassName
{
background-color: #AF795D;
}
</style>
border-color css
<style>
span { border-color: #AF795D; }
span { border-color: rgb(175,121,93); }
td.TdClassName
{
border-color: #AF795D;
}
.TagClassName
{
border-color: #AF795D;
}
</style>