Shades of Medium Wood #AF815E
Tints of Medium Wood #AF815E
RGB
CMYK
RGB Variations
Color information
#AF815E (or 0xAF815E) is known color: Medium Wood. HEX triplet: AF, 81 and 5E. RGB value is (175,129,94). Sum of RGB (Red+Green+Blue) = 175+129+94=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF815E is #507EA1. Grayscale: #8A8A8A. Windows color (decimal): -5275298 or 6193583. OLE color: 6193583.
HSL color Cylindrical-coordinate representation of color #AF815E: hue angle of 25.93º 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 #AF815E is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 94 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.31 |
| HSL | 25.93º | 0.34% | 0.53% | - |
| HSV(B) | 25.93º | 0.46% | 0.69% | - |
| XYZ | 27.55 | 25.62 | 14.08 | - |
| YUV | 138.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 94 | 0 | 0.26 | 0.46 | 0.31 | 25.93 | 0.34 | 0.53 |
| Hex | AF | 81 | 5E | 0 | 1A | 2E | 1F | 1A | 22 | 35 |
| Octal | 257 | 201 | 136 | 0 | 32 | 56 | 37 | 32 | 42 | 65 |
| Binary | 10101111 | 10000001 | 1011110 | 0 | 11010 | 101110 | 11111 | 11010 | 100010 | 110101 |
Color Harmonies of #AF815E
Complementary color
Monochromatic Colors of #AF815E
Black with #AF815E
Text Example
Text Example
White with #AF815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF815E; }
p { color: rgb(175,129,94); }
H1.HeaderClassName
{
color: #AF815E;
}
.AnyTagClassName
{
color: #AF815E;
}
</style>
background-color css
<style>
a { background-color: #AF815E; }
a { background-color: rgb(175,129,94); }
div.DivClassName
{
background-color: #AF815E;
}
.BgClassName
{
background-color: #AF815E;
}
</style>
border-color css
<style>
span { border-color: #AF815E; }
span { border-color: rgb(175,129,94); }
td.TdClassName
{
border-color: #AF815E;
}
.TagClassName
{
border-color: #AF815E;
}
</style>