Shades of Teak #A28E5B
Tints of Teak #A28E5B
RGB
CMYK
RGB Variations
Color information
#A28E5B (or 0xA28E5B) is known color: Teak. HEX triplet: A2, 8E and 5B. RGB value is (162,142,91). Sum of RGB (Red+Green+Blue) = 162+142+91=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E5B is #5D71A4. Grayscale: #8E8E8E. Windows color (decimal): -6123941 or 6000290. OLE color: 6000290.
HSL color Cylindrical-coordinate representation of color #A28E5B: hue angle of 43.1º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A28E5B is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 91 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.36 |
| HSL | 43.1º | 0.28% | 0.5% | - |
| HSV(B) | 43.1º | 0.44% | 0.64% | - |
| XYZ | 26.46 | 27.78 | 13.87 | - |
| YUV | 142.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 91 | 0 | 0.12 | 0.44 | 0.36 | 43.1 | 0.28 | 0.5 |
| Hex | A2 | 8E | 5B | 0 | C | 2C | 24 | 2B | 1C | 32 |
| Octal | 242 | 216 | 133 | 0 | 14 | 54 | 44 | 53 | 34 | 62 |
| Binary | 10100010 | 10001110 | 1011011 | 0 | 1100 | 101100 | 100100 | 101011 | 11100 | 110010 |
Color Harmonies of #A28E5B
Complementary color
Monochromatic Colors of #A28E5B
Black with #A28E5B
Text Example
Text Example
White with #A28E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E5B; }
p { color: rgb(162,142,91); }
H1.HeaderClassName
{
color: #A28E5B;
}
.AnyTagClassName
{
color: #A28E5B;
}
</style>
background-color css
<style>
a { background-color: #A28E5B; }
a { background-color: rgb(162,142,91); }
div.DivClassName
{
background-color: #A28E5B;
}
.BgClassName
{
background-color: #A28E5B;
}
</style>
border-color css
<style>
span { border-color: #A28E5B; }
span { border-color: rgb(162,142,91); }
td.TdClassName
{
border-color: #A28E5B;
}
.TagClassName
{
border-color: #A28E5B;
}
</style>