Shades of Teak #A99458
Tints of Teak #A99458
RGB
CMYK
RGB Variations
Color information
#A99458 (or 0xA99458) is known color: Teak. HEX triplet: A9, 94 and 58. RGB value is (169,148,88). Sum of RGB (Red+Green+Blue) = 169+148+88=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A99458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99458 is #566BA7. Grayscale: #939393. Windows color (decimal): -5663656 or 5805225. OLE color: 5805225.
HSL color Cylindrical-coordinate representation of color #A99458: hue angle of 44.44º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A99458 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 148 | 88 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.34 |
| HSL | 44.44º | 0.32% | 0.5% | - |
| HSV(B) | 44.44º | 0.48% | 0.66% | - |
| XYZ | 28.71 | 30.32 | 13.57 | - |
| YUV | 147.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 88 | 0 | 0.12 | 0.48 | 0.34 | 44.44 | 0.32 | 0.5 |
| Hex | A9 | 94 | 58 | 0 | C | 30 | 22 | 2C | 20 | 32 |
| Octal | 251 | 224 | 130 | 0 | 14 | 60 | 42 | 54 | 40 | 62 |
| Binary | 10101001 | 10010100 | 1011000 | 0 | 1100 | 110000 | 100010 | 101100 | 100000 | 110010 |
Color Harmonies of #A99458
Complementary color
Monochromatic Colors of #A99458
Black with #A99458
Text Example
Text Example
White with #A99458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99458; }
p { color: rgb(169,148,88); }
H1.HeaderClassName
{
color: #A99458;
}
.AnyTagClassName
{
color: #A99458;
}
</style>
background-color css
<style>
a { background-color: #A99458; }
a { background-color: rgb(169,148,88); }
div.DivClassName
{
background-color: #A99458;
}
.BgClassName
{
background-color: #A99458;
}
</style>
border-color css
<style>
span { border-color: #A99458; }
span { border-color: rgb(169,148,88); }
td.TdClassName
{
border-color: #A99458;
}
.TagClassName
{
border-color: #A99458;
}
</style>