Shades of Teak #A99056
Tints of Teak #A99056
RGB
CMYK
RGB Variations
Color information
#A99056 (or 0xA99056) is known color: Teak. HEX triplet: A9, 90 and 56. RGB value is (169,144,86). Sum of RGB (Red+Green+Blue) = 169+144+86=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A99056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99056 is #566FA9. Grayscale: #919191. Windows color (decimal): -5664682 or 5673129. OLE color: 5673129.
HSL color Cylindrical-coordinate representation of color #A99056: hue angle of 41.93º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A99056 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 86 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.34 |
| HSL | 41.93º | 0.33% | 0.5% | - |
| HSV(B) | 41.93º | 0.49% | 0.66% | - |
| XYZ | 28.02 | 29.05 | 12.94 | - |
| YUV | 144.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 86 | 0 | 0.15 | 0.49 | 0.34 | 41.93 | 0.33 | 0.5 |
| Hex | A9 | 90 | 56 | 0 | F | 31 | 22 | 2A | 21 | 32 |
| Octal | 251 | 220 | 126 | 0 | 17 | 61 | 42 | 52 | 41 | 62 |
| Binary | 10101001 | 10010000 | 1010110 | 0 | 1111 | 110001 | 100010 | 101010 | 100001 | 110010 |
Color Harmonies of #A99056
Complementary color
Monochromatic Colors of #A99056
Black with #A99056
Text Example
Text Example
White with #A99056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99056; }
p { color: rgb(169,144,86); }
H1.HeaderClassName
{
color: #A99056;
}
.AnyTagClassName
{
color: #A99056;
}
</style>
background-color css
<style>
a { background-color: #A99056; }
a { background-color: rgb(169,144,86); }
div.DivClassName
{
background-color: #A99056;
}
.BgClassName
{
background-color: #A99056;
}
</style>
border-color css
<style>
span { border-color: #A99056; }
span { border-color: rgb(169,144,86); }
td.TdClassName
{
border-color: #A99056;
}
.TagClassName
{
border-color: #A99056;
}
</style>