Shades of Medium Wood #AF775C
Tints of Medium Wood #AF775C
RGB
CMYK
RGB Variations
Color information
#AF775C (or 0xAF775C) is known color: Medium Wood. HEX triplet: AF, 77 and 5C. RGB value is (175,119,92). Sum of RGB (Red+Green+Blue) = 175+119+92=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF775C is #5088A3. Grayscale: #848484. Windows color (decimal): -5277860 or 6059951. OLE color: 6059951.
HSL color Cylindrical-coordinate representation of color #AF775C: hue angle of 19.52º 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 #AF775C is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 92 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.31 |
| HSL | 19.52º | 0.34% | 0.52% | - |
| HSV(B) | 19.52º | 0.47% | 0.69% | - |
| XYZ | 26.21 | 23.08 | 13.2 | - |
| YUV | 132.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 92 | 0 | 0.32 | 0.47 | 0.31 | 19.52 | 0.34 | 0.52 |
| Hex | AF | 77 | 5C | 0 | 20 | 2F | 1F | 14 | 22 | 34 |
| Octal | 257 | 167 | 134 | 0 | 40 | 57 | 37 | 24 | 42 | 64 |
| Binary | 10101111 | 1110111 | 1011100 | 0 | 100000 | 101111 | 11111 | 10100 | 100010 | 110100 |
Color Harmonies of #AF775C
Complementary color
Monochromatic Colors of #AF775C
Black with #AF775C
Text Example
Text Example
White with #AF775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF775C; }
p { color: rgb(175,119,92); }
H1.HeaderClassName
{
color: #AF775C;
}
.AnyTagClassName
{
color: #AF775C;
}
</style>
background-color css
<style>
a { background-color: #AF775C; }
a { background-color: rgb(175,119,92); }
div.DivClassName
{
background-color: #AF775C;
}
.BgClassName
{
background-color: #AF775C;
}
</style>
border-color css
<style>
span { border-color: #AF775C; }
span { border-color: rgb(175,119,92); }
td.TdClassName
{
border-color: #AF775C;
}
.TagClassName
{
border-color: #AF775C;
}
</style>