Shades of Medium Wood #AF815D
Tints of Medium Wood #AF815D
RGB
CMYK
RGB Variations
Color information
#AF815D (or 0xAF815D) is known color: Medium Wood. HEX triplet: AF, 81 and 5D. RGB value is (175,129,93). Sum of RGB (Red+Green+Blue) = 175+129+93=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF815D is #507EA2. Grayscale: #8A8A8A. Windows color (decimal): -5275299 or 6128047. OLE color: 6128047.
HSL color Cylindrical-coordinate representation of color #AF815D: hue angle of 26.34º 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 #AF815D is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 93 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.31 |
| HSL | 26.34º | 0.34% | 0.53% | - |
| HSV(B) | 26.34º | 0.47% | 0.69% | - |
| XYZ | 27.51 | 25.6 | 13.85 | - |
| YUV | 138.65 | 102.24 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 93 | 0 | 0.26 | 0.47 | 0.31 | 26.34 | 0.34 | 0.53 |
| Hex | AF | 81 | 5D | 0 | 1A | 2F | 1F | 1A | 22 | 35 |
| Octal | 257 | 201 | 135 | 0 | 32 | 57 | 37 | 32 | 42 | 65 |
| Binary | 10101111 | 10000001 | 1011101 | 0 | 11010 | 101111 | 11111 | 11010 | 100010 | 110101 |
Color Harmonies of #AF815D
Complementary color
Monochromatic Colors of #AF815D
Black with #AF815D
Text Example
Text Example
White with #AF815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF815D; }
p { color: rgb(175,129,93); }
H1.HeaderClassName
{
color: #AF815D;
}
.AnyTagClassName
{
color: #AF815D;
}
</style>
background-color css
<style>
a { background-color: #AF815D; }
a { background-color: rgb(175,129,93); }
div.DivClassName
{
background-color: #AF815D;
}
.BgClassName
{
background-color: #AF815D;
}
</style>
border-color css
<style>
span { border-color: #AF815D; }
span { border-color: rgb(175,129,93); }
td.TdClassName
{
border-color: #AF815D;
}
.TagClassName
{
border-color: #AF815D;
}
</style>