Shades of Teak #A29060
Tints of Teak #A29060
RGB
CMYK
RGB Variations
Color information
#A29060 (or 0xA29060) is known color: Teak. HEX triplet: A2, 90 and 60. RGB value is (162,144,96). Sum of RGB (Red+Green+Blue) = 162+144+96=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A29060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29060 is #5D6F9F. Grayscale: #909090. Windows color (decimal): -6123424 or 6328482. OLE color: 6328482.
HSL color Cylindrical-coordinate representation of color #A29060: hue angle of 43.64º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A29060 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 96 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.36 |
| HSL | 43.64º | 0.26% | 0.51% | - |
| HSV(B) | 43.64º | 0.41% | 0.64% | - |
| XYZ | 26.98 | 28.47 | 15.14 | - |
| YUV | 143.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 96 | 0 | 0.11 | 0.41 | 0.36 | 43.64 | 0.26 | 0.51 |
| Hex | A2 | 90 | 60 | 0 | B | 29 | 24 | 2C | 1A | 33 |
| Octal | 242 | 220 | 140 | 0 | 13 | 51 | 44 | 54 | 32 | 63 |
| Binary | 10100010 | 10010000 | 1100000 | 0 | 1011 | 101001 | 100100 | 101100 | 11010 | 110011 |
Color Harmonies of #A29060
Complementary color
Monochromatic Colors of #A29060
Black with #A29060
Text Example
Text Example
White with #A29060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29060; }
p { color: rgb(162,144,96); }
H1.HeaderClassName
{
color: #A29060;
}
.AnyTagClassName
{
color: #A29060;
}
</style>
background-color css
<style>
a { background-color: #A29060; }
a { background-color: rgb(162,144,96); }
div.DivClassName
{
background-color: #A29060;
}
.BgClassName
{
background-color: #A29060;
}
</style>
border-color css
<style>
span { border-color: #A29060; }
span { border-color: rgb(162,144,96); }
td.TdClassName
{
border-color: #A29060;
}
.TagClassName
{
border-color: #A29060;
}
</style>