Shades of Medium Wood #AF795C
Tints of Medium Wood #AF795C
RGB
CMYK
RGB Variations
Color information
#AF795C (or 0xAF795C) is known color: Medium Wood. HEX triplet: AF, 79 and 5C. RGB value is (175,121,92). Sum of RGB (Red+Green+Blue) = 175+121+92=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF795C is #5086A3. Grayscale: #868686. Windows color (decimal): -5277348 or 6060463. OLE color: 6060463.
HSL color Cylindrical-coordinate representation of color #AF795C: hue angle of 20.96º 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 #AF795C is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 92 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.31 |
| HSL | 20.96º | 0.34% | 0.52% | - |
| HSV(B) | 20.96º | 0.47% | 0.69% | - |
| XYZ | 26.45 | 23.56 | 13.28 | - |
| YUV | 133.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 92 | 0 | 0.31 | 0.47 | 0.31 | 20.96 | 0.34 | 0.52 |
| Hex | AF | 79 | 5C | 0 | 1F | 2F | 1F | 15 | 22 | 34 |
| Octal | 257 | 171 | 134 | 0 | 37 | 57 | 37 | 25 | 42 | 64 |
| Binary | 10101111 | 1111001 | 1011100 | 0 | 11111 | 101111 | 11111 | 10101 | 100010 | 110100 |
Color Harmonies of #AF795C
Complementary color
Monochromatic Colors of #AF795C
Black with #AF795C
Text Example
Text Example
White with #AF795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF795C; }
p { color: rgb(175,121,92); }
H1.HeaderClassName
{
color: #AF795C;
}
.AnyTagClassName
{
color: #AF795C;
}
</style>
background-color css
<style>
a { background-color: #AF795C; }
a { background-color: rgb(175,121,92); }
div.DivClassName
{
background-color: #AF795C;
}
.BgClassName
{
background-color: #AF795C;
}
</style>
border-color css
<style>
span { border-color: #AF795C; }
span { border-color: rgb(175,121,92); }
td.TdClassName
{
border-color: #AF795C;
}
.TagClassName
{
border-color: #AF795C;
}
</style>