Shades of Teak #A99156
Tints of Teak #A99156
RGB
CMYK
RGB Variations
Color information
#A99156 (or 0xA99156) is known color: Teak. HEX triplet: A9, 91 and 56. RGB value is (169,145,86). Sum of RGB (Red+Green+Blue) = 169+145+86=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A99156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99156 is #566EA9. Grayscale: #919191. Windows color (decimal): -5664426 or 5673385. OLE color: 5673385.
HSL color Cylindrical-coordinate representation of color #A99156: hue angle of 42.65º 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 #A99156 is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 86 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.34 |
| HSL | 42.65º | 0.33% | 0.5% | - |
| HSV(B) | 42.65º | 0.49% | 0.66% | - |
| XYZ | 28.17 | 29.36 | 12.99 | - |
| YUV | 145.45 | 94.45 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 86 | 0 | 0.14 | 0.49 | 0.34 | 42.65 | 0.33 | 0.5 |
| Hex | A9 | 91 | 56 | 0 | E | 31 | 22 | 2B | 21 | 32 |
| Octal | 251 | 221 | 126 | 0 | 16 | 61 | 42 | 53 | 41 | 62 |
| Binary | 10101001 | 10010001 | 1010110 | 0 | 1110 | 110001 | 100010 | 101011 | 100001 | 110010 |
Color Harmonies of #A99156
Complementary color
Monochromatic Colors of #A99156
Black with #A99156
Text Example
Text Example
White with #A99156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99156; }
p { color: rgb(169,145,86); }
H1.HeaderClassName
{
color: #A99156;
}
.AnyTagClassName
{
color: #A99156;
}
</style>
background-color css
<style>
a { background-color: #A99156; }
a { background-color: rgb(169,145,86); }
div.DivClassName
{
background-color: #A99156;
}
.BgClassName
{
background-color: #A99156;
}
</style>
border-color css
<style>
span { border-color: #A99156; }
span { border-color: rgb(169,145,86); }
td.TdClassName
{
border-color: #A99156;
}
.TagClassName
{
border-color: #A99156;
}
</style>