Shades of Teak #AF8F51
Tints of Teak #AF8F51
RGB
CMYK
RGB Variations
Color information
#AF8F51 (or 0xAF8F51) is known color: Teak. HEX triplet: AF, 8F and 51. RGB value is (175,143,81). Sum of RGB (Red+Green+Blue) = 175+143+81=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F51 is #5070AE. Grayscale: #919191. Windows color (decimal): -5271727 or 5345199. OLE color: 5345199.
HSL color Cylindrical-coordinate representation of color #AF8F51: hue angle of 39.57º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF8F51 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 81 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.31 |
| HSL | 39.57º | 0.37% | 0.5% | - |
| HSV(B) | 39.57º | 0.54% | 0.69% | - |
| XYZ | 28.99 | 29.35 | 11.92 | - |
| YUV | 145.5 | 91.6 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 81 | 0 | 0.18 | 0.54 | 0.31 | 39.57 | 0.37 | 0.5 |
| Hex | AF | 8F | 51 | 0 | 12 | 36 | 1F | 28 | 25 | 32 |
| Octal | 257 | 217 | 121 | 0 | 22 | 66 | 37 | 50 | 45 | 62 |
| Binary | 10101111 | 10001111 | 1010001 | 0 | 10010 | 110110 | 11111 | 101000 | 100101 | 110010 |
Color Harmonies of #AF8F51
Complementary color
Monochromatic Colors of #AF8F51
Black with #AF8F51
Text Example
Text Example
White with #AF8F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F51; }
p { color: rgb(175,143,81); }
H1.HeaderClassName
{
color: #AF8F51;
}
.AnyTagClassName
{
color: #AF8F51;
}
</style>
background-color css
<style>
a { background-color: #AF8F51; }
a { background-color: rgb(175,143,81); }
div.DivClassName
{
background-color: #AF8F51;
}
.BgClassName
{
background-color: #AF8F51;
}
</style>
border-color css
<style>
span { border-color: #AF8F51; }
span { border-color: rgb(175,143,81); }
td.TdClassName
{
border-color: #AF8F51;
}
.TagClassName
{
border-color: #AF8F51;
}
</style>