Shades of Teak #A9905A
Tints of Teak #A9905A
RGB
CMYK
RGB Variations
Color information
#A9905A (or 0xA9905A) is known color: Teak. HEX triplet: A9, 90 and 5A. RGB value is (169,144,90). Sum of RGB (Red+Green+Blue) = 169+144+90=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A9905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9905A is #566FA5. Grayscale: #919191. Windows color (decimal): -5664678 or 5935273. OLE color: 5935273.
HSL color Cylindrical-coordinate representation of color #A9905A: hue angle of 41.01º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9905A is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 90 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.34 |
| HSL | 41.01º | 0.31% | 0.51% | - |
| HSV(B) | 41.01º | 0.47% | 0.66% | - |
| XYZ | 28.18 | 29.12 | 13.81 | - |
| YUV | 145.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 90 | 0 | 0.15 | 0.47 | 0.34 | 41.01 | 0.31 | 0.51 |
| Hex | A9 | 90 | 5A | 0 | F | 2F | 22 | 29 | 1F | 33 |
| Octal | 251 | 220 | 132 | 0 | 17 | 57 | 42 | 51 | 37 | 63 |
| Binary | 10101001 | 10010000 | 1011010 | 0 | 1111 | 101111 | 100010 | 101001 | 11111 | 110011 |
Color Harmonies of #A9905A
Complementary color
Monochromatic Colors of #A9905A
Black with #A9905A
Text Example
Text Example
White with #A9905A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9905A; }
p { color: rgb(169,144,90); }
H1.HeaderClassName
{
color: #A9905A;
}
.AnyTagClassName
{
color: #A9905A;
}
</style>
background-color css
<style>
a { background-color: #A9905A; }
a { background-color: rgb(169,144,90); }
div.DivClassName
{
background-color: #A9905A;
}
.BgClassName
{
background-color: #A9905A;
}
</style>
border-color css
<style>
span { border-color: #A9905A; }
span { border-color: rgb(169,144,90); }
td.TdClassName
{
border-color: #A9905A;
}
.TagClassName
{
border-color: #A9905A;
}
</style>