Shades of Teak #AF8F54
Tints of Teak #AF8F54
RGB
CMYK
RGB Variations
Color information
#AF8F54 (or 0xAF8F54) is known color: Teak. HEX triplet: AF, 8F and 54. RGB value is (175,143,84). Sum of RGB (Red+Green+Blue) = 175+143+84=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F54 is #5070AB. Grayscale: #929292. Windows color (decimal): -5271724 or 5541807. OLE color: 5541807.
HSL color Cylindrical-coordinate representation of color #AF8F54: hue angle of 38.9º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF8F54 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 84 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.31 |
| HSL | 38.9º | 0.36% | 0.51% | - |
| HSV(B) | 38.9º | 0.52% | 0.69% | - |
| XYZ | 29.1 | 29.4 | 12.53 | - |
| YUV | 145.84 | 93.1 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 84 | 0 | 0.18 | 0.52 | 0.31 | 38.9 | 0.36 | 0.51 |
| Hex | AF | 8F | 54 | 0 | 12 | 34 | 1F | 27 | 24 | 33 |
| Octal | 257 | 217 | 124 | 0 | 22 | 64 | 37 | 47 | 44 | 63 |
| Binary | 10101111 | 10001111 | 1010100 | 0 | 10010 | 110100 | 11111 | 100111 | 100100 | 110011 |
Color Harmonies of #AF8F54
Complementary color
Monochromatic Colors of #AF8F54
Black with #AF8F54
Text Example
Text Example
White with #AF8F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8F54; }
p { color: rgb(175,143,84); }
H1.HeaderClassName
{
color: #AF8F54;
}
.AnyTagClassName
{
color: #AF8F54;
}
</style>
background-color css
<style>
a { background-color: #AF8F54; }
a { background-color: rgb(175,143,84); }
div.DivClassName
{
background-color: #AF8F54;
}
.BgClassName
{
background-color: #AF8F54;
}
</style>
border-color css
<style>
span { border-color: #AF8F54; }
span { border-color: rgb(175,143,84); }
td.TdClassName
{
border-color: #AF8F54;
}
.TagClassName
{
border-color: #AF8F54;
}
</style>