Shades of Teak #AF8659
Tints of Teak #AF8659
RGB
CMYK
RGB Variations
Color information
#AF8659 (or 0xAF8659) is known color: Teak. HEX triplet: AF, 86 and 59. RGB value is (175,134,89). Sum of RGB (Red+Green+Blue) = 175+134+89=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8659 is #5079A6. Grayscale: #8D8D8D. Windows color (decimal): -5274023 or 5867183. OLE color: 5867183.
HSL color Cylindrical-coordinate representation of color #AF8659: hue angle of 31.4º 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 #AF8659 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 89 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.31 |
| HSL | 31.4º | 0.35% | 0.52% | - |
| HSV(B) | 31.4º | 0.49% | 0.69% | - |
| XYZ | 28.01 | 26.89 | 13.16 | - |
| YUV | 141.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 89 | 0 | 0.23 | 0.49 | 0.31 | 31.4 | 0.35 | 0.52 |
| Hex | AF | 86 | 59 | 0 | 17 | 31 | 1F | 1F | 23 | 34 |
| Octal | 257 | 206 | 131 | 0 | 27 | 61 | 37 | 37 | 43 | 64 |
| Binary | 10101111 | 10000110 | 1011001 | 0 | 10111 | 110001 | 11111 | 11111 | 100011 | 110100 |
Color Harmonies of #AF8659
Complementary color
Monochromatic Colors of #AF8659
Black with #AF8659
Text Example
Text Example
White with #AF8659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8659; }
p { color: rgb(175,134,89); }
H1.HeaderClassName
{
color: #AF8659;
}
.AnyTagClassName
{
color: #AF8659;
}
</style>
background-color css
<style>
a { background-color: #AF8659; }
a { background-color: rgb(175,134,89); }
div.DivClassName
{
background-color: #AF8659;
}
.BgClassName
{
background-color: #AF8659;
}
</style>
border-color css
<style>
span { border-color: #AF8659; }
span { border-color: rgb(175,134,89); }
td.TdClassName
{
border-color: #AF8659;
}
.TagClassName
{
border-color: #AF8659;
}
</style>