Shades of Teak #A28D5B
Tints of Teak #A28D5B
RGB
CMYK
RGB Variations
Color information
#A28D5B (or 0xA28D5B) is known color: Teak. HEX triplet: A2, 8D and 5B. RGB value is (162,141,91). Sum of RGB (Red+Green+Blue) = 162+141+91=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D5B is #5D72A4. Grayscale: #8D8D8D. Windows color (decimal): -6124197 or 6000034. OLE color: 6000034.
HSL color Cylindrical-coordinate representation of color #A28D5B: hue angle of 42.25º 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 #A28D5B is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 91 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.36 |
| HSL | 42.25º | 0.28% | 0.5% | - |
| HSV(B) | 42.25º | 0.44% | 0.64% | - |
| XYZ | 26.31 | 27.49 | 13.82 | - |
| YUV | 141.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 91 | 0 | 0.13 | 0.44 | 0.36 | 42.25 | 0.28 | 0.5 |
| Hex | A2 | 8D | 5B | 0 | D | 2C | 24 | 2A | 1C | 32 |
| Octal | 242 | 215 | 133 | 0 | 15 | 54 | 44 | 52 | 34 | 62 |
| Binary | 10100010 | 10001101 | 1011011 | 0 | 1101 | 101100 | 100100 | 101010 | 11100 | 110010 |
Color Harmonies of #A28D5B
Complementary color
Monochromatic Colors of #A28D5B
Black with #A28D5B
Text Example
Text Example
White with #A28D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D5B; }
p { color: rgb(162,141,91); }
H1.HeaderClassName
{
color: #A28D5B;
}
.AnyTagClassName
{
color: #A28D5B;
}
</style>
background-color css
<style>
a { background-color: #A28D5B; }
a { background-color: rgb(162,141,91); }
div.DivClassName
{
background-color: #A28D5B;
}
.BgClassName
{
background-color: #A28D5B;
}
</style>
border-color css
<style>
span { border-color: #A28D5B; }
span { border-color: rgb(162,141,91); }
td.TdClassName
{
border-color: #A28D5B;
}
.TagClassName
{
border-color: #A28D5B;
}
</style>