Shades of Teak #A28E55
Tints of Teak #A28E55
RGB
CMYK
RGB Variations
Color information
#A28E55 (or 0xA28E55) is known color: Teak. HEX triplet: A2, 8E and 55. RGB value is (162,142,85). Sum of RGB (Red+Green+Blue) = 162+142+85=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E55 is #5D71AA. Grayscale: #8D8D8D. Windows color (decimal): -6123947 or 5607074. OLE color: 5607074.
HSL color Cylindrical-coordinate representation of color #A28E55: hue angle of 44.42º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A28E55 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 85 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.36 |
| HSL | 44.42º | 0.31% | 0.48% | - |
| HSV(B) | 44.42º | 0.48% | 0.64% | - |
| XYZ | 26.21 | 27.68 | 12.56 | - |
| YUV | 141.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 85 | 0 | 0.12 | 0.48 | 0.36 | 44.42 | 0.31 | 0.48 |
| Hex | A2 | 8E | 55 | 0 | C | 30 | 24 | 2C | 1F | 30 |
| Octal | 242 | 216 | 125 | 0 | 14 | 60 | 44 | 54 | 37 | 60 |
| Binary | 10100010 | 10001110 | 1010101 | 0 | 1100 | 110000 | 100100 | 101100 | 11111 | 110000 |
Color Harmonies of #A28E55
Complementary color
Monochromatic Colors of #A28E55
Black with #A28E55
Text Example
Text Example
White with #A28E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E55; }
p { color: rgb(162,142,85); }
H1.HeaderClassName
{
color: #A28E55;
}
.AnyTagClassName
{
color: #A28E55;
}
</style>
background-color css
<style>
a { background-color: #A28E55; }
a { background-color: rgb(162,142,85); }
div.DivClassName
{
background-color: #A28E55;
}
.BgClassName
{
background-color: #A28E55;
}
</style>
border-color css
<style>
span { border-color: #A28E55; }
span { border-color: rgb(162,142,85); }
td.TdClassName
{
border-color: #A28E55;
}
.TagClassName
{
border-color: #A28E55;
}
</style>