Shades of Teak #AF8854
Tints of Teak #AF8854
RGB
CMYK
RGB Variations
Color information
#AF8854 (or 0xAF8854) is known color: Teak. HEX triplet: AF, 88 and 54. RGB value is (175,136,84). Sum of RGB (Red+Green+Blue) = 175+136+84=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8854 is #5077AB. Grayscale: #8D8D8D. Windows color (decimal): -5273516 or 5540015. OLE color: 5540015.
HSL color Cylindrical-coordinate representation of color #AF8854: hue angle of 34.29º 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 #AF8854 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 84 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.31 |
| HSL | 34.29º | 0.36% | 0.51% | - |
| HSV(B) | 34.29º | 0.52% | 0.69% | - |
| XYZ | 28.08 | 27.36 | 12.19 | - |
| YUV | 141.73 | 95.42 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 84 | 0 | 0.22 | 0.52 | 0.31 | 34.29 | 0.36 | 0.51 |
| Hex | AF | 88 | 54 | 0 | 16 | 34 | 1F | 22 | 24 | 33 |
| Octal | 257 | 210 | 124 | 0 | 26 | 64 | 37 | 42 | 44 | 63 |
| Binary | 10101111 | 10001000 | 1010100 | 0 | 10110 | 110100 | 11111 | 100010 | 100100 | 110011 |
Color Harmonies of #AF8854
Complementary color
Monochromatic Colors of #AF8854
Black with #AF8854
Text Example
Text Example
White with #AF8854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8854; }
p { color: rgb(175,136,84); }
H1.HeaderClassName
{
color: #AF8854;
}
.AnyTagClassName
{
color: #AF8854;
}
</style>
background-color css
<style>
a { background-color: #AF8854; }
a { background-color: rgb(175,136,84); }
div.DivClassName
{
background-color: #AF8854;
}
.BgClassName
{
background-color: #AF8854;
}
</style>
border-color css
<style>
span { border-color: #AF8854; }
span { border-color: rgb(175,136,84); }
td.TdClassName
{
border-color: #AF8854;
}
.TagClassName
{
border-color: #AF8854;
}
</style>