Shades of Teak #A28E60
Tints of Teak #A28E60
RGB
CMYK
RGB Variations
Color information
#A28E60 (or 0xA28E60) is known color: Teak. HEX triplet: A2, 8E and 60. RGB value is (162,142,96). Sum of RGB (Red+Green+Blue) = 162+142+96=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E60 is #5D719F. Grayscale: #8E8E8E. Windows color (decimal): -6123936 or 6327970. OLE color: 6327970.
HSL color Cylindrical-coordinate representation of color #A28E60: hue angle of 41.82º 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 #A28E60 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 96 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.36 |
| HSL | 41.82º | 0.26% | 0.51% | - |
| HSV(B) | 41.82º | 0.41% | 0.64% | - |
| XYZ | 26.68 | 27.87 | 15.04 | - |
| YUV | 142.74 | 101.63 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 96 | 0 | 0.12 | 0.41 | 0.36 | 41.82 | 0.26 | 0.51 |
| Hex | A2 | 8E | 60 | 0 | C | 29 | 24 | 2A | 1A | 33 |
| Octal | 242 | 216 | 140 | 0 | 14 | 51 | 44 | 52 | 32 | 63 |
| Binary | 10100010 | 10001110 | 1100000 | 0 | 1100 | 101001 | 100100 | 101010 | 11010 | 110011 |
Color Harmonies of #A28E60
Complementary color
Monochromatic Colors of #A28E60
Black with #A28E60
Text Example
Text Example
White with #A28E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E60; }
p { color: rgb(162,142,96); }
H1.HeaderClassName
{
color: #A28E60;
}
.AnyTagClassName
{
color: #A28E60;
}
</style>
background-color css
<style>
a { background-color: #A28E60; }
a { background-color: rgb(162,142,96); }
div.DivClassName
{
background-color: #A28E60;
}
.BgClassName
{
background-color: #A28E60;
}
</style>
border-color css
<style>
span { border-color: #A28E60; }
span { border-color: rgb(162,142,96); }
td.TdClassName
{
border-color: #A28E60;
}
.TagClassName
{
border-color: #A28E60;
}
</style>