Shades of Teak #AF8756
Tints of Teak #AF8756
RGB
CMYK
RGB Variations
Color information
#AF8756 (or 0xAF8756) is known color: Teak. HEX triplet: AF, 87 and 56. RGB value is (175,135,86). Sum of RGB (Red+Green+Blue) = 175+135+86=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8756 is #5078A9. Grayscale: #8D8D8D. Windows color (decimal): -5273770 or 5670831. OLE color: 5670831.
HSL color Cylindrical-coordinate representation of color #AF8756: hue angle of 33.03º 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 #AF8756 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 86 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.31 |
| HSL | 33.03º | 0.36% | 0.51% | - |
| HSV(B) | 33.03º | 0.51% | 0.69% | - |
| XYZ | 28.02 | 27.11 | 12.56 | - |
| YUV | 141.37 | 96.75 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 86 | 0 | 0.23 | 0.51 | 0.31 | 33.03 | 0.36 | 0.51 |
| Hex | AF | 87 | 56 | 0 | 17 | 33 | 1F | 21 | 24 | 33 |
| Octal | 257 | 207 | 126 | 0 | 27 | 63 | 37 | 41 | 44 | 63 |
| Binary | 10101111 | 10000111 | 1010110 | 0 | 10111 | 110011 | 11111 | 100001 | 100100 | 110011 |
Color Harmonies of #AF8756
Complementary color
Monochromatic Colors of #AF8756
Black with #AF8756
Text Example
Text Example
White with #AF8756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8756; }
p { color: rgb(175,135,86); }
H1.HeaderClassName
{
color: #AF8756;
}
.AnyTagClassName
{
color: #AF8756;
}
</style>
background-color css
<style>
a { background-color: #AF8756; }
a { background-color: rgb(175,135,86); }
div.DivClassName
{
background-color: #AF8756;
}
.BgClassName
{
background-color: #AF8756;
}
</style>
border-color css
<style>
span { border-color: #AF8756; }
span { border-color: rgb(175,135,86); }
td.TdClassName
{
border-color: #AF8756;
}
.TagClassName
{
border-color: #AF8756;
}
</style>