Shades of Teak #A99258
Tints of Teak #A99258
RGB
CMYK
RGB Variations
Color information
#A99258 (or 0xA99258) is known color: Teak. HEX triplet: A9, 92 and 58. RGB value is (169,146,88). Sum of RGB (Red+Green+Blue) = 169+146+88=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A99258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99258 is #566DA7. Grayscale: #929292. Windows color (decimal): -5664168 or 5804713. OLE color: 5804713.
HSL color Cylindrical-coordinate representation of color #A99258: hue angle of 42.96º 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 #A99258 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 146 | 88 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.34 |
| HSL | 42.96º | 0.32% | 0.5% | - |
| HSV(B) | 42.96º | 0.48% | 0.66% | - |
| XYZ | 28.4 | 29.7 | 13.47 | - |
| YUV | 146.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 88 | 0 | 0.14 | 0.48 | 0.34 | 42.96 | 0.32 | 0.5 |
| Hex | A9 | 92 | 58 | 0 | E | 30 | 22 | 2B | 20 | 32 |
| Octal | 251 | 222 | 130 | 0 | 16 | 60 | 42 | 53 | 40 | 62 |
| Binary | 10101001 | 10010010 | 1011000 | 0 | 1110 | 110000 | 100010 | 101011 | 100000 | 110010 |
Color Harmonies of #A99258
Complementary color
Monochromatic Colors of #A99258
Black with #A99258
Text Example
Text Example
White with #A99258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99258; }
p { color: rgb(169,146,88); }
H1.HeaderClassName
{
color: #A99258;
}
.AnyTagClassName
{
color: #A99258;
}
</style>
background-color css
<style>
a { background-color: #A99258; }
a { background-color: rgb(169,146,88); }
div.DivClassName
{
background-color: #A99258;
}
.BgClassName
{
background-color: #A99258;
}
</style>
border-color css
<style>
span { border-color: #A99258; }
span { border-color: rgb(169,146,88); }
td.TdClassName
{
border-color: #A99258;
}
.TagClassName
{
border-color: #A99258;
}
</style>