Shades of Medium Wood #AF775E
Tints of Medium Wood #AF775E
RGB
CMYK
RGB Variations
Color information
#AF775E (or 0xAF775E) is known color: Medium Wood. HEX triplet: AF, 77 and 5E. RGB value is (175,119,94). Sum of RGB (Red+Green+Blue) = 175+119+94=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF775E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF775E is #5088A1. Grayscale: #858585. Windows color (decimal): -5277858 or 6191023. OLE color: 6191023.
HSL color Cylindrical-coordinate representation of color #AF775E: hue angle of 18.52º 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 #AF775E is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 94 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.31 |
| HSL | 18.52º | 0.34% | 0.53% | - |
| HSV(B) | 18.52º | 0.46% | 0.69% | - |
| XYZ | 26.3 | 23.12 | 13.67 | - |
| YUV | 132.89 | 106.05 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 94 | 0 | 0.32 | 0.46 | 0.31 | 18.52 | 0.34 | 0.53 |
| Hex | AF | 77 | 5E | 0 | 20 | 2E | 1F | 13 | 22 | 35 |
| Octal | 257 | 167 | 136 | 0 | 40 | 56 | 37 | 23 | 42 | 65 |
| Binary | 10101111 | 1110111 | 1011110 | 0 | 100000 | 101110 | 11111 | 10011 | 100010 | 110101 |
Color Harmonies of #AF775E
Complementary color
Monochromatic Colors of #AF775E
Black with #AF775E
Text Example
Text Example
White with #AF775E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF775E; }
p { color: rgb(175,119,94); }
H1.HeaderClassName
{
color: #AF775E;
}
.AnyTagClassName
{
color: #AF775E;
}
</style>
background-color css
<style>
a { background-color: #AF775E; }
a { background-color: rgb(175,119,94); }
div.DivClassName
{
background-color: #AF775E;
}
.BgClassName
{
background-color: #AF775E;
}
</style>
border-color css
<style>
span { border-color: #AF775E; }
span { border-color: rgb(175,119,94); }
td.TdClassName
{
border-color: #AF775E;
}
.TagClassName
{
border-color: #AF775E;
}
</style>