Shades of Teak #A9855B
Tints of Teak #A9855B
RGB
CMYK
RGB Variations
Color information
#A9855B (or 0xA9855B) is known color: Teak. HEX triplet: A9, 85 and 5B. RGB value is (169,133,91). Sum of RGB (Red+Green+Blue) = 169+133+91=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A9855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9855B is #567AA4. Grayscale: #8B8B8B. Windows color (decimal): -5667493 or 5997993. OLE color: 5997993.
HSL color Cylindrical-coordinate representation of color #A9855B: hue angle of 32.31º 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 #A9855B is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 91 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.34 |
| HSL | 32.31º | 0.31% | 0.51% | - |
| HSV(B) | 32.31º | 0.46% | 0.66% | - |
| XYZ | 26.64 | 25.97 | 13.51 | - |
| YUV | 138.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 91 | 0 | 0.21 | 0.46 | 0.34 | 32.31 | 0.31 | 0.51 |
| Hex | A9 | 85 | 5B | 0 | 15 | 2E | 22 | 20 | 1F | 33 |
| Octal | 251 | 205 | 133 | 0 | 25 | 56 | 42 | 40 | 37 | 63 |
| Binary | 10101001 | 10000101 | 1011011 | 0 | 10101 | 101110 | 100010 | 100000 | 11111 | 110011 |
Color Harmonies of #A9855B
Complementary color
Monochromatic Colors of #A9855B
Black with #A9855B
Text Example
Text Example
White with #A9855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9855B; }
p { color: rgb(169,133,91); }
H1.HeaderClassName
{
color: #A9855B;
}
.AnyTagClassName
{
color: #A9855B;
}
</style>
background-color css
<style>
a { background-color: #A9855B; }
a { background-color: rgb(169,133,91); }
div.DivClassName
{
background-color: #A9855B;
}
.BgClassName
{
background-color: #A9855B;
}
</style>
border-color css
<style>
span { border-color: #A9855B; }
span { border-color: rgb(169,133,91); }
td.TdClassName
{
border-color: #A9855B;
}
.TagClassName
{
border-color: #A9855B;
}
</style>