Shades of Teak #AF8F58
Tints of Teak #AF8F58
RGB
CMYK
RGB Variations
Color information
#AF8F58 (or 0xAF8F58) is known color: Teak. HEX triplet: AF, 8F and 58. RGB value is (175,143,88). Sum of RGB (Red+Green+Blue) = 175+143+88=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F58 is #5070A7. Grayscale: #929292. Windows color (decimal): -5271720 or 5803951. OLE color: 5803951.
HSL color Cylindrical-coordinate representation of color #AF8F58: hue angle of 37.93º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF8F58 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 88 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.31 |
| HSL | 37.93º | 0.35% | 0.52% | - |
| HSV(B) | 37.93º | 0.5% | 0.69% | - |
| XYZ | 29.26 | 29.46 | 13.38 | - |
| YUV | 146.3 | 95.1 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 88 | 0 | 0.18 | 0.50 | 0.31 | 37.93 | 0.35 | 0.52 |
| Hex | AF | 8F | 58 | 0 | 12 | 32 | 1F | 26 | 23 | 34 |
| Octal | 257 | 217 | 130 | 0 | 22 | 62 | 37 | 46 | 43 | 64 |
| Binary | 10101111 | 10001111 | 1011000 | 0 | 10010 | 110010 | 11111 | 100110 | 100011 | 110100 |
Color Harmonies of #AF8F58
Complementary color
Monochromatic Colors of #AF8F58
Black with #AF8F58
Text Example
Text Example
White with #AF8F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F58; }
p { color: rgb(175,143,88); }
H1.HeaderClassName
{
color: #AF8F58;
}
.AnyTagClassName
{
color: #AF8F58;
}
</style>
background-color css
<style>
a { background-color: #AF8F58; }
a { background-color: rgb(175,143,88); }
div.DivClassName
{
background-color: #AF8F58;
}
.BgClassName
{
background-color: #AF8F58;
}
</style>
border-color css
<style>
span { border-color: #AF8F58; }
span { border-color: rgb(175,143,88); }
td.TdClassName
{
border-color: #AF8F58;
}
.TagClassName
{
border-color: #AF8F58;
}
</style>