Shades of Teak #AF8D53
Tints of Teak #AF8D53
RGB
CMYK
RGB Variations
Color information
#AF8D53 (or 0xAF8D53) is known color: Teak. HEX triplet: AF, 8D and 53. RGB value is (175,141,83). Sum of RGB (Red+Green+Blue) = 175+141+83=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D53 is #5072AC. Grayscale: #909090. Windows color (decimal): -5272237 or 5475759. OLE color: 5475759.
HSL color Cylindrical-coordinate representation of color #AF8D53: hue angle of 37.83º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF8D53 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 83 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.31 |
| HSL | 37.83º | 0.37% | 0.51% | - |
| HSV(B) | 37.83º | 0.53% | 0.69% | - |
| XYZ | 28.77 | 28.79 | 12.22 | - |
| YUV | 144.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 83 | 0 | 0.19 | 0.53 | 0.31 | 37.83 | 0.37 | 0.51 |
| Hex | AF | 8D | 53 | 0 | 13 | 35 | 1F | 26 | 25 | 33 |
| Octal | 257 | 215 | 123 | 0 | 23 | 65 | 37 | 46 | 45 | 63 |
| Binary | 10101111 | 10001101 | 1010011 | 0 | 10011 | 110101 | 11111 | 100110 | 100101 | 110011 |
Color Harmonies of #AF8D53
Complementary color
Monochromatic Colors of #AF8D53
Black with #AF8D53
Text Example
Text Example
White with #AF8D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8D53; }
p { color: rgb(175,141,83); }
H1.HeaderClassName
{
color: #AF8D53;
}
.AnyTagClassName
{
color: #AF8D53;
}
</style>
background-color css
<style>
a { background-color: #AF8D53; }
a { background-color: rgb(175,141,83); }
div.DivClassName
{
background-color: #AF8D53;
}
.BgClassName
{
background-color: #AF8D53;
}
</style>
border-color css
<style>
span { border-color: #AF8D53; }
span { border-color: rgb(175,141,83); }
td.TdClassName
{
border-color: #AF8D53;
}
.TagClassName
{
border-color: #AF8D53;
}
</style>