Shades of Teak #AF8955
Tints of Teak #AF8955
RGB
CMYK
RGB Variations
Color information
#AF8955 (or 0xAF8955) is known color: Teak. HEX triplet: AF, 89 and 55. RGB value is (175,137,85). Sum of RGB (Red+Green+Blue) = 175+137+85=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8955 is #5076AA. Grayscale: #8E8E8E. Windows color (decimal): -5273259 or 5605807. OLE color: 5605807.
HSL color Cylindrical-coordinate representation of color #AF8955: hue angle of 34.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 #AF8955 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 85 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.31 |
| HSL | 34.67º | 0.36% | 0.51% | - |
| HSV(B) | 34.67º | 0.51% | 0.69% | - |
| XYZ | 28.26 | 27.66 | 12.44 | - |
| YUV | 142.43 | 95.59 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 85 | 0 | 0.22 | 0.51 | 0.31 | 34.67 | 0.36 | 0.51 |
| Hex | AF | 89 | 55 | 0 | 16 | 33 | 1F | 23 | 24 | 33 |
| Octal | 257 | 211 | 125 | 0 | 26 | 63 | 37 | 43 | 44 | 63 |
| Binary | 10101111 | 10001001 | 1010101 | 0 | 10110 | 110011 | 11111 | 100011 | 100100 | 110011 |
Color Harmonies of #AF8955
Complementary color
Monochromatic Colors of #AF8955
Black with #AF8955
Text Example
Text Example
White with #AF8955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8955; }
p { color: rgb(175,137,85); }
H1.HeaderClassName
{
color: #AF8955;
}
.AnyTagClassName
{
color: #AF8955;
}
</style>
background-color css
<style>
a { background-color: #AF8955; }
a { background-color: rgb(175,137,85); }
div.DivClassName
{
background-color: #AF8955;
}
.BgClassName
{
background-color: #AF8955;
}
</style>
border-color css
<style>
span { border-color: #AF8955; }
span { border-color: rgb(175,137,85); }
td.TdClassName
{
border-color: #AF8955;
}
.TagClassName
{
border-color: #AF8955;
}
</style>