Shades of Teak #A9894D
Tints of Teak #A9894D
RGB
CMYK
RGB Variations
Color information
#A9894D (or 0xA9894D) is known color: Teak. HEX triplet: A9, 89 and 4D. RGB value is (169,137,77). Sum of RGB (Red+Green+Blue) = 169+137+77=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A9894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9894D is #5676B2. Grayscale: #8C8C8C. Windows color (decimal): -5666483 or 5081513. OLE color: 5081513.
HSL color Cylindrical-coordinate representation of color #A9894D: hue angle of 39.13º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9894D is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 137 | 77 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.34 |
| HSL | 39.13º | 0.37% | 0.48% | - |
| HSV(B) | 39.13º | 0.54% | 0.66% | - |
| XYZ | 26.65 | 26.86 | 10.8 | - |
| YUV | 139.73 | 92.6 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 137 | 77 | 0 | 0.19 | 0.54 | 0.34 | 39.13 | 0.37 | 0.48 |
| Hex | A9 | 89 | 4D | 0 | 13 | 36 | 22 | 27 | 25 | 30 |
| Octal | 251 | 211 | 115 | 0 | 23 | 66 | 42 | 47 | 45 | 60 |
| Binary | 10101001 | 10001001 | 1001101 | 0 | 10011 | 110110 | 100010 | 100111 | 100101 | 110000 |
Color Harmonies of #A9894D
Complementary color
Monochromatic Colors of #A9894D
Black with #A9894D
Text Example
Text Example
White with #A9894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9894D; }
p { color: rgb(169,137,77); }
H1.HeaderClassName
{
color: #A9894D;
}
.AnyTagClassName
{
color: #A9894D;
}
</style>
background-color css
<style>
a { background-color: #A9894D; }
a { background-color: rgb(169,137,77); }
div.DivClassName
{
background-color: #A9894D;
}
.BgClassName
{
background-color: #A9894D;
}
</style>
border-color css
<style>
span { border-color: #A9894D; }
span { border-color: rgb(169,137,77); }
td.TdClassName
{
border-color: #A9894D;
}
.TagClassName
{
border-color: #A9894D;
}
</style>