Shades of Teak #AF8D56
Tints of Teak #AF8D56
RGB
CMYK
RGB Variations
Color information
#AF8D56 (or 0xAF8D56) is known color: Teak. HEX triplet: AF, 8D and 56. RGB value is (175,141,86). Sum of RGB (Red+Green+Blue) = 175+141+86=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D56 is #5072A9. Grayscale: #919191. Windows color (decimal): -5272234 or 5672367. OLE color: 5672367.
HSL color Cylindrical-coordinate representation of color #AF8D56: hue angle of 37.08º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF8D56 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 86 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.31 |
| HSL | 37.08º | 0.36% | 0.51% | - |
| HSV(B) | 37.08º | 0.51% | 0.69% | - |
| XYZ | 28.88 | 28.84 | 12.85 | - |
| YUV | 144.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 86 | 0 | 0.19 | 0.51 | 0.31 | 37.08 | 0.36 | 0.51 |
| Hex | AF | 8D | 56 | 0 | 13 | 33 | 1F | 25 | 24 | 33 |
| Octal | 257 | 215 | 126 | 0 | 23 | 63 | 37 | 45 | 44 | 63 |
| Binary | 10101111 | 10001101 | 1010110 | 0 | 10011 | 110011 | 11111 | 100101 | 100100 | 110011 |
Color Harmonies of #AF8D56
Complementary color
Monochromatic Colors of #AF8D56
Black with #AF8D56
Text Example
Text Example
White with #AF8D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D56; }
p { color: rgb(175,141,86); }
H1.HeaderClassName
{
color: #AF8D56;
}
.AnyTagClassName
{
color: #AF8D56;
}
</style>
background-color css
<style>
a { background-color: #AF8D56; }
a { background-color: rgb(175,141,86); }
div.DivClassName
{
background-color: #AF8D56;
}
.BgClassName
{
background-color: #AF8D56;
}
</style>
border-color css
<style>
span { border-color: #AF8D56; }
span { border-color: rgb(175,141,86); }
td.TdClassName
{
border-color: #AF8D56;
}
.TagClassName
{
border-color: #AF8D56;
}
</style>