Shades of Teak #A9865B
Tints of Teak #A9865B
RGB
CMYK
RGB Variations
Color information
#A9865B (or 0xA9865B) is known color: Teak. HEX triplet: A9, 86 and 5B. RGB value is (169,134,91). Sum of RGB (Red+Green+Blue) = 169+134+91=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A9865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9865B is #5679A4. Grayscale: #8B8B8B. Windows color (decimal): -5667237 or 5998249. OLE color: 5998249.
HSL color Cylindrical-coordinate representation of color #A9865B: hue angle of 33.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9865B is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 134 | 91 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.34 |
| HSL | 33.08º | 0.31% | 0.51% | - |
| HSV(B) | 33.08º | 0.46% | 0.66% | - |
| XYZ | 26.78 | 26.24 | 13.55 | - |
| YUV | 139.56 | 100.6 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 91 | 0 | 0.21 | 0.46 | 0.34 | 33.08 | 0.31 | 0.51 |
| Hex | A9 | 86 | 5B | 0 | 15 | 2E | 22 | 21 | 1F | 33 |
| Octal | 251 | 206 | 133 | 0 | 25 | 56 | 42 | 41 | 37 | 63 |
| Binary | 10101001 | 10000110 | 1011011 | 0 | 10101 | 101110 | 100010 | 100001 | 11111 | 110011 |
Color Harmonies of #A9865B
Complementary color
Monochromatic Colors of #A9865B
Black with #A9865B
Text Example
Text Example
White with #A9865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9865B; }
p { color: rgb(169,134,91); }
H1.HeaderClassName
{
color: #A9865B;
}
.AnyTagClassName
{
color: #A9865B;
}
</style>
background-color css
<style>
a { background-color: #A9865B; }
a { background-color: rgb(169,134,91); }
div.DivClassName
{
background-color: #A9865B;
}
.BgClassName
{
background-color: #A9865B;
}
</style>
border-color css
<style>
span { border-color: #A9865B; }
span { border-color: rgb(169,134,91); }
td.TdClassName
{
border-color: #A9865B;
}
.TagClassName
{
border-color: #A9865B;
}
</style>