Shades of Medium Wood #AF815B
Tints of Medium Wood #AF815B
RGB
CMYK
RGB Variations
Color information
#AF815B (or 0xAF815B) is known color: Medium Wood. HEX triplet: AF, 81 and 5B. RGB value is (175,129,91). Sum of RGB (Red+Green+Blue) = 175+129+91=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF815B is #507EA4. Grayscale: #8A8A8A. Windows color (decimal): -5275301 or 5996975. OLE color: 5996975.
HSL color Cylindrical-coordinate representation of color #AF815B: hue angle of 27.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF815B is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 91 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.31 |
| HSL | 27.14º | 0.34% | 0.52% | - |
| HSV(B) | 27.14º | 0.48% | 0.69% | - |
| XYZ | 27.42 | 25.57 | 13.39 | - |
| YUV | 138.42 | 101.24 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 91 | 0 | 0.26 | 0.48 | 0.31 | 27.14 | 0.34 | 0.52 |
| Hex | AF | 81 | 5B | 0 | 1A | 30 | 1F | 1B | 22 | 34 |
| Octal | 257 | 201 | 133 | 0 | 32 | 60 | 37 | 33 | 42 | 64 |
| Binary | 10101111 | 10000001 | 1011011 | 0 | 11010 | 110000 | 11111 | 11011 | 100010 | 110100 |
Color Harmonies of #AF815B
Complementary color
Monochromatic Colors of #AF815B
Black with #AF815B
Text Example
Text Example
White with #AF815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF815B; }
p { color: rgb(175,129,91); }
H1.HeaderClassName
{
color: #AF815B;
}
.AnyTagClassName
{
color: #AF815B;
}
</style>
background-color css
<style>
a { background-color: #AF815B; }
a { background-color: rgb(175,129,91); }
div.DivClassName
{
background-color: #AF815B;
}
.BgClassName
{
background-color: #AF815B;
}
</style>
border-color css
<style>
span { border-color: #AF815B; }
span { border-color: rgb(175,129,91); }
td.TdClassName
{
border-color: #AF815B;
}
.TagClassName
{
border-color: #AF815B;
}
</style>