Shades of Teak #A9905D
Tints of Teak #A9905D
RGB
CMYK
RGB Variations
Color information
#A9905D (or 0xA9905D) is known color: Teak. HEX triplet: A9, 90 and 5D. RGB value is (169,144,93). Sum of RGB (Red+Green+Blue) = 169+144+93=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A9905D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9905D is #566FA2. Grayscale: #919191. Windows color (decimal): -5664675 or 6131881. OLE color: 6131881.
HSL color Cylindrical-coordinate representation of color #A9905D: hue angle of 40.26º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A9905D is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 93 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.34 |
| HSL | 40.26º | 0.31% | 0.51% | - |
| HSV(B) | 40.26º | 0.45% | 0.66% | - |
| XYZ | 28.31 | 29.17 | 14.49 | - |
| YUV | 145.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 93 | 0 | 0.15 | 0.45 | 0.34 | 40.26 | 0.31 | 0.51 |
| Hex | A9 | 90 | 5D | 0 | F | 2D | 22 | 28 | 1F | 33 |
| Octal | 251 | 220 | 135 | 0 | 17 | 55 | 42 | 50 | 37 | 63 |
| Binary | 10101001 | 10010000 | 1011101 | 0 | 1111 | 101101 | 100010 | 101000 | 11111 | 110011 |
Color Harmonies of #A9905D
Complementary color
Monochromatic Colors of #A9905D
Black with #A9905D
Text Example
Text Example
White with #A9905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9905D; }
p { color: rgb(169,144,93); }
H1.HeaderClassName
{
color: #A9905D;
}
.AnyTagClassName
{
color: #A9905D;
}
</style>
background-color css
<style>
a { background-color: #A9905D; }
a { background-color: rgb(169,144,93); }
div.DivClassName
{
background-color: #A9905D;
}
.BgClassName
{
background-color: #A9905D;
}
</style>
border-color css
<style>
span { border-color: #A9905D; }
span { border-color: rgb(169,144,93); }
td.TdClassName
{
border-color: #A9905D;
}
.TagClassName
{
border-color: #A9905D;
}
</style>