Shades of Teak #A99058
Tints of Teak #A99058
RGB
CMYK
RGB Variations
Color information
#A99058 (or 0xA99058) is known color: Teak. HEX triplet: A9, 90 and 58. RGB value is (169,144,88). Sum of RGB (Red+Green+Blue) = 169+144+88=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A99058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99058 is #566FA7. Grayscale: #919191. Windows color (decimal): -5664680 or 5804201. OLE color: 5804201.
HSL color Cylindrical-coordinate representation of color #A99058: hue angle of 41.48º 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 #A99058 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 88 | - |
| CMYK | 0 | 0.15 | 0.48 | 0.34 |
| HSL | 41.48º | 0.32% | 0.5% | - |
| HSV(B) | 41.48º | 0.48% | 0.66% | - |
| XYZ | 28.1 | 29.09 | 13.37 | - |
| YUV | 145.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 88 | 0 | 0.15 | 0.48 | 0.34 | 41.48 | 0.32 | 0.5 |
| Hex | A9 | 90 | 58 | 0 | F | 30 | 22 | 29 | 20 | 32 |
| Octal | 251 | 220 | 130 | 0 | 17 | 60 | 42 | 51 | 40 | 62 |
| Binary | 10101001 | 10010000 | 1011000 | 0 | 1111 | 110000 | 100010 | 101001 | 100000 | 110010 |
Color Harmonies of #A99058
Complementary color
Monochromatic Colors of #A99058
Black with #A99058
Text Example
Text Example
White with #A99058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99058; }
p { color: rgb(169,144,88); }
H1.HeaderClassName
{
color: #A99058;
}
.AnyTagClassName
{
color: #A99058;
}
</style>
background-color css
<style>
a { background-color: #A99058; }
a { background-color: rgb(169,144,88); }
div.DivClassName
{
background-color: #A99058;
}
.BgClassName
{
background-color: #A99058;
}
</style>
border-color css
<style>
span { border-color: #A99058; }
span { border-color: rgb(169,144,88); }
td.TdClassName
{
border-color: #A99058;
}
.TagClassName
{
border-color: #A99058;
}
</style>