Shades of Teak #AF8759
Tints of Teak #AF8759
RGB
CMYK
RGB Variations
Color information
#AF8759 (or 0xAF8759) is known color: Teak. HEX triplet: AF, 87 and 59. RGB value is (175,135,89). Sum of RGB (Red+Green+Blue) = 175+135+89=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8759 is #5078A6. Grayscale: #8D8D8D. Windows color (decimal): -5273767 or 5867439. OLE color: 5867439.
HSL color Cylindrical-coordinate representation of color #AF8759: hue angle of 32.09º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF8759 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 89 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.31 |
| HSL | 32.09º | 0.35% | 0.52% | - |
| HSV(B) | 32.09º | 0.49% | 0.69% | - |
| XYZ | 28.15 | 27.16 | 13.21 | - |
| YUV | 141.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 89 | 0 | 0.23 | 0.49 | 0.31 | 32.09 | 0.35 | 0.52 |
| Hex | AF | 87 | 59 | 0 | 17 | 31 | 1F | 20 | 23 | 34 |
| Octal | 257 | 207 | 131 | 0 | 27 | 61 | 37 | 40 | 43 | 64 |
| Binary | 10101111 | 10000111 | 1011001 | 0 | 10111 | 110001 | 11111 | 100000 | 100011 | 110100 |
Color Harmonies of #AF8759
Complementary color
Monochromatic Colors of #AF8759
Black with #AF8759
Text Example
Text Example
White with #AF8759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8759; }
p { color: rgb(175,135,89); }
H1.HeaderClassName
{
color: #AF8759;
}
.AnyTagClassName
{
color: #AF8759;
}
</style>
background-color css
<style>
a { background-color: #AF8759; }
a { background-color: rgb(175,135,89); }
div.DivClassName
{
background-color: #AF8759;
}
.BgClassName
{
background-color: #AF8759;
}
</style>
border-color css
<style>
span { border-color: #AF8759; }
span { border-color: rgb(175,135,89); }
td.TdClassName
{
border-color: #AF8759;
}
.TagClassName
{
border-color: #AF8759;
}
</style>