Shades of Teak #AF8852
Tints of Teak #AF8852
RGB
CMYK
RGB Variations
Color information
#AF8852 (or 0xAF8852) is known color: Teak. HEX triplet: AF, 88 and 52. RGB value is (175,136,82). Sum of RGB (Red+Green+Blue) = 175+136+82=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8852 is #5077AD. Grayscale: #8D8D8D. Windows color (decimal): -5273518 or 5408943. OLE color: 5408943.
HSL color Cylindrical-coordinate representation of color #AF8852: hue angle of 34.84º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF8852 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 82 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.31 |
| HSL | 34.84º | 0.37% | 0.5% | - |
| HSV(B) | 34.84º | 0.53% | 0.69% | - |
| XYZ | 28.01 | 27.33 | 11.78 | - |
| YUV | 141.51 | 94.42 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 82 | 0 | 0.22 | 0.53 | 0.31 | 34.84 | 0.37 | 0.5 |
| Hex | AF | 88 | 52 | 0 | 16 | 35 | 1F | 23 | 25 | 32 |
| Octal | 257 | 210 | 122 | 0 | 26 | 65 | 37 | 43 | 45 | 62 |
| Binary | 10101111 | 10001000 | 1010010 | 0 | 10110 | 110101 | 11111 | 100011 | 100101 | 110010 |
Color Harmonies of #AF8852
Complementary color
Monochromatic Colors of #AF8852
Black with #AF8852
Text Example
Text Example
White with #AF8852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8852; }
p { color: rgb(175,136,82); }
H1.HeaderClassName
{
color: #AF8852;
}
.AnyTagClassName
{
color: #AF8852;
}
</style>
background-color css
<style>
a { background-color: #AF8852; }
a { background-color: rgb(175,136,82); }
div.DivClassName
{
background-color: #AF8852;
}
.BgClassName
{
background-color: #AF8852;
}
</style>
border-color css
<style>
span { border-color: #AF8852; }
span { border-color: rgb(175,136,82); }
td.TdClassName
{
border-color: #AF8852;
}
.TagClassName
{
border-color: #AF8852;
}
</style>