Shades of Teak #AF8857
Tints of Teak #AF8857
RGB
CMYK
RGB Variations
Color information
#AF8857 (or 0xAF8857) is known color: Teak. HEX triplet: AF, 88 and 57. RGB value is (175,136,87). Sum of RGB (Red+Green+Blue) = 175+136+87=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8857 is #5077A8. Grayscale: #8E8E8E. Windows color (decimal): -5273513 or 5736623. OLE color: 5736623.
HSL color Cylindrical-coordinate representation of color #AF8857: hue angle of 33.41º 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 #AF8857 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 87 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.31 |
| HSL | 33.41º | 0.35% | 0.51% | - |
| HSV(B) | 33.41º | 0.5% | 0.69% | - |
| XYZ | 28.2 | 27.41 | 12.82 | - |
| YUV | 142.08 | 96.92 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 87 | 0 | 0.22 | 0.50 | 0.31 | 33.41 | 0.35 | 0.51 |
| Hex | AF | 88 | 57 | 0 | 16 | 32 | 1F | 21 | 23 | 33 |
| Octal | 257 | 210 | 127 | 0 | 26 | 62 | 37 | 41 | 43 | 63 |
| Binary | 10101111 | 10001000 | 1010111 | 0 | 10110 | 110010 | 11111 | 100001 | 100011 | 110011 |
Color Harmonies of #AF8857
Complementary color
Monochromatic Colors of #AF8857
Black with #AF8857
Text Example
Text Example
White with #AF8857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8857; }
p { color: rgb(175,136,87); }
H1.HeaderClassName
{
color: #AF8857;
}
.AnyTagClassName
{
color: #AF8857;
}
</style>
background-color css
<style>
a { background-color: #AF8857; }
a { background-color: rgb(175,136,87); }
div.DivClassName
{
background-color: #AF8857;
}
.BgClassName
{
background-color: #AF8857;
}
</style>
border-color css
<style>
span { border-color: #AF8857; }
span { border-color: rgb(175,136,87); }
td.TdClassName
{
border-color: #AF8857;
}
.TagClassName
{
border-color: #AF8857;
}
</style>