Shades of Teak #AF8F56
Tints of Teak #AF8F56
RGB
CMYK
RGB Variations
Color information
#AF8F56 (or 0xAF8F56) is known color: Teak. HEX triplet: AF, 8F and 56. RGB value is (175,143,86). Sum of RGB (Red+Green+Blue) = 175+143+86=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F56 is #5070A9. Grayscale: #929292. Windows color (decimal): -5271722 or 5672879. OLE color: 5672879.
HSL color Cylindrical-coordinate representation of color #AF8F56: hue angle of 38.43º 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 #AF8F56 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 86 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.31 |
| HSL | 38.43º | 0.36% | 0.51% | - |
| HSV(B) | 38.43º | 0.51% | 0.69% | - |
| XYZ | 29.18 | 29.43 | 12.95 | - |
| YUV | 146.07 | 94.1 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 86 | 0 | 0.18 | 0.51 | 0.31 | 38.43 | 0.36 | 0.51 |
| Hex | AF | 8F | 56 | 0 | 12 | 33 | 1F | 26 | 24 | 33 |
| Octal | 257 | 217 | 126 | 0 | 22 | 63 | 37 | 46 | 44 | 63 |
| Binary | 10101111 | 10001111 | 1010110 | 0 | 10010 | 110011 | 11111 | 100110 | 100100 | 110011 |
Color Harmonies of #AF8F56
Complementary color
Monochromatic Colors of #AF8F56
Black with #AF8F56
Text Example
Text Example
White with #AF8F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F56; }
p { color: rgb(175,143,86); }
H1.HeaderClassName
{
color: #AF8F56;
}
.AnyTagClassName
{
color: #AF8F56;
}
</style>
background-color css
<style>
a { background-color: #AF8F56; }
a { background-color: rgb(175,143,86); }
div.DivClassName
{
background-color: #AF8F56;
}
.BgClassName
{
background-color: #AF8F56;
}
</style>
border-color css
<style>
span { border-color: #AF8F56; }
span { border-color: rgb(175,143,86); }
td.TdClassName
{
border-color: #AF8F56;
}
.TagClassName
{
border-color: #AF8F56;
}
</style>