Shades of Teak #AF8F53
Tints of Teak #AF8F53
RGB
CMYK
RGB Variations
Color information
#AF8F53 (or 0xAF8F53) is known color: Teak. HEX triplet: AF, 8F and 53. RGB value is (175,143,83). Sum of RGB (Red+Green+Blue) = 175+143+83=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F53 is #5070AC. Grayscale: #929292. Windows color (decimal): -5271725 or 5476271. OLE color: 5476271.
HSL color Cylindrical-coordinate representation of color #AF8F53: hue angle of 39.13º 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 #AF8F53 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 83 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.31 |
| HSL | 39.13º | 0.37% | 0.51% | - |
| HSV(B) | 39.13º | 0.53% | 0.69% | - |
| XYZ | 29.06 | 29.38 | 12.32 | - |
| YUV | 145.73 | 92.6 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 83 | 0 | 0.18 | 0.53 | 0.31 | 39.13 | 0.37 | 0.51 |
| Hex | AF | 8F | 53 | 0 | 12 | 35 | 1F | 27 | 25 | 33 |
| Octal | 257 | 217 | 123 | 0 | 22 | 65 | 37 | 47 | 45 | 63 |
| Binary | 10101111 | 10001111 | 1010011 | 0 | 10010 | 110101 | 11111 | 100111 | 100101 | 110011 |
Color Harmonies of #AF8F53
Complementary color
Monochromatic Colors of #AF8F53
Black with #AF8F53
Text Example
Text Example
White with #AF8F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F53; }
p { color: rgb(175,143,83); }
H1.HeaderClassName
{
color: #AF8F53;
}
.AnyTagClassName
{
color: #AF8F53;
}
</style>
background-color css
<style>
a { background-color: #AF8F53; }
a { background-color: rgb(175,143,83); }
div.DivClassName
{
background-color: #AF8F53;
}
.BgClassName
{
background-color: #AF8F53;
}
</style>
border-color css
<style>
span { border-color: #AF8F53; }
span { border-color: rgb(175,143,83); }
td.TdClassName
{
border-color: #AF8F53;
}
.TagClassName
{
border-color: #AF8F53;
}
</style>