Shades of Teak #AF895B
Tints of Teak #AF895B
RGB
CMYK
RGB Variations
Color information
#AF895B (or 0xAF895B) is known color: Teak. HEX triplet: AF, 89 and 5B. RGB value is (175,137,91). Sum of RGB (Red+Green+Blue) = 175+137+91=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF895B is #5076A4. Grayscale: #8F8F8F. Windows color (decimal): -5273253 or 5999023. OLE color: 5999023.
HSL color Cylindrical-coordinate representation of color #AF895B: hue angle of 32.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF895B is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 137 | 91 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.31 |
| HSL | 32.86º | 0.34% | 0.52% | - |
| HSV(B) | 32.86º | 0.48% | 0.69% | - |
| XYZ | 28.51 | 27.76 | 13.75 | - |
| YUV | 143.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 137 | 91 | 0 | 0.22 | 0.48 | 0.31 | 32.86 | 0.34 | 0.52 |
| Hex | AF | 89 | 5B | 0 | 16 | 30 | 1F | 21 | 22 | 34 |
| Octal | 257 | 211 | 133 | 0 | 26 | 60 | 37 | 41 | 42 | 64 |
| Binary | 10101111 | 10001001 | 1011011 | 0 | 10110 | 110000 | 11111 | 100001 | 100010 | 110100 |
Color Harmonies of #AF895B
Complementary color
Monochromatic Colors of #AF895B
Black with #AF895B
Text Example
Text Example
White with #AF895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF895B; }
p { color: rgb(175,137,91); }
H1.HeaderClassName
{
color: #AF895B;
}
.AnyTagClassName
{
color: #AF895B;
}
</style>
background-color css
<style>
a { background-color: #AF895B; }
a { background-color: rgb(175,137,91); }
div.DivClassName
{
background-color: #AF895B;
}
.BgClassName
{
background-color: #AF895B;
}
</style>
border-color css
<style>
span { border-color: #AF895B; }
span { border-color: rgb(175,137,91); }
td.TdClassName
{
border-color: #AF895B;
}
.TagClassName
{
border-color: #AF895B;
}
</style>