Shades of Teak #AF8F55
Tints of Teak #AF8F55
RGB
CMYK
RGB Variations
Color information
#AF8F55 (or 0xAF8F55) is known color: Teak. HEX triplet: AF, 8F and 55. RGB value is (175,143,85). Sum of RGB (Red+Green+Blue) = 175+143+85=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F55 is #5070AA. Grayscale: #929292. Windows color (decimal): -5271723 or 5607343. OLE color: 5607343.
HSL color Cylindrical-coordinate representation of color #AF8F55: hue angle of 38.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF8F55 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 85 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.31 |
| HSL | 38.67º | 0.36% | 0.51% | - |
| HSV(B) | 38.67º | 0.51% | 0.69% | - |
| XYZ | 29.14 | 29.41 | 12.74 | - |
| YUV | 145.96 | 93.6 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 85 | 0 | 0.18 | 0.51 | 0.31 | 38.67 | 0.36 | 0.51 |
| Hex | AF | 8F | 55 | 0 | 12 | 33 | 1F | 27 | 24 | 33 |
| Octal | 257 | 217 | 125 | 0 | 22 | 63 | 37 | 47 | 44 | 63 |
| Binary | 10101111 | 10001111 | 1010101 | 0 | 10010 | 110011 | 11111 | 100111 | 100100 | 110011 |
Color Harmonies of #AF8F55
Complementary color
Monochromatic Colors of #AF8F55
Black with #AF8F55
Text Example
Text Example
White with #AF8F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F55; }
p { color: rgb(175,143,85); }
H1.HeaderClassName
{
color: #AF8F55;
}
.AnyTagClassName
{
color: #AF8F55;
}
</style>
background-color css
<style>
a { background-color: #AF8F55; }
a { background-color: rgb(175,143,85); }
div.DivClassName
{
background-color: #AF8F55;
}
.BgClassName
{
background-color: #AF8F55;
}
</style>
border-color css
<style>
span { border-color: #AF8F55; }
span { border-color: rgb(175,143,85); }
td.TdClassName
{
border-color: #AF8F55;
}
.TagClassName
{
border-color: #AF8F55;
}
</style>