Shades of Teak #AF8F57
Tints of Teak #AF8F57
RGB
CMYK
RGB Variations
Color information
#AF8F57 (or 0xAF8F57) is known color: Teak. HEX triplet: AF, 8F and 57. RGB value is (175,143,87). Sum of RGB (Red+Green+Blue) = 175+143+87=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F57 is #5070A8. Grayscale: #929292. Windows color (decimal): -5271721 or 5738415. OLE color: 5738415.
HSL color Cylindrical-coordinate representation of color #AF8F57: hue angle of 38.18º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF8F57 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 87 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.31 |
| HSL | 38.18º | 0.35% | 0.51% | - |
| HSV(B) | 38.18º | 0.5% | 0.69% | - |
| XYZ | 29.22 | 29.45 | 13.16 | - |
| YUV | 146.18 | 94.6 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 87 | 0 | 0.18 | 0.50 | 0.31 | 38.18 | 0.35 | 0.51 |
| Hex | AF | 8F | 57 | 0 | 12 | 32 | 1F | 26 | 23 | 33 |
| Octal | 257 | 217 | 127 | 0 | 22 | 62 | 37 | 46 | 43 | 63 |
| Binary | 10101111 | 10001111 | 1010111 | 0 | 10010 | 110010 | 11111 | 100110 | 100011 | 110011 |
Color Harmonies of #AF8F57
Complementary color
Monochromatic Colors of #AF8F57
Black with #AF8F57
Text Example
Text Example
White with #AF8F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F57; }
p { color: rgb(175,143,87); }
H1.HeaderClassName
{
color: #AF8F57;
}
.AnyTagClassName
{
color: #AF8F57;
}
</style>
background-color css
<style>
a { background-color: #AF8F57; }
a { background-color: rgb(175,143,87); }
div.DivClassName
{
background-color: #AF8F57;
}
.BgClassName
{
background-color: #AF8F57;
}
</style>
border-color css
<style>
span { border-color: #AF8F57; }
span { border-color: rgb(175,143,87); }
td.TdClassName
{
border-color: #AF8F57;
}
.TagClassName
{
border-color: #AF8F57;
}
</style>